| 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.getAsync(String resourceGroupName,
String accountName,
String shareName,
GetShareExpand expand,
String xMsSnapshot)
Gets properties of a specified share.
|
com.azure.core.http.rest.Response<FileShareInner> |
FileSharesClient.getWithResponse(String resourceGroupName,
String accountName,
String shareName,
GetShareExpand expand,
String xMsSnapshot,
com.azure.core.util.Context context)
Gets properties of a specified share.
|
Mono<com.azure.core.http.rest.Response<FileShareInner>> |
FileSharesClient.getWithResponseAsync(String resourceGroupName,
String accountName,
String shareName,
GetShareExpand expand,
String xMsSnapshot)
Gets properties of a specified share.
|
| Modifier and Type | Method and Description |
|---|---|
static GetShareExpand |
GetShareExpand.fromString(String value)
Parses a serialized value to a GetShareExpand instance.
|
static GetShareExpand |
GetShareExpand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetShareExpand[] |
GetShareExpand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.