Class ShareDeleteOptions
java.lang.Object
com.azure.storage.file.share.options.ShareDeleteOptions
Extended options that may be passed when deleting a share.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theShareSnapshotsDeleteOptionType.Gets theShareRequestConditions.setDeleteSnapshotsOptions(ShareSnapshotsDeleteOptionType deleteSnapshotsOptions) Sets theShareSnapshotsDeleteOptionType.setRequestConditions(ShareRequestConditions requestConditions) Sets theShareRequestConditions.
-
Constructor Details
-
ShareDeleteOptions
public ShareDeleteOptions()Creates a new instance ofShareDeleteOptions.
-
-
Method Details
-
getRequestConditions
Gets theShareRequestConditions.- Returns:
ShareRequestConditions.
-
getDeleteSnapshotsOptions
Gets theShareSnapshotsDeleteOptionType.- Returns:
ShareSnapshotsDeleteOptionType
-