IVirtualNetworkGateways Schnittstelle

Definition

Einstiegspunkt zur Verwaltungs-API für Gateways für virtuelle Netzwerke in Azure.

public interface IVirtualNetworkGateways : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewaysOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type IVirtualNetworkGateways = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IVirtualNetworkGateway>
    interface ISupportsListingByResourceGroup<IVirtualNetworkGateway>
    interface ISupportsGettingByResourceGroup<IVirtualNetworkGateway>
    interface ISupportsGettingById<IVirtualNetworkGateway>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<IVirtualNetworkGateway>
    interface IHasManager<INetworkManager>
    interface IHasInner<IVirtualNetworkGatewaysOperations>
Public Interface IVirtualNetworkGateways
Implements IBeta, IHasInner(Of IVirtualNetworkGatewaysOperations), IHasManager(Of INetworkManager), ISupportsBatchCreation(Of IVirtualNetworkGateway), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IVirtualNetworkGateway), ISupportsGettingByResourceGroup(Of IVirtualNetworkGateway), ISupportsListing(Of IVirtualNetworkGateway), ISupportsListingByResourceGroup(Of IVirtualNetworkGateway)
Implementiert

Eigenschaften

Inner

Einstiegspunkt zur Verwaltungs-API für Gateways für virtuelle Netzwerke in Azure.

(Geerbt von IHasInner<T>)
Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)

Methoden

Create(ICreatable<IFluentResourceT>[])

Erstellt einen Satz (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Erstellt einen Satz (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Erstellt einen Satz (Batch) von Ressourcen.

(Geerbt von ISupportsBatchCreation<IFluentResourceT>)
Define(String)

Einstiegspunkt zur Verwaltungs-API für Gateways 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)
DeleteByResourceGroup(String, String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe.

(Geerbt von ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Namens und ihrer Ressourcengruppe.

(Geerbt von ISupportsDeletingByResourceGroup)
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>)
GetByResourceGroup(String, String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab.

(Geerbt von ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen und dem Namen ihrer Ressourcengruppe ab.

(Geerbt von ISupportsGettingByResourceGroup<T>)
List()

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListByResourceGroup(String)

Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf.

(Geerbt von ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Listet Ressourcen des angegebenen Typs in der angegebenen Ressourcengruppe auf.

(Geerbt von ISupportsListingByResourceGroup<T>)

Gilt für: