Uses of Class
com.azure.storage.file.share.options.ShareCreateOptions
Packages that use ShareCreateOptions
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 ShareCreateOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareCreateOptionsModifier and TypeMethodDescriptionShareAsyncClient.createIfNotExistsWithResponse(ShareCreateOptions options) Creates the share in the storage account with the specified options if it does not exist.com.azure.core.http.rest.Response<ShareInfo> ShareClient.createIfNotExistsWithResponse(ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates the share in the storage account with the specified options if it does not exist.Mono<com.azure.core.http.rest.Response<ShareAsyncClient>> ShareServiceAsyncClient.createShareWithResponse(String shareName, ShareCreateOptions options) Creates a share in the storage account with the specified name, and options and returns a ShareAsyncClient to interact with it.com.azure.core.http.rest.Response<ShareClient> ShareServiceClient.createShareWithResponse(String shareName, ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a share in the storage account with the specified name and options and returns a ShareClient to interact with it.ShareAsyncClient.createWithResponse(ShareCreateOptions options) Creates the share in the storage account with the specified options.com.azure.core.http.rest.Response<ShareInfo> ShareClient.createWithResponse(ShareCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates the share in the storage account with the specified options. -
Uses of ShareCreateOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareCreateOptionsModifier and TypeMethodDescriptionShareCreateOptions.setAccessTier(ShareAccessTier accessTier) Sets the access tier for the share.ShareCreateOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the share.ShareCreateOptions.setPaidBurstingEnabled(Boolean enablePaidBursting) Set the enablePaidBursting property: Optional.ShareCreateOptions.setPaidBurstingMaxBandwidthMibps(Long paidBurstingMaxBandwidthMibps) Set the paidBurstingMaxBandwidthMibps property: Optional.ShareCreateOptions.setPaidBurstingMaxIops(Long paidBurstingMaxIops) Set the paidBurstingMaxIops property: Optional.ShareCreateOptions.setProtocols(ShareProtocols protocols) Sets the protocols to enable on the share.ShareCreateOptions.setProvisionedMaxBandwidthMibps(Long provisionedMaxBandwidthMibps) Set the provisionedMaxBandwidthMibps property: Optional.ShareCreateOptions.setProvisionedMaxIops(Long provisionedMaxIops) Set the provisionedMaxIops property: Optional.ShareCreateOptions.setQuotaInGb(Integer quotaInGb) Sets the size in GB to limit the share's growth.ShareCreateOptions.setRootSquash(ShareRootSquash rootSquash) Sets the root squash to set for the share.ShareCreateOptions.setSnapshotVirtualDirectoryAccessEnabled(Boolean snapshotVirtualDirectoryAccessEnabled) Set the enableSnapshotVirtualDirectoryAccess property: Optional.