EffectiveNetworkSecurityGroup Class
Effective network security group.
- Inheritance
-
azure.mgmt.network._serialization.ModelEffectiveNetworkSecurityGroup
Constructor
EffectiveNetworkSecurityGroup(*, network_security_group: _models.SubResource | None = None, association: _models.EffectiveNetworkSecurityGroupAssociation | None = None, effective_security_rules: List[_models.EffectiveNetworkSecurityRule] | None = None, tag_map: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
network_security_group
|
The ID of network security group that is applied. |
association
|
Associated resources. |
effective_security_rules
|
A collection of effective security rules. |
tag_map
|
Mapping of tags to list of IP Addresses included within the tag. |
Variables
Name | Description |
---|---|
network_security_group
|
The ID of network security group that is applied. |
association
|
Associated resources. |
effective_security_rules
|
A collection of effective security rules. |
tag_map
|
Mapping of tags to list of IP Addresses included within the tag. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python