Uses of Class
com.azure.resourcemanager.servicebus.models.KeyType
-
Packages that use KeyType Package Description com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of KeyType in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return KeyType Modifier and Type Method Description static KeyTypeKeyType. fromString(String value)Parses a serialized value to a KeyType instance.KeyTypeRegenerateAccessKeyParameters. keyType()Get the keyType property: The access key to regenerate.static KeyTypeKeyType. valueOf(String name)Returns 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 KeyType Modifier and Type Method Description AuthorizationKeysAuthorizationRule. regenerateKey(KeyType keyType)Regenerates primary or secondary keys.Mono<AuthorizationKeys>AuthorizationRule. regenerateKeyAsync(KeyType keyType)Regenerates primary or secondary keys.RegenerateAccessKeyParametersRegenerateAccessKeyParameters. withKeyType(KeyType keyType)Set the keyType property: The access key to regenerate.
-