Udostępnij za pośrednictwem


HostNameSslState Konstruktory

Definicja

Przeciążenia

HostNameSslState()

Inicjuje nowe wystąpienie klasy HostNameSslState.

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

Inicjuje nowe wystąpienie klasy HostNameSslState.

HostNameSslState()

Inicjuje nowe wystąpienie klasy HostNameSslState.

public HostNameSslState ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy HostNameSslState.

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

Nazwa hosta.

sslState
Nullable<SslState>

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

virtualIP
String

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

thumbprint
String

Odcisk palca certyfikatu SSL.

toUpdate
Nullable<Boolean>

Ustaw wartość na <wartość>true</code> , aby zaktualizować istniejącą nazwę hosta.

hostType
Nullable<HostType>

Wskazuje, czy nazwa hosta to standardowa, czy nazwa hosta repozytorium. Możliwe wartości to: "Standard", "Repository"

Dotyczy