MockableStreamAnalyticsSubscriptionResource.GetQuotasSubscriptions Method

Definition

Retrieves the subscription's current quota information in a particular region.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas
  • Operation Id: Subscriptions_ListQuotas
public virtual Azure.Pageable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota> GetQuotasSubscriptions (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotasSubscriptions : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota>
override this.GetQuotasSubscriptions : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSubscriptionQuota>
Public Overridable Function GetQuotasSubscriptions (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StreamAnalyticsSubscriptionQuota)

Parameters

location
AzureLocation

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of StreamAnalyticsSubscriptionQuota that may take multiple service requests to iterate over.

Applies to