Uses of Class
com.azure.resourcemanager.storage.models.DeletedShare
Packages that use DeletedShare
Package
Description
Package containing the service clients for StorageManagementClient.
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 DeletedShareModifier and TypeMethodDescriptionvoidFileSharesClient.restore(String resourceGroupName, String accountName, String shareName, DeletedShare deletedShare) Restore a file share within a valid retention days if share soft delete is enabled.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.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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type DeletedShareMethods in com.azure.resourcemanager.storage.models that return DeletedShareModifier and TypeMethodDescriptionstatic DeletedShareDeletedShare.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedShare from the JsonReader.DeletedShare.withDeletedShareName(String deletedShareName) Set the deletedShareName property: Required.DeletedShare.withDeletedShareVersion(String deletedShareVersion) Set the deletedShareVersion property: Required.