Compartilhar via


HostName Construtores

Definição

Sobrecargas

HostName()

Inicializa uma nova instância da classe HostName.

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

Inicializa uma nova instância da classe HostName.

HostName()

Inicializa uma nova instância da classe HostName.

public HostName ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

name
String

Nome do nome do host.

siteNames
IList<String>

Lista de aplicativos aos quais o nome do host é atribuído. Essa lista terá mais de um aplicativo somente se o nome do host estiver apontando para um Gerenciador de Tráfego.

azureResourceName
String

Nome do recurso do Azure ao qual o nome do host é atribuído. Se ele for atribuído a um Gerenciador de Tráfego, será o nome do Gerenciador de Tráfego, caso contrário, será o nome do aplicativo.

azureResourceType
Nullable<AzureResourceType>

Tipo do recurso do Azure ao qual o nome do host é atribuído. Os valores possíveis incluem: 'Website', 'TrafficManager'

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

Tipo do registro DNS. Os valores possíveis incluem: 'CName', 'A'

hostNameType
Nullable<HostNameType>

Tipo do nome do host. Os valores possíveis incluem: 'Verificado', 'Gerenciado'

Aplica-se a