Share via


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

IWithApplicationGateway 接口

定义

允许配置应用程序网关的虚拟机规模集更新阶段。

public interface IWithApplicationGateway : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationGateway = interface
    interface IBeta
Public Interface IWithApplicationGateway
Implements IBeta
派生
实现

方法

WithExistingApplicationGatewayBackendPool(String)

指定应用程序网关后端池应与虚拟机规模集相关联。

WithoutApplicationGatewayBackendPool(String)

指定应从虚拟机规模集中删除关联的现有应用程序网关。

适用于