Mono<SBAuthorizationRuleInner> |
NamespacesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName) |
Creates or updates an authorization rule for a namespace.
|
Mono<SBAuthorizationRuleInner> |
NamespacesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates or updates an authorization rule for a namespace.
|
Mono<SBAuthorizationRuleInner> |
QueuesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName) |
Creates an authorization rule for a queue.
|
Mono<SBAuthorizationRuleInner> |
QueuesClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates an authorization rule for a queue.
|
Mono<SBAuthorizationRuleInner> |
TopicsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName) |
Creates an authorization rule for the specified topic.
|
Mono<SBAuthorizationRuleInner> |
TopicsClient.createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates an authorization rule for the specified topic.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
NamespacesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context) |
Creates or updates an authorization rule for a namespace.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
QueuesClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context) |
Creates an authorization rule for a queue.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
TopicsClient.createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights,
com.azure.core.util.Context context) |
Creates an authorization rule for the specified topic.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
NamespacesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates or updates an authorization rule for a namespace.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
QueuesClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates an authorization rule for a queue.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
TopicsClient.createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
List<AccessRights> rights) |
Creates an authorization rule for the specified topic.
|
Mono<SBAuthorizationRuleInner> |
DisasterRecoveryConfigsClient.getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName) |
Gets an authorization rule for a namespace by rule name.
|
Mono<SBAuthorizationRuleInner> |
NamespacesClient.getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName) |
Gets an authorization rule for a namespace by rule name.
|
Mono<SBAuthorizationRuleInner> |
QueuesClient.getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName) |
Gets an authorization rule for a queue by rule name.
|
Mono<SBAuthorizationRuleInner> |
TopicsClient.getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName) |
Returns the specified authorization rule.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
NamespacesClient.getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets an authorization rule for a namespace by rule name.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
QueuesClient.getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Gets an authorization rule for a queue by rule name.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
TopicsClient.getAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName,
com.azure.core.util.Context context) |
Returns the specified authorization rule.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String alias,
String authorizationRuleName) |
Gets an authorization rule for a namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
NamespacesClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String authorizationRuleName) |
Gets an authorization rule for a namespace by rule name.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
QueuesClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName) |
Gets an authorization rule for a queue by rule name.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
TopicsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String authorizationRuleName) |
Returns the specified authorization rule.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String alias,
com.azure.core.util.Context context) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
NamespacesClient.listAuthorizationRules(String resourceGroupName,
String namespaceName) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
NamespacesClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
QueuesClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String queueName) |
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
QueuesClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String queueName,
com.azure.core.util.Context context) |
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
TopicsClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String topicName) |
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
TopicsClient.listAuthorizationRules(String resourceGroupName,
String namespaceName,
String topicName,
com.azure.core.util.Context context) |
Gets authorization rules for a topic.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
DisasterRecoveryConfigsClient.listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String alias) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
NamespacesClient.listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName) |
Gets the authorization rules for a namespace.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
QueuesClient.listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String queueName) |
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> |
TopicsClient.listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String topicName) |
Gets authorization rules for a topic.
|