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

IUpdate 接口

定义

快速路由线路对等互连更新阶段的分组。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IWithAdvertisedPublicPrefixes, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IWithPeerAsn, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IWithPrimaryPeerAddressPrefix, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IWithSecondaryPeerAddressPrefix, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IWithVlanId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>
type IUpdate = interface
    interface IAppliable<IExpressRouteCircuitPeering>
    interface IIndexable
    interface IWithAdvertisedPublicPrefixes
    interface IWithPrimaryPeerAddressPrefix
    interface IWithSecondaryPeerAddressPrefix
    interface IWithVlanId
    interface IWithPeerAsn
Public Interface IUpdate
Implements IAppliable(Of IExpressRouteCircuitPeering), IWithAdvertisedPublicPrefixes, IWithPeerAsn, IWithPrimaryPeerAddressPrefix, IWithSecondaryPeerAddressPrefix, IWithVlanId
实现

属性

Key

快速路由线路对等互连更新阶段的分组。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

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

快速路由线路对等互连更新阶段的分组。

(继承自 IWithAdvertisedPublicPrefixes)
WithPeerAsn(Int32)

快速路由线路对等互连更新阶段的分组。

(继承自 IWithPeerAsn)
WithPrimaryPeerAddressPrefix(String)

快速路由线路对等互连更新阶段的分组。

(继承自 IWithPrimaryPeerAddressPrefix)
WithSecondaryPeerAddressPrefix(String)

快速路由线路对等互连更新阶段的分组。

(继承自 IWithSecondaryPeerAddressPrefix)
WithVlanId(Int32)

快速路由线路对等互连更新阶段的分组。

(继承自 IWithVlanId)

适用于