| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Void>> |
ShareAsyncClient.deleteWithResponse(ShareDeleteOptions options)
Deletes the share in the storage account
|
com.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
|
| Modifier and Type | Method and Description |
|---|---|
ShareDeleteOptions |
ShareDeleteOptions.setDeleteSnapshotsOptions(ShareSnapshotsDeleteOptionType deleteSnapshotsOptions) |
ShareDeleteOptions |
ShareDeleteOptions.setRequestConditions(ShareRequestConditions requestConditions) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.