Class ShareSetPropertiesOptions
java.lang.Object
com.azure.storage.file.share.options.ShareSetPropertiesOptions
Extended options that may be passed when setting properties on a share.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAccessTier
(ShareAccessTier accessTier) setQuotaInGb
(Integer quotaInGb) setRequestConditions
(ShareRequestConditions requestConditions) setRootSquash
(ShareRootSquash rootSquash)
-
Constructor Details
-
ShareSetPropertiesOptions
public ShareSetPropertiesOptions()
-
-
Method Details
-
getAccessTier
- Returns:
ShareAccessTier
-
getQuotaInGb
- Returns:
- Size in GB to limit the share's growth.
-
setQuotaInGb
- Parameters:
quotaInGb
- Size in GB to limit the share's growth.- Returns:
- The updated options.
-
getRootSquash
- Returns:
- The root squash to set for the share. Only valid for NFS.
-
getRequestConditions
- Returns:
ShareRequestConditions
.
-