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

IUpdate 接口

定义

作为应用程序网关更新的一部分,整个应用程序网关前端更新。

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

方法

Parent()

作为应用程序网关更新的一部分,整个应用程序网关前端更新。

(继承自 ISettable<ParentT>)
WithExistingPublicIPAddress(IPublicIPAddress)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

删除对公共 IP 地址的现有引用。

(继承自 IWithExistingPublicIPAddress<ReturnT>)

适用于