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

コンテンツのバージョンを取得または設定します。

適用対象