WebSiteUpdateParameters.WebSiteHostNameSslState 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
WebSiteUpdateParameters.WebSiteHostNameSslState() |
Initializes a new instance of the WebSiteHostNameSslState class. |
WebSiteUpdateParameters.WebSiteHostNameSslState(String, Nullable<WebSiteSslState>, Boolean) |
Initializes a new instance of the WebSiteHostNameSslState class with required arguments. |
WebSiteUpdateParameters.WebSiteHostNameSslState()
Initializes a new instance of the WebSiteHostNameSslState class.
public WebSiteHostNameSslState();
Public Sub New ()
Applies to
WebSiteUpdateParameters.WebSiteHostNameSslState(String, Nullable<WebSiteSslState>, Boolean)
Initializes a new instance of the WebSiteHostNameSslState class with required arguments.
public WebSiteHostNameSslState(string name, Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteSslState? sslState, bool toUpdate);
new Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState : string * Nullable<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteSslState> * bool -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState
Public Sub New (name As String, sslState As Nullable(Of WebSiteSslState), toUpdate As Boolean)
Parameters
- name
- String
- sslState
- Nullable<WebSiteSslState>
- toUpdate
- Boolean
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET