| 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 |
|---|---|
FileServicePropertiesInner |
FileServicesClient.getServiceProperties(String resourceGroupName,
String accountName)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
FileServicePropertiesInner |
FileServicesClient.setServiceProperties(String resourceGroupName,
String accountName)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
FileServicePropertiesInner |
FileServicePropertiesInner.withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the File service.
|
FileServicePropertiesInner |
FileServicePropertiesInner.withShareDeleteRetentionPolicy(DeleteRetentionPolicy shareDeleteRetentionPolicy)
Set the shareDeleteRetentionPolicy property: The file service properties for share soft delete.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.