Share via


IWithInboundNatRule.DefineInboundNatRule(String) Method

Definition

Begins the definition of a new inbound NAT rule to add to the load balancer.

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

Parameters

name
String

The name of the inbound NAT rule.

Returns

Applies to