Partager via


IInboundNatRulesOperations.CreateOrUpdateWithHttpMessagesAsync Méthode

Définition

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.InboundNatRule>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string loadBalancerName, string inboundNatRuleName, Microsoft.Azure.Management.Network.Models.InboundNatRule inboundNatRuleParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Network.Models.InboundNatRule * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.InboundNatRule>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String, inboundNatRuleParameters As InboundNatRule, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of InboundNatRule))

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

loadBalancerName
String

Le nom de l’équilibreur de charge.

inboundNatRuleName
String

Nom de la règle NAT entrante.

inboundNatRuleParameters
InboundNatRule

Paramètres fournis à l’opération de création ou de mise à jour de règle NAT entrante.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à