Partager via


HostNameSslState Constructors

Definition

Overloads

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

HostNameSslState()

public HostNameSslState ();
Public Sub New ()

Applies to

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

public HostNameSslState (string name = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SslState? sslState = default, string virtualIP = default, string thumbprint = default, bool? toUpdate = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostType? hostType = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostNameSslState : string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SslState> * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostType> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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)

Parameters

name
String
sslState
Nullable<SslState>
virtualIP
String
thumbprint
String
toUpdate
Nullable<Boolean>
hostType
Nullable<HostType>

Applies to