| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ShareInfo> |
ShareAsyncClient.setProperties(ShareSetPropertiesOptions options)
Sets the share's properties.
|
ShareInfo |
ShareClient.setProperties(ShareSetPropertiesOptions options)
Sets the share's properties.
|
Mono<com.azure.core.http.rest.Response<ShareInfo>> |
ShareAsyncClient.setPropertiesWithResponse(ShareSetPropertiesOptions options)
Sets the share's properties.
|
com.azure.core.http.rest.Response<ShareInfo> |
ShareClient.setPropertiesWithResponse(ShareSetPropertiesOptions options,
Duration timeout,
com.azure.core.util.Context context)
Sets the share's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ShareSetPropertiesOptions |
ShareSetPropertiesOptions.setAccessTier(ShareAccessTier accessTier) |
ShareSetPropertiesOptions |
ShareSetPropertiesOptions.setQuotaInGb(Integer quotaInGb) |
ShareSetPropertiesOptions |
ShareSetPropertiesOptions.setRequestConditions(ShareRequestConditions requestConditions) |
ShareSetPropertiesOptions |
ShareSetPropertiesOptions.setRootSquash(ShareRootSquash rootSquash) |
Copyright © 2021 Microsoft Corporation. All rights reserved.