次の方法で共有


HostNameBinding コンストラクター

定義

オーバーロード

HostNameBinding()

HostNameBinding クラスの新しいインスタンスを初期化します。

HostNameBinding(String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String)

HostNameBinding クラスの新しいインスタンスを初期化します。

HostNameBinding()

HostNameBinding クラスの新しいインスタンスを初期化します。

public HostNameBinding();
Public Sub New ()

適用対象

HostNameBinding(String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String)

HostNameBinding クラスの新しいインスタンスを初期化します。

public HostNameBinding(string id = default, string name = default, string kind = default, string type = default, string siteName = default, string domainId = default, string azureResourceName = default, Microsoft.Azure.Management.WebSites.Models.AzureResourceType? azureResourceType = default, Microsoft.Azure.Management.WebSites.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Microsoft.Azure.Management.WebSites.Models.HostNameType? hostNameType = default, Microsoft.Azure.Management.WebSites.Models.SslState? sslState = default, string thumbprint = default, string virtualIP = default);
new Microsoft.Azure.Management.WebSites.Models.HostNameBinding : string * string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.AzureResourceType> * Nullable<Microsoft.Azure.Management.WebSites.Models.CustomHostNameDnsRecordType> * Nullable<Microsoft.Azure.Management.WebSites.Models.HostNameType> * Nullable<Microsoft.Azure.Management.WebSites.Models.SslState> * string * string -> Microsoft.Azure.Management.WebSites.Models.HostNameBinding
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional siteName As String = Nothing, Optional domainId As String = Nothing, Optional azureResourceName As String = Nothing, Optional azureResourceType As Nullable(Of AzureResourceType) = Nothing, Optional customHostNameDnsRecordType As Nullable(Of CustomHostNameDnsRecordType) = Nothing, Optional hostNameType As Nullable(Of HostNameType) = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional thumbprint As String = Nothing, Optional virtualIP As String = Nothing)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

siteName
String

アプリ名をApp Serviceします。

domainId
String

完全修飾 ARM ドメイン リソース URI。

azureResourceName
String

Azure リソース名。

azureResourceType
Nullable<AzureResourceType>

Azure リソースの種類。 使用可能な値は、'Website'、'TrafficManager' です。

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

カスタム DNS レコードの種類。 使用可能な値は、'CName'、'A' です。

hostNameType
Nullable<HostNameType>

ホスト名の種類。 使用可能な値は、'Verified'、'Managed' です。

sslState
Nullable<SslState>

SSL の種類。 使用可能な値は、'Disabled'、'SniEnabled'、'IpBasedEnabled' です。

thumbprint
String

SSL 証明書の拇印

virtualIP
String

IP ベースの SSL が有効になっている場合、ホスト名に割り当てられた仮想 IP アドレス。

適用対象