次の方法で共有


IWithInboundNatRule.DefineInboundNatRule(String) メソッド

定義

新しい受信 NAT 規則の定義を開始します。 定義は、LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate> DefineInboundNatRule (string name);
abstract member DefineInboundNatRule : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
Public Function DefineInboundNatRule (name As String) As IBlank(Of IUpdate)

パラメーター

name
String

受信 NAT 規則の名前。

戻り値

適用対象