FrontDoorUpdateParameters interface

The properties needed to update a Front Door

Properties

backendPools

Backend pools available to routing rules.

backendPoolsSettings

Settings for all backendPools

enabledState

Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'

friendlyName

A friendly name for the frontDoor

frontendEndpoints

Frontend endpoints available to routing rules.

healthProbeSettings

Health probe settings associated with this Front Door instance.

loadBalancingSettings

Load balancing settings associated with this Front Door instance.

routingRules

Routing rules associated with this Front Door.

Property Details

backendPools

Backend pools available to routing rules.

backendPools?: BackendPool[]

Property Value

backendPoolsSettings

Settings for all backendPools

backendPoolsSettings?: BackendPoolsSettings

Property Value

enabledState

Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'

enabledState?: string

Property Value

string

friendlyName

A friendly name for the frontDoor

friendlyName?: string

Property Value

string

frontendEndpoints

Frontend endpoints available to routing rules.

frontendEndpoints?: FrontendEndpoint[]

Property Value

healthProbeSettings

Health probe settings associated with this Front Door instance.

healthProbeSettings?: HealthProbeSettingsModel[]

Property Value

loadBalancingSettings

Load balancing settings associated with this Front Door instance.

loadBalancingSettings?: LoadBalancingSettingsModel[]

Property Value

routingRules

Routing rules associated with this Front Door.

routingRules?: RoutingRule[]

Property Value