FrontendIPConfiguration interface
Frontend IP address of the load balancer.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. |
inbound |
Read only. Inbound pools URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server. |
inbound |
Read only. Inbound rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server. |
load |
Gets load balancing rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
outbound |
Read only. Outbound rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The private IP address of the IP configuration. |
private |
The Private IP allocation method. Possible values are: 'Static' and 'Dynamic'. |
provisioning |
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
public |
The reference of the Public IP resource. |
public |
The reference of the Public IP Prefix resource. |
subnet | The reference of the subnet resource. |
zones | A list of availability zones denoting the IP allocated for the resource needs to come from. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
inboundNatPools
Read only. Inbound pools URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.
inboundNatPools?: SubResource[]
Property Value
inboundNatRules
Read only. Inbound rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.
inboundNatRules?: SubResource[]
Property Value
loadBalancingRules
Gets load balancing rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.
loadBalancingRules?: SubResource[]
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
outboundRules
Read only. Outbound rules URIs that use this frontend IP. NOTE: This property will not be serialized. It can only be populated by the server.
outboundRules?: SubResource[]
Property Value
privateIPAddress
The private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAllocationMethod
The Private IP allocation method. Possible values are: 'Static' and 'Dynamic'.
privateIPAllocationMethod?: string
Property Value
string
provisioningState
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
Property Value
string
publicIPAddress
The reference of the Public IP resource.
publicIPAddress?: PublicIPAddress
Property Value
publicIPPrefix
The reference of the Public IP Prefix resource.
publicIPPrefix?: SubResource
Property Value
subnet
zones
A list of availability zones denoting the IP allocated for the resource needs to come from.
zones?: string[]
Property Value
string[]