| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ResourceListKeysInner> |
NamespacesClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<ResourceListKeysInner> |
TopicsClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey)
Regenerates primary or secondary connection strings for the topic.
|
Mono<ResourceListKeysInner> |
QueuesClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
NamespacesClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey,
com.azure.core.util.Context context)
Regenerates the primary or secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
TopicsClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey,
com.azure.core.util.Context context)
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
QueuesClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
Policykey policykey,
com.azure.core.util.Context context)
Regenerates the primary or secondary connection strings to the queue.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
NamespacesClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
TopicsClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
Policykey policykey)
Regenerates primary or secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
QueuesClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
Policykey policykey)
Regenerates the primary or secondary connection strings to the queue.
|
| 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 property: Key that needs to be regenerated.
|
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.
|
Mono<AuthorizationKeys> |
AuthorizationRule.regenerateKeyAsync(Policykey policykey)
Regenerates primary or secondary keys.
|
RegenerateKeysParameters |
RegenerateKeysParameters.withPolicykey(Policykey policykey)
Set the policykey property: Key that needs to be regenerated.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.