HostNameSslState Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
- virtualIP
- String
Dem Hostnamen zugewiesene virtuelle IP-Adresse, wenn IP-basiertes SSL aktiviert ist.
- thumbprint
- String
SSL-Zertifikatfingerabdruck.
Legen Sie auf <Code>true</code> fest, um den vorhandenen Hostnamen zu aktualisieren.
Gibt an, ob es sich bei dem Hostnamen um einen Standard- oder Repositoryhostnamen handelt. Mögliche Werte: "Standard", "Repository"
Gilt für:
Azure SDK for .NET