次の方法で共有


IVirtualNetworkGatewayConnections インターフェイス

定義

Azure での仮想ネットワーク ゲートウェイ接続管理 API のエントリ ポイント。

public interface IVirtualNetworkGatewayConnections : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IBlank>, 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.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnectionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>
type IVirtualNetworkGatewayConnections = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingByName<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingById<IVirtualNetworkGatewayConnection>
    interface ISupportsGettingByNameAsync<IVirtualNetworkGatewayConnection>
    interface ISupportsDeletingByName
    interface ISupportsDeletingById
    interface IHasInner<IVirtualNetworkGatewayConnectionsOperations>
    interface IHasParent<IVirtualNetworkGateway>
Public Interface IVirtualNetworkGatewayConnections
Implements IBeta, IHasInner(Of IVirtualNetworkGatewayConnectionsOperations), IHasParent(Of IVirtualNetworkGateway), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IVirtualNetworkGatewayConnection), ISupportsGettingByName(Of IVirtualNetworkGatewayConnection), ISupportsGettingByNameAsync(Of IVirtualNetworkGatewayConnection), ISupportsListing(Of IVirtualNetworkGatewayConnection)
実装

プロパティ

Inner

Azure での仮想ネットワーク ゲートウェイ接続管理 API のエントリ ポイント。

(継承元 IHasInner<T>)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)

メソッド

Define(String)

Azure での仮想ネットワーク ゲートウェイ接続管理 API のエントリ ポイント。

(継承元 ISupportsCreating<T>)
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>)

適用対象