| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.fromString(String value)
Parses a serialized value to a KeyType instance.
|
KeyType |
RegenerateAccessKeyParameters.keyType()
Get the keyType property: The access key to regenerate.
|
static KeyType |
KeyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationKeys |
AuthorizationRule.regenerateKey(KeyType keyType)
Regenerates primary or secondary keys.
|
Mono<AuthorizationKeys> |
AuthorizationRule.regenerateKeyAsync(KeyType keyType)
Regenerates primary or secondary keys.
|
RegenerateAccessKeyParameters |
RegenerateAccessKeyParameters.withKeyType(KeyType keyType)
Set the keyType property: The access key to regenerate.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.