| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TableServicePropertiesInner |
TableServicesClient.getServiceProperties(String resourceGroupName,
String accountName)
Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS
(Cross-Origin Resource Sharing) rules.
|
TableServicePropertiesInner |
TableServicesClient.setServiceProperties(String resourceGroupName,
String accountName)
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 |
|---|---|
TableServicePropertiesInner |
TableServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the Table service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.