ShareSnapshotsDeleteOptionType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.storage.file.share.models.ShareSnapshotsDeleteOptionType

public enum ShareSnapshotsDeleteOptionType
extends Enum<ShareSnapshotsDeleteOptionType>

Defines values for ShareSnapshotsDeleteOptionType.

Fields

INCLUDE

The share's snapshots that do not have an active lease will be deleted with the share.

INCLUDE_WITH_LEASED

All the share's snapshots, including those with an active lease, will be deleted with the share.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static ShareSnapshotsDeleteOptionType valueOf(String name)

Parameters

name
String

Returns

values()

public static ShareSnapshotsDeleteOptionType[] values()

Returns

Applies to