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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python