SnapshotsOperationsExtensions.ListByResourceGroup Method

Definition

Lists snapshots in the specified subscription and resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.Snapshot> ListByResourceGroup (this Microsoft.Azure.Management.ContainerService.ISnapshotsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.ContainerService.ISnapshotsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.Snapshot>
<Extension()>
Public Function ListByResourceGroup (operations As ISnapshotsOperations, resourceGroupName As String) As IPage(Of Snapshot)

Parameters

operations
ISnapshotsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

Returns

Applies to