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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python