Partager via


INatGatewaysOperations Interface

Définition

Opérations NatGatewaysOperations.

public interface INatGatewaysOperations
type INatGatewaysOperations = interface
Public Interface INatGatewaysOperations

Méthodes

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

Crée ou met à jour une passerelle nat.

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

Supprime la passerelle nat spécifiée.

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

Crée ou met à jour une passerelle nat.

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

Supprime la passerelle nat spécifiée.

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

Obtient la passerelle nat spécifiée dans un groupe de ressources spécifié.

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

Obtient toutes les passerelles Nat d’un abonnement.

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

Obtient toutes les passerelles Nat d’un abonnement.

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

Obtient toutes les passerelles nat d’un groupe de ressources.

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

Obtient toutes les passerelles nat d’un groupe de ressources.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Mises à jour balises de passerelle nat.

Méthodes d’extension

BeginCreateOrUpdateAsync(INatGatewaysOperations, String, String, NatGatewayInner, CancellationToken)

Crée ou met à jour une passerelle nat.

BeginDeleteAsync(INatGatewaysOperations, String, String, CancellationToken)

Supprime la passerelle nat spécifiée.

CreateOrUpdateAsync(INatGatewaysOperations, String, String, NatGatewayInner, CancellationToken)

Crée ou met à jour une passerelle nat.

DeleteAsync(INatGatewaysOperations, String, String, CancellationToken)

Supprime la passerelle nat spécifiée.

GetAsync(INatGatewaysOperations, String, String, String, CancellationToken)

Obtient la passerelle nat spécifiée dans un groupe de ressources spécifié.

ListAllAsync(INatGatewaysOperations, CancellationToken)

Obtient toutes les passerelles Nat d’un abonnement.

ListAllNextAsync(INatGatewaysOperations, String, CancellationToken)

Obtient toutes les passerelles Nat d’un abonnement.

ListAsync(INatGatewaysOperations, String, CancellationToken)

Obtient toutes les passerelles nat d’un groupe de ressources.

ListNextAsync(INatGatewaysOperations, String, CancellationToken)

Obtient toutes les passerelles nat d’un groupe de ressources.

UpdateTagsAsync(INatGatewaysOperations, String, String, IDictionary<String,String>, CancellationToken)

Mises à jour balises de passerelle nat.

S’applique à