Sdílet prostřednictvím


ContentHash Konstruktory

Definice

Přetížení

ContentHash()

Inicializuje novou instanci ContentHash třídy.

ContentHash(String, String)

Inicializuje novou instanci ContentHash třídy.

ContentHash()

Inicializuje novou instanci ContentHash třídy.

public ContentHash ();
Public Sub New ()

Platí pro

ContentHash(String, String)

Inicializuje novou instanci ContentHash třídy.

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)

Parametry

algorithm
String

Získá nebo nastaví algoritmus hash obsahu použitý k hash obsahu.

value
String

Získá nebo nastaví očekávanou hodnotu hash obsahu.

Platí pro