Share via


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

IExpressRouteCircuitPeerings 接口

定义

Azure 中快速路由线路对等互连管理 API 的入口点。

public interface IExpressRouteCircuitPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>
type IExpressRouteCircuitPeerings = interface
    interface IBeta
    interface ISupportsListing<IExpressRouteCircuitPeering>
    interface ISupportsGettingByName<IExpressRouteCircuitPeering>
    interface ISupportsGettingById<IExpressRouteCircuitPeering>
    interface ISupportsGettingByNameAsync<IExpressRouteCircuitPeering>
    interface ISupportsDeletingByName
    interface ISupportsDeletingById
    interface IHasInner<IExpressRouteCircuitPeeringsOperations>
    interface IHasParent<IExpressRouteCircuit>
Public Interface IExpressRouteCircuitPeerings
Implements IBeta, IHasInner(Of IExpressRouteCircuitPeeringsOperations), IHasParent(Of IExpressRouteCircuit), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IExpressRouteCircuitPeering), ISupportsGettingByName(Of IExpressRouteCircuitPeering), ISupportsGettingByNameAsync(Of IExpressRouteCircuitPeering), ISupportsListing(Of IExpressRouteCircuitPeering)
实现

属性

Inner

Azure 中快速路由线路对等互连管理 API 的入口点。

(继承自 IHasInner<T>)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

方法

DefineAzurePrivatePeering()

开始定义 Azure 专用对等互连。

DefineAzurePublicPeering()

开始定义 Azure 公共对等互连。

DefineMicrosoftPeering()

开始定义 Microsoft 对等互连。

DeleteById(String)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByName(String)

从 Azure 中删除资源,并按其资源名称标识该资源。

(继承自 ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

从 Azure 异步删除资源,并按其资源名称标识该资源。

(继承自 ISupportsDeletingByName)
GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByName(String)

根据当前资源组中的资源名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

根据当前资源组中的资源名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)

适用于