NetworkInterfaceIPConfiguration interface
IPConfiguration in a network interface.
- Extends
Properties
application |
The reference of ApplicationGatewayBackendAddressPool resource. |
application |
Application security groups in which the IP configuration is included. |
etag | A unique read-only string that changes whenever the resource is updated. |
load |
The reference of LoadBalancerBackendAddressPool resource. |
load |
A list of references of LoadBalancerInboundNatRules. |
name | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
primary | Gets whether this is a primary customer address on the network interface. |
private |
Private IP address of the IP configuration. |
private |
Available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. |
private |
Defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'. |
provisioning |
The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
public |
Public IP address bound to the IP configuration. |
subnet | Subnet bound to the IP configuration. |
virtual |
The reference to Virtual Network Taps. |
Inherited Properties
id | Resource ID. |
Property Details
applicationGatewayBackendAddressPools
The reference of ApplicationGatewayBackendAddressPool resource.
applicationGatewayBackendAddressPools?: ApplicationGatewayBackendAddressPool[]
Property Value
applicationSecurityGroups
Application security groups in which the IP configuration is included.
applicationSecurityGroups?: ApplicationSecurityGroup[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
loadBalancerBackendAddressPools
The reference of LoadBalancerBackendAddressPool resource.
loadBalancerBackendAddressPools?: BackendAddressPool[]
Property Value
loadBalancerInboundNatRules
A list of references of LoadBalancerInboundNatRules.
loadBalancerInboundNatRules?: InboundNatRule[]
Property Value
name
The name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
Property Value
string
primary
Gets whether this is a primary customer address on the network interface.
primary?: boolean
Property Value
boolean
privateIPAddress
Private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAddressVersion
Available from Api-Version 2016-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
privateIPAddressVersion?: string
Property Value
string
privateIPAllocationMethod
Defines how a private IP address is assigned. Possible values are: 'Static' and 'Dynamic'.
privateIPAllocationMethod?: string
Property Value
string
provisioningState
The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
Property Value
string
publicIPAddress
Public IP address bound to the IP configuration.
publicIPAddress?: PublicIPAddress
Property Value
subnet
virtualNetworkTaps
The reference to Virtual Network Taps.
virtualNetworkTaps?: VirtualNetworkTap[]