ContentSource 建構函式

定義

多載

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

取得或設定內容的版本。

適用於