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