你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

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
str

ID of the network interface.

security_rule_associations

All security rules associated with the network interface.