Share via


ClustersOperationsExtensions.ListBySubscription(IClustersOperations) Method

Definition

Lists all of the clusters in the given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Cluster> ListBySubscription (this Microsoft.Azure.Management.StreamAnalytics.IClustersOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.StreamAnalytics.IClustersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.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