IVirtualNetworkGatewayConnections インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
- 実装
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByName ISupportsGettingById<IVirtualNetworkGatewayConnection> ISupportsGettingByName<IVirtualNetworkGatewayConnection> ISupportsGettingByName<T> ISupportsGettingByNameAsync<IVirtualNetworkGatewayConnection> ISupportsListing<IVirtualNetworkGatewayConnection> IBeta IHasInner<IVirtualNetworkGatewayConnectionsOperations> IHasParent<IVirtualNetworkGateway>
プロパティ
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>) |
適用対象
Azure SDK for .NET