Uses of Class
com.azure.storage.file.share.options.ShareSetPropertiesOptions
-
Packages that use ShareSetPropertiesOptions 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. -
-
Uses of ShareSetPropertiesOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareSetPropertiesOptions Modifier and Type Method Description Mono<ShareInfo>ShareAsyncClient. setProperties(ShareSetPropertiesOptions options)Sets the share's properties.ShareInfoShareClient. 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. -
Uses of ShareSetPropertiesOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareSetPropertiesOptions Modifier and Type Method Description ShareSetPropertiesOptionsShareSetPropertiesOptions. setAccessTier(ShareAccessTier accessTier)ShareSetPropertiesOptionsShareSetPropertiesOptions. setQuotaInGb(Integer quotaInGb)ShareSetPropertiesOptionsShareSetPropertiesOptions. setRequestConditions(ShareRequestConditions requestConditions)ShareSetPropertiesOptionsShareSetPropertiesOptions. setRootSquash(ShareRootSquash rootSquash)
-