你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareDeleteOptions Class
- java.
lang. Object - com.
azure. storage. file. share. options. ShareDeleteOptions
- com.
public class ShareDeleteOptions
Extended options that may be passed when deleting a share.
Constructor Summary
Constructor | Description |
---|---|
ShareDeleteOptions() |
Creates a new instance of ShareDeleteOptions. |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
ShareDeleteOptions
public ShareDeleteOptions()
Creates a new instance of ShareDeleteOptions.
Method Details
getDeleteSnapshotsOptions
public ShareSnapshotsDeleteOptionType getDeleteSnapshotsOptions()
Gets the ShareSnapshotsDeleteOptionType.
Returns:
getRequestConditions
setDeleteSnapshotsOptions
public ShareDeleteOptions setDeleteSnapshotsOptions(ShareSnapshotsDeleteOptionType deleteSnapshotsOptions)
Sets the ShareSnapshotsDeleteOptionType.
Parameters:
Returns:
setRequestConditions
public ShareDeleteOptions setRequestConditions(ShareRequestConditions requestConditions)
Sets the ShareRequestConditions.
Parameters:
Returns: