Uses of Enum
com.azure.resourcemanager.apimanagement.models.KeyType
Packages that use KeyType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of KeyType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return KeyTypeModifier and TypeMethodDescriptionUserTokenParameterProperties.keyType()Get the keyType property: The Key to be used to generate token for user.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type KeyTypeModifier and TypeMethodDescriptionUserTokenParameterProperties.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate token for user. -
Uses of KeyType in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String value) Parses a serialized value to a KeyType instance.GatewayKeyRegenerationRequestContract.keyType()Get the keyType property: The Key being regenerated.GatewayTokenRequestContract.keyType()Get the keyType property: The Key to be used to generate gateway token.UserTokenParameters.keyType()Get the keyType property: The Key to be used to generate token for user.static KeyTypeReturns the enum constant of this type with the specified name.static KeyType[]KeyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type KeyTypeModifier and TypeMethodDescriptionGatewayKeyRegenerationRequestContract.withKeyType(KeyType keyType) Set the keyType property: The Key being regenerated.GatewayTokenRequestContract.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate gateway token.UserTokenParameters.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate token for user.