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