public enum ShareSnapshotsDeleteOptionType extends Enum<ShareSnapshotsDeleteOptionType>
| Enum Constant and Description |
|---|
INCLUDE
The share's snapshots that do not have an active lease will be deleted with the share.
|
INCLUDE_WITH_LEASED
All of the share's snapshots, including those with an active lease, will be deleted with the share.
|
| Modifier and Type | Method and Description |
|---|---|
static ShareSnapshotsDeleteOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareSnapshotsDeleteOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareSnapshotsDeleteOptionType INCLUDE
public static final ShareSnapshotsDeleteOptionType INCLUDE_WITH_LEASED
public static ShareSnapshotsDeleteOptionType[] values()
public static ShareSnapshotsDeleteOptionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 Microsoft Corporation. All rights reserved.