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

IUpdate 接口

定义

虚拟网络网关连接更新阶段的分组。

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

属性

Key

虚拟网络网关连接更新阶段的分组。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

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

指定授权密钥。 如果 Express Route 线路和虚拟网络网关驻留在不同的订阅中,则 Express Route 连接时需要这一点。

(继承自 IWithAuthorization)
WithBgp()

为连接启用 BGP。

(继承自 IWithBgp)
WithoutBgp()

为连接禁用 BGP。

(继承自 IWithBgp)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithSharedKey(String)

指定共享密钥。

(继承自 IWithSharedKey)
WithTag(String, String)

将标记添加到资源。

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

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

(继承自 IUpdateWithTags<T>)

适用于