SubscriptionQuota Class

Describes the current quota for the subscription.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.streamanalytics.models._models_py3.SubResource
SubscriptionQuota

Constructor

SubscriptionQuota(*, name: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Resource name.

Variables

id
str

Resource Id.

type
str

Resource type.

max_count
int

The max permitted usage of this resource.

current_count
int

The current usage of this resource.