Share via


ManagedClustersOperationsExtensions.ListBySubscription Method

Definition

Gets the list of Service Fabric cluster resources created in the specified subscription.

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

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

Returns

Remarks

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

Applies to