Partager via


IInboundNatRulesOperations Interface

Définition

Opérations InboundNatRulesOperations.

public interface IInboundNatRulesOperations
type IInboundNatRulesOperations = interface
Public Interface IInboundNatRulesOperations

Méthodes

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

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

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

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

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

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

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

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

Obtient la règle nat entrante de l’équilibreur de charge spécifiée.

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

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

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

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

Méthodes d’extension

BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

BeginDeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRuleInner, CancellationToken)

Crée ou met à jour une règle nat entrante d’équilibreur de charge.

DeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken)

Supprime la règle nat entrante de l’équilibreur de charge spécifiée.

GetAsync(IInboundNatRulesOperations, String, String, String, String, CancellationToken)

Obtient la règle nat entrante de l’équilibreur de charge spécifiée.

ListAsync(IInboundNatRulesOperations, String, String, CancellationToken)

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

ListNextAsync(IInboundNatRulesOperations, String, CancellationToken)

Obtient toutes les règles nat entrantes dans un équilibreur de charge.

S’applique à