你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取或设置内容的版本。

适用于