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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python