ApplicationGroupProperties Class
ApplicationGroupProperties.
Constructor
ApplicationGroupProperties()
Variables
| Name | Description |
|---|---|
|
is_enabled
|
Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed. |
|
client_app_group_identifier
|
The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid). Required. |
|
policies
|
list[<xref:"ApplicationGroupPolicy">]
List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic. |
Attributes
clientAppGroupIdentifier
The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid). Required.
clientAppGroupIdentifier: str
isEnabled
Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed.
isEnabled: bool
policies
List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.
policies: list[azure.mgmt.eventhub.types.ThrottlingPolicy]