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