Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner
Packages that use AccessKeysInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of AccessKeysInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return AccessKeysInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets the primary and secondary connection strings for the namespace.NamespacesClient.listKeys(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets the primary and secondary connection strings for the namespace.QueuesClient.listKeys(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName) Primary and secondary connection strings to the queue.TopicsClient.listKeys(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName) Gets the primary and secondary connection strings for the topic.NamespacesClient.regenerateKeys(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the primary or secondary connection strings for the namespace.QueuesClient.regenerateKeys(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the primary or secondary connection strings to the queue.TopicsClient.regenerateKeys(String resourceGroupName, String namespaceName, String topicName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates primary or secondary connection strings for the topic.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type AccessKeysInnerModifier and TypeMethodDescriptionDisasterRecoveryConfigsClient.listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName) Gets the primary and secondary connection strings for the namespace.NamespacesClient.listKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName) Gets the primary and secondary connection strings for the namespace.QueuesClient.listKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName) Primary and secondary connection strings to the queue.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.NamespacesClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the primary or secondary connection strings for the namespace.QueuesClient.regenerateKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters parameters) Regenerates the primary or secondary connection strings to the queue.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. -
Uses of AccessKeysInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return AccessKeysInnerModifier and TypeMethodDescriptionstatic AccessKeysInnerAccessKeysInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessKeysInner from the JsonReader.