ContentHash 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
ContentHash() |
Initialise une nouvelle instance de la classe ContentHash. |
ContentHash(String, String) |
Initialise une nouvelle instance de la classe ContentHash. |
ContentHash()
Initialise une nouvelle instance de la classe ContentHash.
public ContentHash ();
Public Sub New ()
S’applique à
ContentHash(String, String)
Initialise une nouvelle instance de la classe ContentHash.
public ContentHash (string algorithm, string value);
new Microsoft.Azure.Management.Automation.Models.ContentHash : string * string -> Microsoft.Azure.Management.Automation.Models.ContentHash
Public Sub New (algorithm As String, value As String)
Paramètres
- algorithm
- String
Obtient ou définit l’algorithme de hachage de contenu utilisé pour hacher le contenu.
- value
- String
Obtient ou définit la valeur de hachage attendue du contenu.
S’applique à
Azure SDK for .NET