Partager via


IVirtualNetworkGatewayConnections Interface

Définition

Point d’entrée pour l’API de gestion des connexions de passerelle de réseau virtuel dans 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)
Implémente

Propriétés

Inner

Point d’entrée pour l’API de gestion des connexions de passerelle de réseau virtuel dans Azure.

(Hérité de IHasInner<T>)
Parent

Obtient le parent de cette ressource enfant.

(Hérité de IHasParent<ParentT>)

Méthodes

Define(String)

Point d’entrée pour l’API de gestion des connexions de passerelle de réseau virtuel dans Azure.

(Hérité de ISupportsCreating<T>)
DeleteById(String)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByName(String)

Supprime une ressource d’Azure, l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Supprime une ressource de manière asynchrone d’Azure, en l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
GetById(String)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)

S’applique à