| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ShareCreateOptions |
ShareCreateOptions.setAccessTier(ShareAccessTier accessTier) |
ShareCreateOptions |
ShareCreateOptions.setMetadata(Map<String,String> metadata) |
ShareCreateOptions |
ShareCreateOptions.setProtocols(ShareProtocols protocols) |
ShareCreateOptions |
ShareCreateOptions.setQuotaInGb(Integer quotaInGb) |
ShareCreateOptions |
ShareCreateOptions.setRootSquash(ShareRootSquash rootSquash) |
Copyright © 2021 Microsoft Corporation. All rights reserved.