Uses of Class
com.azure.resourcemanager.storage.models.DeletedShare
-
Packages that use DeletedShare Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of DeletedShare in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type DeletedShare Modifier and Type Method Description voidFileSharesClient. restore(String resourceGroupName, String accountName, String shareName, DeletedShare deletedShare)Restore a file share within a valid retention days if share soft delete is enabled.Mono<Void>FileSharesClient. restoreAsync(String resourceGroupName, String accountName, String shareName, DeletedShare deletedShare)Restore a file share within a valid retention days if share soft delete is enabled.com.azure.core.http.rest.Response<Void>FileSharesClient. restoreWithResponse(String resourceGroupName, String accountName, String shareName, DeletedShare deletedShare, com.azure.core.util.Context context)Restore a file share within a valid retention days if share soft delete is enabled.Mono<com.azure.core.http.rest.Response<Void>>FileSharesClient. restoreWithResponseAsync(String resourceGroupName, String accountName, String shareName, DeletedShare deletedShare)Restore a file share within a valid retention days if share soft delete is enabled. -
Uses of DeletedShare in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return DeletedShare Modifier and Type Method Description DeletedShareDeletedShare. withDeletedShareName(String deletedShareName)Set the deletedShareName property: Required.DeletedShareDeletedShare. withDeletedShareVersion(String deletedShareVersion)Set the deletedShareVersion property: Required.
-