Share via


PrivateCloudsOperationsExtensions.List Method

Definition

List private clouds in a resource group

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud> List (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.PrivateCloud>
<Extension()>
Public Function List (operations As IPrivateCloudsOperations, resourceGroupName As String) As IPage(Of PrivateCloud)

Parameters

operations
IPrivateCloudsOperations

The operations group for this extension method.

resourceGroupName
String

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

Returns

Applies to