HostName コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ホスト名の名前。
ホスト名が割り当てられているアプリの一覧。 この一覧には、ホスト名が 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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET