| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<FileShareInner> |
FileSharesClient.createAsync(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare,
PutSharesExpand expand)
Creates a new share under the specified account as described by request body.
|
com.azure.core.http.rest.Response<FileShareInner> |
FileSharesClient.createWithResponse(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare,
PutSharesExpand expand,
com.azure.core.util.Context context)
Creates a new share under the specified account as described by request body.
|
Mono<com.azure.core.http.rest.Response<FileShareInner>> |
FileSharesClient.createWithResponseAsync(String resourceGroupName,
String accountName,
String shareName,
FileShareInner fileShare,
PutSharesExpand expand)
Creates a new share under the specified account as described by request body.
|
| Modifier and Type | Field and Description |
|---|---|
static PutSharesExpand |
PutSharesExpand.SNAPSHOTS
Static value snapshots for PutSharesExpand.
|
| Modifier and Type | Method and Description |
|---|---|
static PutSharesExpand |
PutSharesExpand.fromString(String name)
Creates or finds a PutSharesExpand from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.