次の方法で共有


HostName コンストラクター

定義

オーバーロード

HostName()

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

HostName(String, IList<String>, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>)

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

HostName()

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

public HostName ();
Public Sub New ()

適用対象

HostName(String, IList<String>, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>)

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

public HostName (string name = default, System.Collections.Generic.IList<string> siteNames = default, string azureResourceName = default, Microsoft.Azure.Management.AppService.Fluent.Models.AzureResourceType? azureResourceType = default, Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType? hostNameType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostName : string * System.Collections.Generic.IList<string> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AzureResourceType> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType> -> Microsoft.Azure.Management.AppService.Fluent.Models.HostName
Public Sub New (Optional name As String = Nothing, Optional siteNames As IList(Of 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)

パラメーター

name
String

ホスト名の名前。

siteNames
IList<String>

ホスト名が割り当てられているアプリの一覧。 この一覧には、ホスト名が Traffic Manager を指している場合にのみ、複数のアプリが含まれます。

azureResourceName
String

ホスト名が割り当てられている Azure リソースの名前。 Traffic Manager に割り当てられている場合は、Traffic Manager 名になります。それ以外の場合はアプリ名になります。

azureResourceType
Nullable<AzureResourceType>

ホスト名が割り当てられている Azure リソースの種類。 使用可能な値は、'Website'、'TrafficManager' です。

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

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

hostNameType
Nullable<HostNameType>

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

適用対象