public interface FileServicesClient
| Modifier and Type | Method and Description |
|---|---|
FileServicePropertiesInner |
getServiceProperties(String resourceGroupName,
String accountName)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
Mono<FileServicePropertiesInner> |
getServicePropertiesAsync(String resourceGroupName,
String accountName)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
com.azure.core.http.rest.Response<FileServicePropertiesInner> |
getServicePropertiesWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<FileServicePropertiesInner>> |
getServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
FileServiceItemsInner |
list(String resourceGroupName,
String accountName)
List all file services in storage accounts.
|
Mono<FileServiceItemsInner> |
listAsync(String resourceGroupName,
String accountName)
List all file services in storage accounts.
|
com.azure.core.http.rest.Response<FileServiceItemsInner> |
listWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
List all file services in storage accounts.
|
Mono<com.azure.core.http.rest.Response<FileServiceItemsInner>> |
listWithResponseAsync(String resourceGroupName,
String accountName)
List all file services in storage accounts.
|
FileServicePropertiesInner |
setServiceProperties(String resourceGroupName,
String accountName,
FileServicePropertiesInner parameters)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
Mono<FileServicePropertiesInner> |
setServicePropertiesAsync(String resourceGroupName,
String accountName,
FileServicePropertiesInner parameters)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
com.azure.core.http.rest.Response<FileServicePropertiesInner> |
setServicePropertiesWithResponse(String resourceGroupName,
String accountName,
FileServicePropertiesInner parameters,
com.azure.core.util.Context context)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<FileServicePropertiesInner>> |
setServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName,
FileServicePropertiesInner parameters)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<FileServiceItemsInner>> 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<FileServiceItemsInner> 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.FileServiceItemsInner 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<FileServiceItemsInner> 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<FileServicePropertiesInner>> setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)
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.parameters - The properties of file services in storage accounts, including CORS (Cross-Origin Resource
Sharing) rules.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<FileServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)
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.parameters - The properties of file services in storage accounts, including CORS (Cross-Origin Resource
Sharing) rules.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.FileServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)
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.parameters - The properties of file services in storage accounts, including CORS (Cross-Origin Resource
Sharing) rules.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<FileServicePropertiesInner> setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, 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.parameters - The properties of file services in storage accounts, including CORS (Cross-Origin Resource
Sharing) rules.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<FileServicePropertiesInner>> 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<FileServicePropertiesInner> 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.FileServicePropertiesInner 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<FileServicePropertiesInner> 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 © 2021 Microsoft Corporation. All rights reserved.