public interface QueuesClient
| Modifier and Type | Method and Description |
|---|---|
SBQueueInner |
createOrUpdate(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
Mono<SBQueueInner> |
createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
SBAuthorizationRuleInner |
createOrUpdateAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Creates an authorization rule for a queue.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Creates an authorization rule for a queue.
|
Mono<SBAuthorizationRuleInner> |
createOrUpdateAuthorizationRuleAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
List<AccessRights> rights)
Creates an authorization rule for a queue.
|
com.azure.core.http.rest.Response<SBAuthorizationRuleInner> |
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.
|
Mono<com.azure.core.http.rest.Response<SBAuthorizationRuleInner>> |
createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
List<AccessRights> rights)
Creates an authorization rule for a queue.
|
com.azure.core.http.rest.Response<SBQueueInner> |
createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters,
com.azure.core.util.Context context)
Creates or updates a Service Bus queue.
|
Mono<com.azure.core.http.rest.Response<SBQueueInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner 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.
|
SBQueueInner |
get(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
Mono<SBQueueInner> |
getAsync(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
SBAuthorizationRuleInner |
getAuthorizationRule(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Gets an authorization rule for a queue by rule name.
|
Mono<SBAuthorizationRuleInner> |
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<SBAuthorizationRuleInner> |
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<SBAuthorizationRuleInner>> |
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<SBQueueInner> |
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<SBQueueInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
listAuthorizationRules(String resourceGroupName,
String namespaceName,
String queueName)
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedIterable<SBAuthorizationRuleInner> |
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<SBAuthorizationRuleInner> |
listAuthorizationRulesAsync(String resourceGroupName,
String namespaceName,
String queueName)
Gets all authorization rules for a queue.
|
com.azure.core.http.rest.PagedIterable<SBQueueInner> |
listByNamespace(String resourceGroupName,
String namespaceName)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedIterable<SBQueueInner> |
listByNamespace(String resourceGroupName,
String namespaceName,
Integer skip,
Integer top,
com.azure.core.util.Context context)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedFlux<SBQueueInner> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Gets the queues within a namespace.
|
com.azure.core.http.rest.PagedFlux<SBQueueInner> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName,
Integer skip,
Integer top)
Gets the queues within a namespace.
|
AccessKeysInner |
listKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
Mono<AccessKeysInner> |
listKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
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<AccessKeysInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName)
Primary and secondary connection strings to the queue.
|
AccessKeysInner |
regenerateKeys(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings to the queue.
|
Mono<AccessKeysInner> |
regenerateKeysAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings to the queue.
|
com.azure.core.http.rest.Response<AccessKeysInner> |
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.
|
Mono<com.azure.core.http.rest.Response<AccessKeysInner>> |
regenerateKeysWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
String authorizationRuleName,
RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings to the queue.
|
com.azure.core.http.rest.PagedFlux<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner> 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<SBAuthorizationRuleInner>> createOrUpdateAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.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<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, List<AccessRights> rights)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.authorizationRuleName - The authorization rule name.rights - The rights associated with the rule.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<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleAsync(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.SBAuthorizationRuleInner createOrUpdateAuthorizationRule(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<SBAuthorizationRuleInner> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, List<AccessRights> rights, 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.rights - The rights associated with the rule.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<SBAuthorizationRuleInner>> 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<SBAuthorizationRuleInner> 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.SBAuthorizationRuleInner 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<SBAuthorizationRuleInner> 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<AccessKeysInner>> 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<AccessKeysInner> 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.AccessKeysInner 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<AccessKeysInner> 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<AccessKeysInner>> regenerateKeysWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.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<AccessKeysInner> regenerateKeysAsync(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.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.AccessKeysInner regenerateKeys(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.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<AccessKeysInner> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String queueName, String authorizationRuleName, RegenerateAccessKeyParameters 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 regenerate the authorization rule.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<SBQueueInner> listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.skip - Skip is only used if a previous operation returned a partial result. If a previous response contains
a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting
point to use for subsequent calls.top - May be used to limit the number of results to the most recent N usageDetails.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<SBQueueInner> listByNamespaceAsync(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<SBQueueInner> listByNamespace(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<SBQueueInner> listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.skip - Skip is only used if a previous operation returned a partial result. If a previous response contains
a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting
point to use for subsequent calls.top - May be used to limit the number of results to the most recent N usageDetails.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<SBQueueInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to create or update a queue resource.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<SBQueueInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to create or update a queue resource.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.SBQueueInner createOrUpdate(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.queueName - The queue name.parameters - Parameters supplied to create or update a queue resource.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<SBQueueInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String queueName, SBQueueInner 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 create or update a queue resource.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<SBQueueInner>> 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<SBQueueInner> 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.SBQueueInner 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<SBQueueInner> 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.Copyright © 2021 Microsoft Corporation. All rights reserved.