Compartir a través de


AutomationContentHash(String, String) Constructor

Definición

Inicializa una nueva instancia de 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)

Parámetros

algorithm
String

Obtiene o establece el algoritmo hash de contenido usado para aplicar un hash al contenido.

value
String

Obtiene o establece el valor hash esperado del contenido.

Excepciones

algorithm o value es null.

Se aplica a