Uses of Enum
com.azure.resourcemanager.servicebus.models.KeyType
Packages that use KeyType
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of KeyType in com.azure.resourcemanager.servicebus.models
Subclasses with type arguments of type KeyType in com.azure.resourcemanager.servicebus.modelsMethods in com.azure.resourcemanager.servicebus.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String value) Parses a serialized value to a KeyType instance.RegenerateAccessKeyParameters.keyType()Get the keyType property: The access key to regenerate.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.servicebus.models with parameters of type KeyTypeModifier and TypeMethodDescriptionAuthorizationRule.regenerateKey(KeyType keyType) Regenerates primary or secondary keys.AuthorizationRule.regenerateKeyAsync(KeyType keyType) Regenerates primary or secondary keys.RegenerateAccessKeyParameters.withKeyType(KeyType keyType) Set the keyType property: The access key to regenerate.