ContentHash 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ContentHash() |
初始化 ContentHash 類別的新實例。 |
ContentHash(String, String) |
初始化 ContentHash 類別的新實例。 |
ContentHash()
初始化 ContentHash 類別的新實例。
public ContentHash ();
Public Sub New ()
適用於
ContentHash(String, String)
初始化 ContentHash 類別的新實例。
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)
參數
- algorithm
- String
取得或設定用來雜湊內容的內容雜湊演算法。
- value
- String
取得或設定內容的預期雜湊值。