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>)

適用対象