Megosztás a következőn keresztül:


HostNameSslState Konstruktorok

Definíció

Túlterhelések

HostNameSslState()

Inicializálja a HostNameSslState osztály új példányát.

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

Inicializálja a HostNameSslState osztály új példányát.

HostNameSslState()

Inicializálja a HostNameSslState osztály új példányát.

public HostNameSslState ();
Public Sub New ()

A következőre érvényes:

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

Inicializálja a HostNameSslState osztály új példányát.

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)

Paraméterek

name
String

Hostname.

sslState
Nullable<SslState>

SSL-típus. Lehetséges értékek: "Letiltva", "SniEnabled", "IpBasedEnabled"

virtualIP
String

A gazdagépnévhez rendelt virtuális IP-cím, ha engedélyezve van az IP-alapú SSL.

thumbprint
String

SSL-tanúsítvány ujjlenyomata.

toUpdate
Nullable<Boolean>

Állítsa true</code> kódra>< a meglévő gazdagépnév frissítéséhez.

hostType
Nullable<HostType>

Azt jelzi, hogy a gazdagépnév szabványos vagy adattárbeli gazdagépnév-e. Lehetséges értékek: "Standard", "Adattár"

A következőre érvényes: