| 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 | Field and Description |
|---|---|
static ListSharesExpand |
ListSharesExpand.DELETED
Static value deleted for ListSharesExpand.
|
static ListSharesExpand |
ListSharesExpand.SNAPSHOTS
Static value snapshots for ListSharesExpand.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSharesExpand |
ListSharesExpand.fromString(String name)
Creates or finds a ListSharesExpand from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.