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

IWithVmProtection 接口

定义

虚拟网络更新的阶段,允许为虚拟网络中的所有子网启用/禁用 VM 保护。

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

方法

WithoutVmProtection()

对虚拟网络中的所有子网禁用 VM 保护。

WithVmProtection()

为虚拟网络中的所有子网启用 VM 保护。

适用于