Partager via


IVpnConnectionsOperations Interface

Définition

Opérations VpnConnectionsOperations.

public interface IVpnConnectionsOperations
type IVpnConnectionsOperations = interface
Public Interface IVpnConnectionsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, VpnConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Crée une connexion VPN à une passerelle VPN évolutive si elle n’existe pas, sinon met à jour la connexion existante.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime une connexion VPN.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, VpnConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Crée une connexion VPN à une passerelle VPN évolutive si elle n’existe pas, sinon met à jour la connexion existante.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime une connexion VPN.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Récupère les détails d’une connexion VPN.

ListByVpnGatewayNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Récupère toutes les connexions VPN pour une passerelle VPN wan virtuelle particulière.

ListByVpnGatewayWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Récupère toutes les connexions VPN pour une passerelle VPN wan virtuelle particulière.

Méthodes d’extension

BeginCreateOrUpdateAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionInner, CancellationToken)

Crée une connexion VPN à une passerelle VPN évolutive si elle n’existe pas, sinon met à jour la connexion existante.

BeginDeleteAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Supprime une connexion VPN.

CreateOrUpdateAsync(IVpnConnectionsOperations, String, String, String, VpnConnectionInner, CancellationToken)

Crée une connexion VPN à une passerelle VPN évolutive si elle n’existe pas, sinon met à jour la connexion existante.

DeleteAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Supprime une connexion VPN.

GetAsync(IVpnConnectionsOperations, String, String, String, CancellationToken)

Récupère les détails d’une connexion VPN.

ListByVpnGatewayAsync(IVpnConnectionsOperations, String, String, CancellationToken)

Récupère toutes les connexions VPN pour une passerelle VPN wan virtuelle particulière.

ListByVpnGatewayNextAsync(IVpnConnectionsOperations, String, CancellationToken)

Récupère toutes les connexions VPN pour une passerelle VPN wan virtuelle particulière.

S’applique à