| 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 |
|---|---|
com.azure.core.http.rest.PagedIterable<FileShareItemInner> |
FileSharesClient.list(String resourceGroupName,
String accountName,
String maxpagesize,
String filter,
ListSharesExpand expand,
com.azure.core.util.Context context)
Lists all shares.
|
com.azure.core.http.rest.PagedFlux<FileShareItemInner> |
FileSharesClient.listAsync(String resourceGroupName,
String accountName,
String maxpagesize,
String filter,
ListSharesExpand expand)
Lists all shares.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSharesExpand |
ListSharesExpand.fromString(String value)
Parses a serialized value to a ListSharesExpand instance.
|
static ListSharesExpand |
ListSharesExpand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSharesExpand[] |
ListSharesExpand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.