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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python