### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.DeletedShare"
fullName: "com.microsoft.azure.management.storage.DeletedShare"
name: "DeletedShare"
nameWithType: "DeletedShare"
summary: "The deleted share to be restored."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **DeletedShare**"
constructors:
- uid: "com.microsoft.azure.management.storage.DeletedShare.DeletedShare()"
fullName: "com.microsoft.azure.management.storage.DeletedShare.DeletedShare()"
name: "DeletedShare()"
nameWithType: "DeletedShare.DeletedShare()"
syntax: "public DeletedShare()"
methods:
- uid: "com.microsoft.azure.management.storage.DeletedShare.deletedShareName()"
fullName: "com.microsoft.azure.management.storage.DeletedShare.deletedShareName()"
name: "deletedShareName()"
nameWithType: "DeletedShare.deletedShareName()"
summary: "Get required."
syntax: "public String deletedShareName()"
desc: "Get required. Identify the name of the deleted share that will be restored."
returns:
description: "the deletedShareName value"
type: ""
- uid: "com.microsoft.azure.management.storage.DeletedShare.deletedShareVersion()"
fullName: "com.microsoft.azure.management.storage.DeletedShare.deletedShareVersion()"
name: "deletedShareVersion()"
nameWithType: "DeletedShare.deletedShareVersion()"
summary: "Get required."
syntax: "public String deletedShareVersion()"
desc: "Get required. Identify the version of the deleted share that will be restored."
returns:
description: "the deletedShareVersion value"
type: ""
- uid: "com.microsoft.azure.management.storage.DeletedShare.withDeletedShareName(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.DeletedShare.withDeletedShareName(String deletedShareName)"
name: "withDeletedShareName(String deletedShareName)"
nameWithType: "DeletedShare.withDeletedShareName(String deletedShareName)"
summary: "Set required."
parameters:
- description: "the deletedShareName value to set"
name: "deletedShareName"
type: ""
syntax: "public DeletedShare withDeletedShareName(String deletedShareName)"
desc: "Set required. Identify the name of the deleted share that will be restored."
returns:
description: "the DeletedShare object itself."
type: ""
- uid: "com.microsoft.azure.management.storage.DeletedShare.withDeletedShareVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.DeletedShare.withDeletedShareVersion(String deletedShareVersion)"
name: "withDeletedShareVersion(String deletedShareVersion)"
nameWithType: "DeletedShare.withDeletedShareVersion(String deletedShareVersion)"
summary: "Set required."
parameters:
- description: "the deletedShareVersion value to set"
name: "deletedShareVersion"
type: ""
syntax: "public DeletedShare withDeletedShareVersion(String deletedShareVersion)"
desc: "Set required. Identify the version of the deleted share that will be restored."
returns:
description: "the DeletedShare object itself."
type: ""
type: "class"
desc: "The deleted share to be restored."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4