DeleteSnapshotsOptionType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.storage.blob.models.DeleteSnapshotsOptionType

public enum DeleteSnapshotsOptionType
extends Enum<DeleteSnapshotsOptionType>

Defines values for DeleteSnapshotsOptionType.

Fields

INCLUDE

Enum value include.

ONLY

Enum value only.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static DeleteSnapshotsOptionType fromString(String value)

Parses a serialized value to a DeleteSnapshotsOptionType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed DeleteSnapshotsOptionType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static DeleteSnapshotsOptionType valueOf(String name)

Parameters

name
String

Returns

values()

public static DeleteSnapshotsOptionType[] values()

Returns

Applies to