Ejemplo n.º 1
0
        /// <summary>Snippet for GetConsumerQuotaLimitAsync</summary>
        /// <remarks>
        /// This snippet has been automatically generated for illustrative purposes only.
        /// It may require modifications to work in your environment.
        /// </remarks>
        public async Task GetConsumerQuotaLimitRequestObjectAsync()
        {
            // Create client
            ServiceUsageClient serviceUsageClient = await ServiceUsageClient.CreateAsync();

            // Initialize request argument(s)
            GetConsumerQuotaLimitRequest request = new GetConsumerQuotaLimitRequest
            {
                Name = "",
                View = QuotaView.Unspecified,
            };
            // Make the request
            ConsumerQuotaLimit response = await serviceUsageClient.GetConsumerQuotaLimitAsync(request);
        }