共用方式為


LBFrontendIPConfigurationResourceSettings interface

Defines load balancer frontend IP configuration properties.

Properties

name

Gets or sets the frontend IP configuration name.

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.

privateIpAllocationMethod

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

Defines reference to subnet.

subnet?: SubnetReference

Property Value

zones

Gets or sets the csv list of zones.

zones?: string

Property Value

string