ContentSource 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ContentSource() |
初始化 ContentSource 類別的新實例。 |
ContentSource(ContentHash, String, String, String) |
初始化 ContentSource 類別的新實例。 |
ContentSource()
初始化 ContentSource 類別的新實例。
public ContentSource ();
Public Sub New ()
適用於
ContentSource(ContentHash, String, String, String)
初始化 ContentSource 類別的新實例。
public ContentSource (Microsoft.Azure.Management.Automation.Models.ContentHash hash = default, string type = default, string value = default, string version = default);
new Microsoft.Azure.Management.Automation.Models.ContentSource : Microsoft.Azure.Management.Automation.Models.ContentHash * string * string * string -> Microsoft.Azure.Management.Automation.Models.ContentSource
Public Sub New (Optional hash As ContentHash = Nothing, Optional type As String = Nothing, Optional value As String = Nothing, Optional version As String = Nothing)
參數
- hash
- ContentHash
取得或設定雜湊。
- type
- String
取得或設定內容類型。 可能的值包括:'embeddedContent'、'uri'
- value
- String
取得或設定內容值。 這是以內容類型為基礎。
- version
- String
取得或設定內容的版本。