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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python