WebAppsOperationsExtensions.CreateMSDeployOperationAsync(IWebAppsOperations, String, String, MSDeployInner, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner> CreateMSDeployOperationAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployInner mSDeploy, System.Threading.CancellationToken cancellationToken = null);
static member CreateMSDeployOperationAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * 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