SubscriptionsOperations Class

SubscriptionsOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
SubscriptionsOperations

Constructor

SubscriptionsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

list_quotas

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

list_quotas

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

async list_quotas(location: str, **kwargs) -> azure.mgmt.streamanalytics.models._models_py3.SubscriptionQuotasListResult

Parameters

location
str
Required

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/.

cls
callable

A custom type or function that will be passed the direct response

Returns

SubscriptionQuotasListResult, or the result of cls(response)

Return type

<xref:stream_analytics_management_client.models.SubscriptionQuotasListResult>

Exceptions

Attributes

models

models = <module 'azure.mgmt.streamanalytics.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\streamanalytics\\models\\__init__.py'>