get Inbound Nat Rule
Gets the specified load balancer inbound nat rule. API Version: 2020-11-01.
Return
Inbound NAT rule of the load balancer.
Parameters
argument
null
suspend fun getInboundNatRule(expand: String? = null, inboundNatRuleName: String, loadBalancerName: String, resourceGroupName: String): GetInboundNatRuleResult
Return
Inbound NAT rule of the load balancer.
Parameters
expand
Expands referenced resources.
inbound Nat Rule Name
The name of the inbound nat rule.
load Balancer Name
The name of the load balancer.
resource Group Name
The name of the resource group.
See also
suspend fun getInboundNatRule(argument: suspend GetInboundNatRulePlainArgsBuilder.() -> Unit): GetInboundNatRuleResult
Return
Inbound NAT rule of the load balancer.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetInboundNatRulePlainArgs.