コード例 #1
0
 /// <summary>
 /// Get all Event Hubs Cluster settings - a collection of key/value pairs which
 /// represent the quotas and settings imposed on the cluster.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Name of the resource group within the azure subscription.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the Event Hubs Cluster.
 /// </param>
 public static ClusterQuotaConfigurationProperties Get(this IConfigurationOperations operations, string resourceGroupName, string clusterName)
 {
     return(operations.GetAsync(resourceGroupName, clusterName).GetAwaiter().GetResult());
 }