WebsitesClient.GetPublishingCredentials(String, String, String) Method

Definition

public Microsoft.Azure.Management.WebSites.Models.User GetPublishingCredentials (string resourceGroupName, string webSiteName, string slotName = default);
member this.GetPublishingCredentials : string * string * string -> Microsoft.Azure.Management.WebSites.Models.User
Public Function GetPublishingCredentials (resourceGroupName As String, webSiteName As String, Optional slotName As String = Nothing) As User

Parameters

resourceGroupName
String
webSiteName
String
slotName
String

Returns

Applies to