ClustersOperationsExtensions.ListBySubscriptionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the available Event Hubs Clusters within an ARM resource group
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster>> ListBySubscriptionAsync (this Microsoft.Azure.Management.EventHub.IClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.EventHub.IClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.Cluster>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Cluster))
Parameters
- operations
- IClustersOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.