| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<QueueServicePropertiesInner> |
QueueServicesClient.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.
|
Mono<TableServicePropertiesInner> |
TableServicesClient.setServicePropertiesAsync(String resourceGroupName,
String accountName,
CorsRules cors)
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
com.azure.core.http.rest.Response<QueueServicePropertiesInner> |
QueueServicesClient.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.
|
com.azure.core.http.rest.Response<TableServicePropertiesInner> |
TableServicesClient.setServicePropertiesWithResponse(String resourceGroupName,
String accountName,
CorsRules cors,
com.azure.core.util.Context context)
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<QueueServicePropertiesInner>> |
QueueServicesClient.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<TableServicePropertiesInner>> |
TableServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName,
CorsRules cors)
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
CorsRules |
TableServicePropertiesInner.cors()
Get the cors property: Specifies CORS rules for the Table service.
|
CorsRules |
FileServicePropertiesInner.cors()
Get the cors property: Specifies CORS rules for the File service.
|
CorsRules |
QueueServicePropertiesInner.cors()
Get the cors property: Specifies CORS rules for the Queue service.
|
CorsRules |
BlobServicePropertiesInner.cors()
Get the cors property: Specifies CORS rules for the Blob service.
|
| Modifier and Type | Method and Description |
|---|---|
TableServicePropertiesInner |
TableServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the Table service.
|
FileServicePropertiesInner |
FileServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the File service.
|
QueueServicePropertiesInner |
QueueServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the Queue service.
|
BlobServicePropertiesInner |
BlobServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the Blob service.
|
| Modifier and Type | Method and Description |
|---|---|
CorsRules |
BlobServiceProperties.cors() |
CorsRules |
CorsRules.withCorsRules(List<CorsRule> corsRules)
Set the corsRules property: The List of CORS rules.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.