public interface QueuesClient
| Modifier and Type | Method and Description |
|---|---|
QueueResourceInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
Mono<QueueResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
SharedAccessAuthorizationRuleResourceInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for a queue.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for a queue.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates an authorization rule for a queue.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
Creates an authorization rule for a queue.
|
com.azure.core.http.rest.Response<QueueResourceInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates a Service Bus queue.
|
Mono<com.azure.core.http.rest.Response<QueueResourceInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
void |
delete(String resourceGroupName,
String namespaceName,
String queueName)
Deletes a queue from the specified namespace in a resource group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName,
String queueName)
Deletes a queue from the specified namespace in a resource group.
|
void |
deleteAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Deletes a queue authorization rule.
|
Mono<Void> |
deleteAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Deletes a queue authorization rule.
|
com.azure.core.http.rest.Response<Void> |
deleteAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
com.azure.core.util.Context context)
Deletes a queue authorization rule.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Deletes a queue authorization rule.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
com.azure.core.util.Context context)
Deletes a queue from the specified namespace in a resource group.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName)
Deletes a queue from the specified namespace in a resource group.
|
QueueResourceInner |
get(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
Mono<QueueResourceInner> |
getAsync(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
SharedAccessAuthorizationRuleResourceInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
getAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
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.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
getAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
com.azure.core.http.rest.Response<QueueResourceInner> |
getWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
com.azure.core.util.Context context)
Returns a description for the specified queue.
|
Mono<com.azure.core.http.rest.Response<QueueResourceInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
com.azure.core.http.rest.PagedIterable<QueueResourceInner> |
listAll(String resourceGroupName,
String namespaceName)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedIterable<QueueResourceInner> |
listAll(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedFlux<QueueResourceInner> |
listAllAsync(String resourceGroupName,
String namespaceName)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String queueName)
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> |
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.PagedFlux<SharedAccessAuthorizationRuleResourceInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String queueName)
Gets all authorization rules for a queue.
|
ResourceListKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
Mono<ResourceListKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<ResourceListKeysInner> |
listKeysWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
com.azure.core.util.Context context)
Primary and secondary connection strings to the queue.
|
Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
SharedAccessAuthorizationRuleResourceInner |
postAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
Mono<SharedAccessAuthorizationRuleResourceInner> |
postAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> |
postAuthorizationRuleWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
com.azure.core.util.Context context)
Gets an authorization rule for a queue by rule name.
|
Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> |
postAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
ResourceListKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings to the queue.
|
Mono<ResourceListKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Regenerates the primary or secondary connection strings to the queue.
|
Mono<ResourceListKeysInner> |
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> |
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>> |
regenerateKeysWithResponseAsync(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.PagedFlux<QueueResourceInner> listAllAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<QueueResourceInner> listAll(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<QueueResourceInner> listAll(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<QueueResourceInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, QueueCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to the Create Or Update Queue operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<QueueResourceInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String queueName, QueueCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to the Create Or Update Queue operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.QueueResourceInner createOrUpdate(String resourceGroupName, String namespaceName, String queueName, QueueCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to the Create Or Update Queue operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<QueueResourceInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String queueName, QueueCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to the Create Or Update Queue operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String queueName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<QueueResourceInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<QueueResourceInner> getAsync(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.QueueResourceInner get(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<QueueResourceInner> getWithResponse(String resourceGroupName, String namespaceName, String queueName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String queueName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String queueName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedAccessAuthorizationRuleResourceInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, SharedAccessAuthorizationRuleCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.parameters - Parameters supplied to the Create Or Update Authorization Rules operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> postAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedAccessAuthorizationRuleResourceInner> postAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedAccessAuthorizationRuleResourceInner postAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> postAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner>> getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SharedAccessAuthorizationRuleResourceInner getAuthorizationRule(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceListKeysInner> listKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ResourceListKeysInner listKeys(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ResourceListKeysInner> listKeysWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ResourceListKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.policykey - Key that needs to be regenerated.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceListKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, Policykey policykey)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.policykey - Key that needs to be regenerated.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceListKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ResourceListKeysInner regenerateKeys(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ResourceListKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, Policykey policykey, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.policykey - Key that needs to be regenerated.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.