Table of Contents

Class ShareDeleteOptions

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

Optional parameters for deleteing a Share.

public class ShareDeleteOptions
Inheritance
ShareDeleteOptions
Inherited Members

Constructors

ShareDeleteOptions()

public ShareDeleteOptions()

Properties

Conditions

Optional ShareFileRequestConditions to add conditions on deleting the share. Refer sample code here.

public ShareFileRequestConditions Conditions { get; set; }

Property Value

ShareFileRequestConditions

ShareSnapshotsDeleteOption

A value indicating whether to delete a share's snapshots or leased snapshots in addition to the share itself.

public ShareSnapshotsDeleteOption? ShareSnapshotsDeleteOption { get; set; }

Property Value

ShareSnapshotsDeleteOption?