WebsitesClient.UpdateHostNameSslState Method
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.
public Microsoft.Azure.Management.WebSites.Models.Site UpdateHostNameSslState (string resourceGroupName, string webAppName, string slotName, string location, string hostName, Microsoft.Azure.Management.WebSites.Models.SslState sslState, string thumbPrint);
member this.UpdateHostNameSslState : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.SslState * string -> Microsoft.Azure.Management.WebSites.Models.Site
Public Function UpdateHostNameSslState (resourceGroupName As String, webAppName As String, slotName As String, location As String, hostName As String, sslState As SslState, thumbPrint As String) As Site
Parameters
- resourceGroupName
- String
- webAppName
- String
- slotName
- String
- location
- String
- hostName
- String
- sslState
- SslState
- thumbPrint
- String