HostNameSslState Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- virtualIP
- String
- thumbprint
- String