Share via


WebsitesClient.CreateWebApp Method

Definition

Overloads

CreateWebApp(String, String, String, String, String, CloningInfo, String, String)
CreateWebApp(String, String, String, String, String, CloningInfo, String, String, IDictionary<String,String>, ManagedServiceIdentity)

CreateWebApp(String, String, String, String, String, CloningInfo, String, String)

public Microsoft.Azure.Management.WebSites.Models.Site CreateWebApp (string resourceGroupName, string webAppName, string slotName, string location, string serverFarmId, Microsoft.Azure.Management.WebSites.Models.CloningInfo cloningInfo, string aseName, string aseResourceGroupName);
member this.CreateWebApp : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.CloningInfo * string * string -> Microsoft.Azure.Management.WebSites.Models.Site
Public Function CreateWebApp (resourceGroupName As String, webAppName As String, slotName As String, location As String, serverFarmId As String, cloningInfo As CloningInfo, aseName As String, aseResourceGroupName As String) As Site

Parameters

resourceGroupName
String
webAppName
String
slotName
String
location
String
serverFarmId
String
cloningInfo
CloningInfo
aseName
String
aseResourceGroupName
String

Returns

Applies to

CreateWebApp(String, String, String, String, String, CloningInfo, String, String, IDictionary<String,String>, ManagedServiceIdentity)

public Microsoft.Azure.Management.WebSites.Models.Site CreateWebApp (string resourceGroupName, string webAppName, string slotName, string location, string serverFarmId, Microsoft.Azure.Management.WebSites.Models.CloningInfo cloningInfo, string aseName, string aseResourceGroupName, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity sourceIdentity = default);
member this.CreateWebApp : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.CloningInfo * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.WebSites.Models.Site
Public Function CreateWebApp (resourceGroupName As String, webAppName As String, slotName As String, location As String, serverFarmId As String, cloningInfo As CloningInfo, aseName As String, aseResourceGroupName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceIdentity As ManagedServiceIdentity = Nothing) As Site

Parameters

resourceGroupName
String
webAppName
String
slotName
String
location
String
serverFarmId
String
cloningInfo
CloningInfo
aseName
String
aseResourceGroupName
String
sourceIdentity
ManagedServiceIdentity

Returns

Applies to