Skip to main content

inbound_nat_rules

Overview

Nameinbound_nat_rules
TypeResource
Idazure.network.inbound_nat_rules

Fields

NameDatatypeDescription
idstringResource ID.
namestringThe name of the resource that is unique within the set of inbound NAT rules used by the load balancer. This name can be used to access the resource.
etagstringA unique read-only string that changes whenever the resource is updated.
propertiesobjectProperties of the inbound NAT rule.
typestringType of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTinboundNatRuleName, loadBalancerName, resourceGroupName, subscriptionIdGets the specified load balancer inbound NAT rule.
listSELECTloadBalancerName, resourceGroupName, subscriptionIdGets all the inbound NAT rules in a load balancer.
create_or_updateINSERTinboundNatRuleName, loadBalancerName, resourceGroupName, subscriptionIdCreates or updates a load balancer inbound NAT rule.
deleteDELETEinboundNatRuleName, loadBalancerName, resourceGroupName, subscriptionIdDeletes the specified load balancer inbound NAT rule.
_listEXECloadBalancerName, resourceGroupName, subscriptionIdGets all the inbound NAT rules in a load balancer.