Subscriptions Interface

public interface Subscriptions

Resource collection API of Subscriptions.

Method Summary

Modifier and Type Method and Description
abstract SubscriptionQuotasListResult listQuotas(String location)

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

abstract Response<SubscriptionQuotasListResult> listQuotasWithResponse(String location, Context context)

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

Method Details

listQuotas

public abstract SubscriptionQuotasListResult listQuotas(String location)

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

Parameters:

location - The region in which to retrieve the subscription's quota information. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/.

Returns:

result of the GetQuotas operation.

listQuotasWithResponse

public abstract Response<SubscriptionQuotasListResult> listQuotasWithResponse(String location, Context context)

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

Parameters:

location - The region in which to retrieve the subscription's quota information. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/.
context - The context to associate with this operation.

Returns:

result of the GetQuotas operation along with Response<T>.

Applies to