ClustersOperationsExtensions.ListBySubscription(IClustersOperations) Method

Definition

List all HCI clusters in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster> ListBySubscription (this Microsoft.Azure.Management.AzureStackHCI.IClustersOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.AzureStackHCI.IClustersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster>
<Extension()>
Public Function ListBySubscription (operations As IClustersOperations) As IPage(Of Cluster)

Parameters

operations
IClustersOperations

The operations group for this extension method.

Returns

Applies to