WebsitesClient.GetWebAppPublishingProfile 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.
Overloads
GetWebAppPublishingProfile(String, String, String, String, String, Nullable<Boolean>) | |
GetWebAppPublishingProfile(String, String, String, String, String) |
GetWebAppPublishingProfile(String, String, String, String, String, Nullable<Boolean>)
public string GetWebAppPublishingProfile (string resourceGroupName, string webSiteName, string slotName, string outputFile, string format, bool? includeDRTEndpoint);
member this.GetWebAppPublishingProfile : string * string * string * string * string * Nullable<bool> -> string
Public Function GetWebAppPublishingProfile (resourceGroupName As String, webSiteName As String, slotName As String, outputFile As String, format As String, includeDRTEndpoint As Nullable(Of Boolean)) As String
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
- outputFile
- String
- format
- String
Returns
Applies to
GetWebAppPublishingProfile(String, String, String, String, String)
public string GetWebAppPublishingProfile (string resourceGroupName, string webSiteName, string slotName, string outputFile, string format);
member this.GetWebAppPublishingProfile : string * string * string * string * string -> string
Public Function GetWebAppPublishingProfile (resourceGroupName As String, webSiteName As String, slotName As String, outputFile As String, format As String) As String
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
- outputFile
- String
- format
- String