你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkInterfaceReference 类
介绍网络接口参考。
- 继承
-
azure.mgmt.compute.v2023_07_01.models._models_py3.SubResourceNetworkInterfaceReference
构造函数
NetworkInterfaceReference(*, id: str | None = None, primary: bool | None = None, delete_option: str | _models.DeleteOptions | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
id
|
资源 ID。 |
primary
|
指定主网络接口,以防虚拟机具有 1 个以上的网络接口。 |
delete_option
|
指定删除 VM 时网络接口会发生什么情况。 已知值为:“Delete”和“Detach”。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
primary
|
指定主网络接口,以防虚拟机具有 1 个以上的网络接口。 |
delete_option
|
指定删除 VM 时网络接口会发生什么情况。 已知值为:“Delete”和“Detach”。 |