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

IWithSecondaryNetworkInterface 接口

定义

虚拟机更新的阶段,允许指定其他网络接口。

public interface IWithSecondaryNetworkInterface
type IWithSecondaryNetworkInterface = interface
Public Interface IWithSecondaryNetworkInterface
派生

方法

WithExistingSecondaryNetworkInterface(INetworkInterface)

将现有网络接口与虚拟机相关联。 请注意,此方法的效果是累加的,即每次使用它时,都会将新的辅助网络接口添加到虚拟机。

WithNewSecondaryNetworkInterface(ICreatable<INetworkInterface>)

创建要与虚拟机关联的新网络接口。 请注意,此方法的效果是累加的,即每次使用它时,都会将新的辅助网络接口添加到虚拟机。

WithoutNetworkInterface(String)

从虚拟机中删除网络接口。

WithoutSecondaryNetworkInterface(String)
已过时.

从虚拟机中删除辅助网络接口。

适用于