Uses of Class
com.azure.storage.file.share.options.ShareCreateOptions
-
Packages that use ShareCreateOptions 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 ShareCreateOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareCreateOptions Modifier and Type Method Description 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.Mono<com.azure.core.http.rest.Response<ShareInfo>>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 ShareCreateOptions Modifier and Type Method Description ShareCreateOptionsShareCreateOptions. setAccessTier(ShareAccessTier accessTier)ShareCreateOptionsShareCreateOptions. setMetadata(Map<String,String> metadata)ShareCreateOptionsShareCreateOptions. setProtocols(ShareProtocols protocols)ShareCreateOptionsShareCreateOptions. setQuotaInGb(Integer quotaInGb)ShareCreateOptionsShareCreateOptions. setRootSquash(ShareRootSquash rootSquash)
-