ApplicationGroupProperties Class

ApplicationGroupProperties.

Constructor

ApplicationGroupProperties(*args: Any, **kwargs: Any)

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
str

The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid). Required.

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.

Attributes

client_app_group_identifier

The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid). Required.

client_app_group_identifier: str

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.

is_enabled: bool | None

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['_models.ApplicationGroupPolicy'] | None