LBFrontendIPConfigurationResourceSettings interface
Defines load balancer frontend IP configuration properties.
Properties
name | Gets or sets the frontend IP configuration name. |
private |
Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef. |
private |
Gets or sets PrivateIP allocation method (Static/Dynamic). |
subnet | Defines reference to subnet. |
zones | Gets or sets the csv list of zones. |
Property Details
name
Gets or sets the frontend IP configuration name.
name?: string
Property Value
string
privateIpAddress
Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.
privateIpAddress?: string
Property Value
string
privateIpAllocationMethod
Gets or sets PrivateIP allocation method (Static/Dynamic).
privateIpAllocationMethod?: string
Property Value
string
subnet
zones
Gets or sets the csv list of zones.
zones?: string
Property Value
string