| 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<ListContainerItemInner> |
BlobContainersClient.list(String resourceGroupName,
String accountName,
String maxpagesize,
String filter,
ListContainersInclude include,
com.azure.core.util.Context context)
Lists all containers and does not support a prefix like data plane.
|
com.azure.core.http.rest.PagedFlux<ListContainerItemInner> |
BlobContainersClient.listAsync(String resourceGroupName,
String accountName,
String maxpagesize,
String filter,
ListContainersInclude include)
Lists all containers and does not support a prefix like data plane.
|
| Modifier and Type | Field and Description |
|---|---|
static ListContainersInclude |
ListContainersInclude.DELETED
Static value deleted for ListContainersInclude.
|
| Modifier and Type | Method and Description |
|---|---|
static ListContainersInclude |
ListContainersInclude.fromString(String name)
Creates or finds a ListContainersInclude from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.