Freigeben über


HostName Konstruktoren

Definition

Überlädt

HostName()

Initialisiert eine neue instance der HostName-Klasse.

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

Initialisiert eine neue instance der HostName-Klasse.

HostName()

Initialisiert eine neue instance der HostName-Klasse.

public HostName ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der HostName-Klasse.

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)

Parameter

name
String

Name des Hostnamens.

siteNames
IList<String>

Liste der Apps, denen der Hostname zugewiesen ist. Diese Liste enthält nur mehr als eine App, wenn der Hostname auf einen Traffic Manager verweist.

azureResourceName
String

Name der Azure-Ressource, der der Hostname zugewiesen ist. Wenn es einem Traffic Manager zugewiesen ist, ist es der Traffic Manager-Name, andernfalls ist es der App-Name.

azureResourceType
Nullable<AzureResourceType>

Typ der Azure-Ressource, der der Hostname zugewiesen ist. Mögliche Werte: "Website", "TrafficManager"

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

Typ des DNS-Eintrags. Mögliche Werte: "CName", "A"

hostNameType
Nullable<HostNameType>

Typ des Hostnamens. Mögliche Werte sind: "Verified", "Managed"

Gilt für: