Partager via


DeletedShare Class

Definition

The deleted share to be restored.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedShareTypeConverter))]
public class DeletedShare : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedShare
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedShareTypeConverter))>]
type DeletedShare = class
    interface IDeletedShare
    interface IJsonSerializable
Public Class DeletedShare
Implements IDeletedShare
Inheritance
DeletedShare
Attributes
Implements

Constructors

Name Description
DeletedShare()

Creates an new DeletedShare instance.

Properties

Name Description
Name

Required. Identify the name of the deleted share that will be restored.

Version

Required. Identify the version of the deleted share that will be restored.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedShare.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedShare.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedShare.

FromJsonString(String)

Creates a new instance of DeletedShare, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedShare into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to