Partager via


BlobRestoreRange Class

Definition

Blob range

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

Constructors

BlobRestoreRange()

Creates an new BlobRestoreRange instance.

Properties

EndRange

Blob end range. This is exclusive. Empty means account end.

StartRange

Blob start range. This is inclusive. Empty means account start.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobRestoreRange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobRestoreRange.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobRestoreRange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to