IInboundNatRulesOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations InboundNatRulesOperations.
public interface IInboundNatRulesOperations
type IInboundNatRulesOperations = interface
Public Interface IInboundNatRulesOperations
Méthodes
Méthodes d’extension
BeginCreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule) |
Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge. |
BeginCreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken) |
Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge. |
BeginDelete(IInboundNatRulesOperations, String, String, String) |
Supprime la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
BeginDeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken) |
Supprime la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
CreateOrUpdate(IInboundNatRulesOperations, String, String, String, InboundNatRule) |
Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge. |
CreateOrUpdateAsync(IInboundNatRulesOperations, String, String, String, InboundNatRule, CancellationToken) |
Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge. |
Delete(IInboundNatRulesOperations, String, String, String) |
Supprime la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
DeleteAsync(IInboundNatRulesOperations, String, String, String, CancellationToken) |
Supprime la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
Get(IInboundNatRulesOperations, String, String, String, String) |
Obtient la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
GetAsync(IInboundNatRulesOperations, String, String, String, String, CancellationToken) |
Obtient la règle NAT de trafic entrant de l’équilibreur de charge spécifiée. |
List(IInboundNatRulesOperations, String, String) |
Obtient toutes les règles NAT de trafic entrant dans un équilibreur de charge. |
ListAsync(IInboundNatRulesOperations, String, String, CancellationToken) |
Obtient toutes les règles NAT de trafic entrant dans un équilibreur de charge. |
ListNext(IInboundNatRulesOperations, String) |
Obtient toutes les règles NAT de trafic entrant dans un équilibreur de charge. |
ListNextAsync(IInboundNatRulesOperations, String, CancellationToken) |
Obtient toutes les règles NAT de trafic entrant dans un équilibreur de charge. |
S’applique à
Azure SDK for .NET