コード例 #1
0
 /// <summary>
 /// List the quantity of available pre-provisioned Event Hubs Clusters, indexed
 /// by Azure region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static AvailableClustersList ListAvailableClusters(this IClustersOperations operations)
 {
     return(operations.ListAvailableClustersAsync().GetAwaiter().GetResult());
 }