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