Class ShareDeleteOptions
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
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; }