Sdílet prostřednictvím


FrontDoorUpdateParameters Class

Definition

The properties needed to update a Front Door

public class FrontDoorUpdateParameters
type FrontDoorUpdateParameters = class
Public Class FrontDoorUpdateParameters
Inheritance
FrontDoorUpdateParameters
Derived

Constructors

FrontDoorUpdateParameters()

Initializes a new instance of the FrontDoorUpdateParameters class.

FrontDoorUpdateParameters(String, IList<RoutingRule>, IList<LoadBalancingSettingsModel>, IList<HealthProbeSettingsModel>, IList<BackendPool>, IList<FrontendEndpoint>, BackendPoolsSettings, String)

Initializes a new instance of the FrontDoorUpdateParameters class.

Properties

BackendPools

Gets or sets backend pools available to routing rules.

BackendPoolsSettings

Gets or sets settings for all backendPools

EnabledState

Gets or sets operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled'

FriendlyName

Gets or sets a friendly name for the frontDoor

FrontendEndpoints

Gets or sets frontend endpoints available to routing rules.

HealthProbeSettings

Gets or sets health probe settings associated with this Front Door instance.

LoadBalancingSettings

Gets or sets load balancing settings associated with this Front Door instance.

RoutingRules

Gets or sets routing rules associated with this Front Door.

Methods

Validate()

Validate the object.

Applies to