Partilhar via


SnapshotsOperationsExtensions.List(ISnapshotsOperations) Method

Definition

Gets a list of snapshots in the specified subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.Snapshot> List (this Microsoft.Azure.Management.ContainerService.ISnapshotsOperations operations);
static member List : Microsoft.Azure.Management.ContainerService.ISnapshotsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.Snapshot>
<Extension()>
Public Function List (operations As ISnapshotsOperations) As IPage(Of Snapshot)

Parameters

operations
ISnapshotsOperations

The operations group for this extension method.

Returns

Applies to