Share via


WebAppsOperationsExtensions.CreateMSDeployOperationSlot Method

Definition

public static Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployStatus CreateMSDeployOperationSlot (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string slot, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeploy mSDeploy);
static member CreateMSDeployOperationSlot : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeploy -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.MSDeployStatus
<Extension()>
Public Function CreateMSDeployOperationSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, mSDeploy As MSDeploy) As MSDeployStatus

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
slot
String
mSDeploy
MSDeploy

Returns

Applies to