FrontDoorUpdateParameters interface
The properties needed to update a Front Door
Properties
backend |
Backend pools available to routing rules. |
backend |
Settings for all backendPools |
enabled |
Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' |
friendly |
A friendly name for the frontDoor |
frontend |
Frontend endpoints available to routing rules. |
health |
Health probe settings associated with this Front Door instance. |
load |
Load balancing settings associated with this Front Door instance. |
routing |
Routing rules associated with this Front Door. |
Property Details
backendPools
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[]