SecurityGroupNetworkInterface Class
Network interface and all its associated security rules.
- Inheritance
-
azure.mgmt.network._serialization.ModelSecurityGroupNetworkInterface
Constructor
SecurityGroupNetworkInterface(*, id: str | None = None, security_rule_associations: _models.SecurityRuleAssociations | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
ID of the network interface. |
security_rule_associations
|
All security rules associated with the network interface. |
Variables
Name | Description |
---|---|
id
|
ID of the network interface. |
security_rule_associations
|
All security rules associated with the network interface. |
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