你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationGroup Class
The Application Group object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.v2024_01_01.models._models_py3.ProxyResourceApplicationGroup
Constructor
ApplicationGroup(*, is_enabled: bool | None = None, client_app_group_identifier: str | None = None, policies: List[_models.ApplicationGroupPolicy] | None = None, **kwargs: Any)
Keyword-Only Parameters
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). |
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. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs". |
location
|
The geo-location where the resource lives. |
system_data
|
The system meta data relating to this resource. |
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). |
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. |