public final class ListContainersInclude extends com.azure.core.util.ExpandableStringEnum<ListContainersInclude>
| Modifier and Type | Field and Description |
|---|---|
static ListContainersInclude |
DELETED
Static value deleted for ListContainersInclude.
|
| Constructor and Description |
|---|
ListContainersInclude() |
| Modifier and Type | Method and Description |
|---|---|
static ListContainersInclude |
fromString(String name)
Creates or finds a ListContainersInclude from its string representation.
|
static Collection<ListContainersInclude> |
values() |
public static final ListContainersInclude DELETED
public static ListContainersInclude fromString(String name)
name - a name to look for.public static Collection<ListContainersInclude> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.