你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序网关 IP 配置更新作为应用程序网关更新的一部分的完整内容。
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithSubnet
interface IWithSubnet<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithSubnet, IWithSubnet(Of IUpdate)
- 实现
方法
Parent() |
应用程序网关 IP 配置更新作为应用程序网关更新的一部分的完整内容。 (继承自 ISettable<ParentT>) |
WithExistingSubnet(INetwork, String) |
指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。 (继承自 IWithSubnet) |
WithExistingSubnet(ISubnet) |
指定应用程序网关应属于的现有子网,并从中获取其专用 IP 地址。 (继承自 IWithSubnet) |
WithExistingSubnet(String, String) |
将指定的子网分配给此资源。 (继承自 IWithSubnet<ReturnT>) |