你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InboundNatRulesOperationsExtensions.BeginCreateOrUpdateAsync 方法

定义

创建或更新负载均衡器入站 nat 规则。

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)

参数

operations
IInboundNatRulesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

loadBalancerName
String

负载均衡器的名称。

inboundNatRuleName
String

入站 nat 规则的名称。

inboundNatRuleParameters
InboundNatRuleInner

提供给创建或更新入站 nat 规则操作的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于