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 = default, string value = default);
new Microsoft.Azure.Management.Logic.Models.ContentHash : string * string -> Microsoft.Azure.Management.Logic.Models.ContentHash
Public Sub New (Optional algorithm As String = Nothing, Optional value As String = Nothing)
Paramètres
- algorithm
- String
Algorithme du hachage de contenu.
- value
- String
Valeur du hachage de contenu.
S’applique à
Azure SDK for .NET