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

CustomHostnameSites 构造函数

定义

重载

CustomHostnameSites()

初始化 CustomHostnameSites 类的新实例。

CustomHostnameSites(String, String, String, String, String, String, IList<Identifier>)

初始化 CustomHostnameSites 类的新实例。

CustomHostnameSites()

初始化 CustomHostnameSites 类的新实例。

public CustomHostnameSites ();
Public Sub New ()

适用于

CustomHostnameSites(String, String, String, String, String, String, IList<Identifier>)

初始化 CustomHostnameSites 类的新实例。

public CustomHostnameSites (string id = default, string name = default, string kind = default, string type = default, string customHostname = default, string region = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Identifier> siteResourceIds = default);
new Microsoft.Azure.Management.WebSites.Models.CustomHostnameSites : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Identifier> -> Microsoft.Azure.Management.WebSites.Models.CustomHostnameSites
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional customHostname As String = Nothing, Optional region As String = Nothing, Optional siteResourceIds As IList(Of Identifier) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

customHostname
String
region
String
siteResourceIds
IList<Identifier>

适用于