IVirtualNetworkGatewayConnections Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Einstiegspunkt für die Verbindungsverwaltungs-API für virtuelle Netzwerke in Azure.
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)
- Implementiert
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByName ISupportsGettingById<IVirtualNetworkGatewayConnection> ISupportsGettingByName<IVirtualNetworkGatewayConnection> ISupportsGettingByName<T> ISupportsGettingByNameAsync<IVirtualNetworkGatewayConnection> ISupportsListing<IVirtualNetworkGatewayConnection> IBeta IHasInner<IVirtualNetworkGatewayConnectionsOperations> IHasParent<IVirtualNetworkGateway>
Eigenschaften
Inner |
Einstiegspunkt für die Verbindungsverwaltungs-API für virtuelle Netzwerke in Azure. (Geerbt von IHasInner<T>) |
Parent |
Ruft das übergeordnete Element dieser untergeordneten Ressource ab. (Geerbt von IHasParent<ParentT>) |
Methoden
Define(String) |
Einstiegspunkt für die Verbindungsverwaltungs-API für virtuelle Netzwerke in Azure. (Geerbt von ISupportsCreating<T>) |
DeleteById(String) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID. (Geerbt von ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID. (Geerbt von ISupportsDeletingById) |
DeleteByName(String) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Ressourcennamens. (Geerbt von ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Löscht eine Ressource asynchron aus Azure und identifiziert sie anhand ihres Ressourcennamens. (Geerbt von ISupportsDeletingByName) |
GetById(String) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab. (Geerbt von ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab. (Geerbt von ISupportsGettingById<T>) |
GetByName(String) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen in der aktuellen Ressourcengruppe ab. (Geerbt von ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen in der aktuellen Ressourcengruppe ab. (Geerbt von ISupportsGettingByName<T>) |
List() |
Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
Gilt für:
Azure SDK for .NET