Partager via


BlobRestoreRange Constructeurs

Définition

Surcharges

BlobRestoreRange()

Initialise une nouvelle instance de la classe BlobRestoreRange.

BlobRestoreRange(String, String)

Initialise une nouvelle instance de la classe BlobRestoreRange.

BlobRestoreRange()

Initialise une nouvelle instance de la classe BlobRestoreRange.

public BlobRestoreRange ();
Public Sub New ()

S’applique à

BlobRestoreRange(String, String)

Initialise une nouvelle instance de la classe BlobRestoreRange.

public BlobRestoreRange (string startRange, string endRange);
new Microsoft.Azure.Management.Storage.Models.BlobRestoreRange : string * string -> Microsoft.Azure.Management.Storage.Models.BlobRestoreRange
Public Sub New (startRange As String, endRange As String)

Paramètres

startRange
String

Plage de début d’objet blob. C’est inclusif. Vide signifie démarrer le compte.

endRange
String

Plage de fin d’objet blob. C’est exclusif. Vide signifie fin de compte.

S’applique à