NicIpConfigurationResourceSettings interface

Defines NIC IP configuration properties.

Properties

loadBalancerBackendAddressPools

Gets or sets the references of the load balancer backend address pools.

loadBalancerNatRules

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.

privateIpAddress

Gets or sets the private IP address of the network interface IP Configuration.

privateIpAllocationMethod

Gets or sets the private IP address allocation method.

publicIp

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

publicIp

Defines reference to a public IP.

publicIp?: PublicIpReference

Property Value

subnet

Defines reference to subnet.

subnet?: SubnetReference

Property Value