Freigeben über


HostNameSslState Konstruktoren

Definition

Überlädt

HostNameSslState()

Initialisiert eine neue instance der HostNameSslState-Klasse.

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

Initialisiert eine neue instance der HostNameSslState-Klasse.

HostNameSslState()

Initialisiert eine neue instance der HostNameSslState-Klasse.

public HostNameSslState ();
Public Sub New ()

Gilt für:

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

Initialisiert eine neue instance der HostNameSslState-Klasse.

public HostNameSslState (string name = default, Microsoft.Azure.Management.AppService.Fluent.Models.SslState? sslState = default, string virtualIP = default, string thumbprint = default, bool? toUpdate = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostType? hostType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState : string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SslState> * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostType> -> Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState
Public Sub New (Optional name As String = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional virtualIP As String = Nothing, Optional thumbprint As String = Nothing, Optional toUpdate As Nullable(Of Boolean) = Nothing, Optional hostType As Nullable(Of HostType) = Nothing)

Parameter

name
String

Hostname.

sslState
Nullable<SslState>

SSL-Typ. Mögliche Werte: "Disabled", "SniEnabled", "IpBasedEnabled"

virtualIP
String

Dem Hostnamen zugewiesene virtuelle IP-Adresse, wenn IP-basiertes SSL aktiviert ist.

thumbprint
String

SSL-Zertifikatfingerabdruck.

toUpdate
Nullable<Boolean>

Legen Sie auf <Code>true</code> fest, um den vorhandenen Hostnamen zu aktualisieren.

hostType
Nullable<HostType>

Gibt an, ob es sich bei dem Hostnamen um einen Standard- oder Repositoryhostnamen handelt. Mögliche Werte: "Standard", "Repository"

Gilt für: