Compartilhar via


InboundNatRulesOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza uma regra nat de entrada do balanceador de carga.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, string inboundNatRuleName, Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner inboundNatRuleParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IInboundNatRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, inboundNatRuleName As String, inboundNatRuleParameters As InboundNatRuleInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InboundNatRuleInner)

Parâmetros

operations
IInboundNatRulesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

loadBalancerName
String

O nome do balanceador de carga.

inboundNatRuleName
String

O nome da regra nat de entrada.

inboundNatRuleParameters
InboundNatRuleInner

Parâmetros fornecidos para a operação criar ou atualizar a regra nat de entrada.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a