Partager via


BlobRestoreParameters Class

Definition

Blob restore parameters

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

Constructors

BlobRestoreParameters()

Creates an new BlobRestoreParameters instance.

Properties

BlobRange

Blob ranges to restore.

TimeToRestore

Restore blob to the specified time.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobRestoreParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobRestoreParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobRestoreParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to