Sdílet prostřednictvím


HostNameSslState Konstruktory

Definice

Přetížení

HostNameSslState()

Inicializuje novou instanci HostNameSslState třídy.

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

Inicializuje novou instanci HostNameSslState třídy.

HostNameSslState()

Inicializuje novou instanci HostNameSslState třídy.

public HostNameSslState ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci HostNameSslState třídy.

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)

Parametry

name
String

Hostname.

sslState
Nullable<SslState>

Typ SSL. Mezi možné hodnoty patří: Disabled, SniEnabled, IpBasedEnabled

virtualIP
String

Virtuální IP adresa přiřazená názvu hostitele, pokud je povolený protokol SSL založený na protokolu IP.

thumbprint
String

Kryptografický otisk certifikátu SSL.

toUpdate
Nullable<Boolean>

Pokud chcete aktualizovat existující název hostitele, nastavte na <hodnotu true></code>.

hostType
Nullable<HostType>

Určuje, jestli je název hostitele standardní nebo název hostitele úložiště. Mezi možné hodnoty patří: Standard, Repository.

Platí pro