Partager via


AutomationContentHash(String, String) Constructeur

Définition

Initialise une nouvelle instance d’AutomationContentHash.

public AutomationContentHash (string algorithm, string value);
new Azure.ResourceManager.Automation.Models.AutomationContentHash : string * string -> Azure.ResourceManager.Automation.Models.AutomationContentHash
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.

Exceptions

algorithm ou value est null.

S’applique à