BlobRestoreRange Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET