FrontendIPConfigurationOutput interface
Frontend IP address of the load balancer.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| name | The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. |
| properties | Properties of the load balancer probe. |
| type | Type of the 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
name
The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.
name?: string
Property Value
string
properties
Properties of the load balancer probe.
properties?: FrontendIPConfigurationPropertiesFormatOutput
Property Value
type
Type of the resource.
type?: string
Property Value
string
zones
A list of availability zones denoting the IP allocated for the resource needs to come from.
zones?: string[]
Property Value
string[]