WebsitesClient.UpdateHostNameSslState Method

Definition

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

Returns

Applies to