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. |
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python