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