AutomationContentHash(String, String) Construtor

Definição

Inicializa uma nova instância 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

Obtém ou define o algoritmo de hash de conteúdo usado para hash do conteúdo.

value
String

Obtém ou define o valor de hash esperado do conteúdo.

Exceções

algorithm ou value é nulo.

Aplica-se a