Udostępnij za pośrednictwem


HostNameBindingInner Konstruktory

Definicja

Przeciążenia

HostNameBindingInner()

Inicjuje nowe wystąpienie klasy HostNameBindingInner.

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

Inicjuje nowe wystąpienie klasy HostNameBindingInner.

HostNameBindingInner()

Inicjuje nowe wystąpienie klasy HostNameBindingInner.

public HostNameBindingInner ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy HostNameBindingInner.

public HostNameBindingInner (string id = default, string name = default, string type = default, string kind = default, string siteName = default, string domainId = 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, Microsoft.Azure.Management.AppService.Fluent.Models.SslState? sslState = default, string thumbprint = default, string virtualIP = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostNameBindingInner : string * string * string * string * string * 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> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SslState> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.HostNameBindingInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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)

Parametry

id
String
name
String
type
String
kind
String

Rodzaj zasobu.

siteName
String

App Service nazwę aplikacji.

domainId
String

W pełni kwalifikowany identyfikator URI zasobu domeny usługi ARM.

azureResourceName
String

Nazwa zasobu platformy Azure.

azureResourceType
Nullable<AzureResourceType>

Typ zasobu platformy Azure. Możliwe wartości to: "Witryna internetowa", "TrafficManager"

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

Niestandardowy typ rekordu DNS. Możliwe wartości to: "CName", "A"

hostNameType
Nullable<HostNameType>

Typ nazwy hosta. Możliwe wartości to: "Zweryfikowane", "Zarządzane"

sslState
Nullable<SslState>

Typ protokołu SSL. Możliwe wartości to: "Disabled", "SniEnabled", "IpBasedEnabled"

thumbprint
String

Odcisk palca certyfikatu SSL

virtualIP
String

Wirtualny adres IP przypisany do nazwy hosta, jeśli włączono protokół SSL oparty na protokole IP.

Dotyczy