Mono<AccessKeysInner> |
DisasterRecoveryConfigsClient.listKeysAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
NamespacesClient.listKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
QueuesClient.listKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName) |
Primary and secondary connection strings to the queue.
|
Mono<AccessKeysInner> |
TopicsClient.listKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
DisasterRecoveryConfigsClient.listKeysWithResponse(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
NamespacesClient.listKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets the primary and secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
QueuesClient.listKeysWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Primary and secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
TopicsClient.listKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets the primary and secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
DisasterRecoveryConfigsClient.listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
NamespacesClient.listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
QueuesClient.listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName) |
Primary and secondary connection strings to the queue.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
TopicsClient.listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName) |
Gets the primary and secondary connection strings for the topic.
|
Mono<AccessKeysInner> |
NamespacesClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<AccessKeysInner> |
QueuesClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates the primary or secondary connection strings to the queue.
|
Mono<AccessKeysInner> |
TopicsClient.regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates primary or secondary connection strings for the topic.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
NamespacesClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context) |
Regenerates the primary or secondary connection strings for the namespace.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
QueuesClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context) |
Regenerates the primary or secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
TopicsClient.regenerateKeysWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters,
com.azure.core.util.Context context) |
Regenerates primary or secondary connection strings for the topic.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
NamespacesClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates the primary or secondary connection strings for the namespace.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
QueuesClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates the primary or secondary connection strings to the queue.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
TopicsClient.regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters) |
Regenerates primary or secondary connection strings for the topic.
|