Uses of Enum Class
com.microsoft.azure.management.servicebus.Policykey
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of Policykey in com.microsoft.azure.management.servicebus
Modifier and TypeMethodDescriptionstatic Policykey
Policykey.fromString
(String value) Parses a serialized value to a Policykey instance.RegenerateKeysParameters.policykey()
Get the policykey value.static Policykey
Returns the enum constant of this class with the specified name.static Policykey[]
Policykey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAuthorizationRule.regenerateKey
(Policykey policykey) Regenerates primary or secondary keys.rx.Observable<AuthorizationKeys>
AuthorizationRule.regenerateKeyAsync
(Policykey policykey) Regenerates primary or secondary keys.RegenerateKeysParameters.withPolicykey
(Policykey policykey) Set the policykey value.