ApplicationGroupPolicy Class
Properties of the Application Group policy.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ThrottlingPolicy
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelApplicationGroupPolicy
Constructor
ApplicationGroupPolicy(*, name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The Name of this policy. Required. |
Variables
Name | Description |
---|---|
name
|
The Name of this policy. Required. |
type
|
Application Group Policy types. Required. "ThrottlingPolicy" |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python