public interface QueueServicesClient
| Modifier and Type | Method and Description |
|---|---|
QueueServicePropertiesInner |
getServiceProperties(String resourceGroupName,
String accountName)
Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<QueueServicePropertiesInner> |
getServicePropertiesAsync(String resourceGroupName,
String accountName)
Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
com.azure.core.http.rest.Response<QueueServicePropertiesInner> |
getServicePropertiesWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<QueueServicePropertiesInner>> |
getServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName)
Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
ListQueueServicesInner |
list(String resourceGroupName,
String accountName)
List all queue services for the storage account.
|
Mono<ListQueueServicesInner> |
listAsync(String resourceGroupName,
String accountName)
List all queue services for the storage account.
|
com.azure.core.http.rest.Response<ListQueueServicesInner> |
listWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
List all queue services for the storage account.
|
Mono<com.azure.core.http.rest.Response<ListQueueServicesInner>> |
listWithResponseAsync(String resourceGroupName,
String accountName)
List all queue services for the storage account.
|
QueueServicePropertiesInner |
setServiceProperties(String resourceGroupName,
String accountName)
Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<QueueServicePropertiesInner> |
setServicePropertiesAsync(String resourceGroupName,
String accountName)
Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<QueueServicePropertiesInner> |
setServicePropertiesAsync(String resourceGroupName,
String accountName,
CorsRules cors)
Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
com.azure.core.http.rest.Response<QueueServicePropertiesInner> |
setServicePropertiesWithResponse(String resourceGroupName,
String accountName,
CorsRules cors,
com.azure.core.util.Context context)
Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<QueueServicePropertiesInner>> |
setServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName,
CorsRules cors)
Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<ListQueueServicesInner>> listWithResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<ListQueueServicesInner> listAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.ListQueueServicesInner list(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<ListQueueServicesInner> listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<QueueServicePropertiesInner>> setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, CorsRules cors)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.cors - Sets the CORS rules. You can include up to five CorsRule elements in the request.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<QueueServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName, CorsRules cors)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.cors - Sets the CORS rules. You can include up to five CorsRule elements in the request.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<QueueServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.QueueServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<QueueServicePropertiesInner> setServicePropertiesWithResponse(String resourceGroupName, String accountName, CorsRules cors, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.cors - Sets the CORS rules. You can include up to five CorsRule elements in the request.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<QueueServicePropertiesInner>> getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<QueueServicePropertiesInner> getServicePropertiesAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.QueueServicePropertiesInner getServiceProperties(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<QueueServicePropertiesInner> getServicePropertiesWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.