WebAppsOperationsExtensions.ListConfigurationSnapshotInfoAsync(IWebAppsOperations, String, String, CancellationToken) Method
Definition
Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigurationSnapshotInfoInner>> ListConfigurationSnapshotInfoAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member ListConfigurationSnapshotInfoAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigurationSnapshotInfoInner>>
Parameters
- operations
- IWebAppsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the app.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Gets a list of web app configuration snapshots identifiers. Each element of
the list contains a timestamp and the ID of the snapshot.