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