Uses of Class
com.azure.storage.file.share.options.ShareSetPropertiesOptions
Packages that use ShareSetPropertiesOptions
Package
Description
This package contains the classes to perform actions on Azure Storage File.
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 ShareSetPropertiesOptionsModifier and TypeMethodDescriptionShareAsyncClient.setProperties(ShareSetPropertiesOptions options) Sets the share's properties.ShareClient.setProperties(ShareSetPropertiesOptions options) Sets the share's properties.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 ShareSetPropertiesOptionsModifier and TypeMethodDescriptionShareSetPropertiesOptions.setAccessTier(ShareAccessTier accessTier) Sets theShareAccessTier.ShareSetPropertiesOptions.setPaidBurstingEnabled(Boolean enablePaidBursting) Set the enablePaidBursting property: Optional.ShareSetPropertiesOptions.setPaidBurstingMaxBandwidthMibps(Long paidBurstingMaxBandwidthMibps) Set the paidBurstingMaxBandwidthMibps property: Optional.ShareSetPropertiesOptions.setPaidBurstingMaxIops(Long paidBurstingMaxIops) Set the paidBurstingMaxIops property: Optional.ShareSetPropertiesOptions.setProvisionedMaxBandwidthMibps(Long provisionedMaxBandwidthMibps) Set the provisionedMaxBandwidthMibps property: Optional.ShareSetPropertiesOptions.setProvisionedMaxIops(Long provisionedMaxIops) Set the provisionedMaxIops property: Optional.ShareSetPropertiesOptions.setQuotaInGb(Integer quotaInGb) Sets the size in GB to limit the share's growth.ShareSetPropertiesOptions.setRequestConditions(ShareRequestConditions requestConditions) Sets theShareRequestConditions.ShareSetPropertiesOptions.setRootSquash(ShareRootSquash rootSquash) Sets the root squash to set for the share.ShareSetPropertiesOptions.setSnapshotVirtualDirectoryAccessEnabled(Boolean snapshotVirtualDirectoryAccessEnabled) Set the enableSnapshotVirtualDirectoryAccess property: The EnableSnapshotVirtualDirectoryAccess property.