Uses of Interface
com.azure.resourcemanager.servicebus.models.AuthorizationKeys
Packages that use AuthorizationKeys
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of AuthorizationKeys in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return AuthorizationKeysModifier and TypeMethodDescriptionAuthorizationRule.getKeys()Gets the primary, secondary keys and connection strings.AuthorizationRule.regenerateKey(KeyType keyType) Regenerates primary or secondary keys.AuthorizationRule.regenerateKey(RegenerateAccessKeyParameters regenerateAccessKeyParameters) Regenerates primary or secondary keys.Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type AuthorizationKeysModifier and TypeMethodDescriptionAuthorizationRule.getKeysAsync()Gets a representation of the deferred computation.AuthorizationRule.regenerateKeyAsync(KeyType keyType) Regenerates primary or secondary keys.AuthorizationRule.regenerateKeyAsync(RegenerateAccessKeyParameters regenerateAccessKeyParameters) Regenerates primary or secondary keys.