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

IUpdate 接口

定义

本地网络网关更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithAddressSpace, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>
type IUpdate = interface
    interface IAppliable<ILocalNetworkGateway>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithIPAddress
    interface IWithAddressSpace
    interface IWithBgp
Public Interface IUpdate
Implements IAppliable(Of ILocalNetworkGateway), IUpdateWithTags(Of IUpdate), IWithAddressSpace, IWithBgp, IWithIPAddress
实现

属性

Key

本地网络网关更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithAddressSpace(String)

添加地址空间。 注意:此方法的效果是累加的,即每次使用它时,都会向网络添加新的地址空间。

(继承自 IWithAddressSpace)
WithBgp(Int64, String)

启用 BGP。

(继承自 IWithBgp)
WithIPAddress(String)

本地网络网关更新操作的模板,包含可修改的所有设置。

(继承自 IWithIPAddress)
WithoutAddressSpace(String)

删除地址空间。 注意:仅在 CIdr 字符串完全匹配的情况下,才会删除地址空间。

(继承自 IWithAddressSpace)
WithoutBgp()

禁用 BGP。

(继承自 IWithBgp)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于