SecurityGroupNetworkInterface Class
Network interface and all its associated security rules.
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. Default value: None
|
security_rule_associations
|
All security rules associated with the network interface. Default value: None
|
Variables
Name | Description |
---|---|
id
|
ID of the network interface. |
security_rule_associations
|
All security rules associated with the network interface. |
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