InboundNatRulesOperationsExtensions.BeginCreateOrUpdateAsync Méthode
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.
Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.InboundNatRule> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, string inboundNatRuleName, Microsoft.Azure.Management.Network.Models.InboundNatRule inboundNatRuleParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.InboundNatRule * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.InboundNatRule>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String, inboundNatRuleParameters As InboundNatRule, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InboundNatRule)
Paramètres
- operations
- IInboundNatRulesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- loadBalancerName
- String
Le nom de l’équilibreur de charge.
- inboundNatRuleName
- String
Nom de la règle NAT de trafic entrant.
- inboundNatRuleParameters
- InboundNatRule
Paramètres fournis à l’opération de création ou de mise à jour de la règle NAT de trafic entrant.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET