Partager via


InboundNatRulesOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Crée ou met à jour une règle NAT de trafic entrant de l’équilibreur de charge.

public static Microsoft.Azure.Management.Network.Models.InboundNatRule BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, string inboundNatRuleName, Microsoft.Azure.Management.Network.Models.InboundNatRule inboundNatRuleParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.InboundNatRule -> Microsoft.Azure.Management.Network.Models.InboundNatRule
<Extension()>
Public Function BeginCreateOrUpdate (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String, inboundNatRuleParameters As InboundNatRule) As 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.

Retours

S’applique à