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

IUpdate 接口

定义

应用程序网关后端更新作为应用程序网关更新的一部分的完整内容。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Update.IWithAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithAddress
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAddress
实现

方法

Parent()

应用程序网关后端更新作为应用程序网关更新的一部分的完整内容。

(继承自 ISettable<ParentT>)
WithFqdn(String)

将指定的现有完全限定域名 (FQDN) 添加到后端。

(继承自 IWithAddress)
WithIPAddress(String)

将指定的现有 IP 地址添加到后端。

(继承自 IWithAddress)
WithoutAddress(ApplicationGatewayBackendAddress)

确保指定的地址未与此后端关联。

(继承自 IWithAddress)
WithoutFqdn(String)

确保指定的完全限定域名 (FQDN) 不与此后端关联。

(继承自 IWithAddress)
WithoutIPAddress(String)

确保指定的 IP 地址不与此后端关联。

(继承自 IWithAddress)

适用于