WebsitesClient.CreateWebApp 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
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
- tags
- IDictionary<String,String>
- sourceIdentity
- ManagedServiceIdentity