| 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,
FileServicePropertiesInner parameters)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
FileServicePropertiesInner |
FileServicesClient.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> |
FileServicesClient.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> |
FileServicesClient.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>> |
FileServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName,
String accountName,
FileServicePropertiesInner parameters)
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.withProtocolSettings(ProtocolSettings protocolSettings)
Set the protocolSettings property: Protocol settings for file service.
|
FileServicePropertiesInner |
FileServicePropertiesInner.withShareDeleteRetentionPolicy(DeleteRetentionPolicy shareDeleteRetentionPolicy)
Set the shareDeleteRetentionPolicy property: The file service properties for share soft delete.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.