EffectiveNetworkSecurityGroupAssociation Class
The effective network security group association.
- Inheritance
-
azure.mgmt.network._serialization.ModelEffectiveNetworkSecurityGroupAssociation
Constructor
EffectiveNetworkSecurityGroupAssociation(*, network_manager: _models.SubResource | None = None, subnet: _models.SubResource | None = None, network_interface: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
network_manager
|
The ID of the Azure network manager if assigned. |
subnet
|
The ID of the subnet if assigned. |
network_interface
|
The ID of the network interface if assigned. |
Variables
Name | Description |
---|---|
network_manager
|
The ID of the Azure network manager if assigned. |
subnet
|
The ID of the subnet if assigned. |
network_interface
|
The ID of the network interface if assigned. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python