次の方法で共有


INetworkPeerings インターフェイス

定義

ネットワーク ピアリング管理 API へのエントリ ポイント。

public interface INetworkPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByParent, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type INetworkPeerings = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<INetworkPeering>
    interface ISupportsBatchCreation<INetworkPeering>
    interface ISupportsDeletingByParent
    interface ISupportsListing<INetworkPeering>
    interface IHasManager<INetworkManager>
    interface IHasInner<IVirtualNetworkPeeringsOperations>
Public Interface INetworkPeerings
Implements IBeta, IHasInner(Of IVirtualNetworkPeeringsOperations), IHasManager(Of INetworkManager), ISupportsBatchCreation(Of INetworkPeering), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByParent, ISupportsGettingById(Of INetworkPeering), ISupportsListing(Of INetworkPeering)
実装

プロパティ

Inner

ネットワーク ピアリング管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Create(ICreatable<IFluentResourceT>[])

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

ネットワーク ピアリング管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByParent(String, String, String)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByParent)
DeleteByParentAsync(String, String, String, CancellationToken)

Azure からリソースを非同期的に削除し、名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByParent)
GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByRemoteNetwork(INetwork)

指定したネットワークに関連付けられているピアリング (存在する場合) を検索します。 (これにより、Azure が個別に呼び出されることに注意してください)。

GetByRemoteNetwork(String)

指定したネットワークに関連付けられているピアリング (存在する場合) を検索します。 (これにより、Azure が個別に呼び出されることに注意してください)。

GetByRemoteNetworkAsync(INetwork, CancellationToken)

指定したネットワークに関連付けられているピアリング (存在する場合) を非同期的に検索します。 (これにより、Azure が個別に呼び出されることに注意してください)。

GetByRemoteNetworkAsync(String, CancellationToken)

指定したネットワークに関連付けられているピアリング (存在する場合) を非同期的に検索します。 (これにより、Azure が個別に呼び出されることに注意してください)。

List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)

適用対象