NicIpConfigurationResourceSettings interface
Defines NIC IP configuration properties.
Properties
load |
Gets or sets the references of the load balancer backend address pools. |
load |
Gets or sets the references of the load balancer NAT rules. |
name | Gets or sets the IP configuration name. |
primary | Gets or sets a value indicating whether this IP configuration is the primary. |
private |
Gets or sets the private IP address of the network interface IP Configuration. |
private |
Gets or sets the private IP address allocation method. |
public |
Defines reference to a public IP. |
subnet | Defines reference to subnet. |
Property Details
loadBalancerBackendAddressPools
Gets or sets the references of the load balancer backend address pools.
loadBalancerBackendAddressPools?: LoadBalancerBackendAddressPoolReference[]
Property Value
loadBalancerNatRules
Gets or sets the references of the load balancer NAT rules.
loadBalancerNatRules?: LoadBalancerNatRuleReference[]
Property Value
name
Gets or sets the IP configuration name.
name?: string
Property Value
string
primary
Gets or sets a value indicating whether this IP configuration is the primary.
primary?: boolean
Property Value
boolean
privateIpAddress
Gets or sets the private IP address of the network interface IP Configuration.
privateIpAddress?: string
Property Value
string
privateIpAllocationMethod
Gets or sets the private IP address allocation method.
privateIpAllocationMethod?: string
Property Value
string