WebAppsOperationsExtensions.BeginCreateMSDeployOperationSlotAsync(IWebAppsOperations, String, String, String, MSDeployInner, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner> BeginCreateMSDeployOperationSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployInner mSDeploy, System.Threading.CancellationToken cancellationToken = null);
static member BeginCreateMSDeployOperationSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner>
Parameters
Returns
- Task<MSDeployStatusInner>
Applies to