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