Uses of Class
com.azure.storage.file.share.options.ShareDeleteOptions
-
Packages that use ShareDeleteOptions Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of ShareDeleteOptions in com.azure.storage.file.share
Methods in com.azure.storage.file.share with parameters of type ShareDeleteOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<Void>>ShareAsyncClient. deleteWithResponse(ShareDeleteOptions options)Deletes the share in the storage accountcom.azure.core.http.rest.Response<Void>ShareClient. deleteWithResponse(ShareDeleteOptions options, Duration timeout, com.azure.core.util.Context context)Deletes the share in the storage account -
Uses of ShareDeleteOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareDeleteOptions Modifier and Type Method Description ShareDeleteOptionsShareDeleteOptions. setDeleteSnapshotsOptions(ShareSnapshotsDeleteOptionType deleteSnapshotsOptions)ShareDeleteOptionsShareDeleteOptions. setRequestConditions(ShareRequestConditions requestConditions)
-