FrontDoorUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
FrontDoorUpdateParameters()
Initializes a new instance of the FrontDoorUpdateParameters class.
public FrontDoorUpdateParameters ();
Public Sub New ()
Applies to
FrontDoorUpdateParameters(String, IList<RoutingRule>, IList<LoadBalancingSettingsModel>, IList<HealthProbeSettingsModel>, IList<BackendPool>, IList<FrontendEndpoint>, BackendPoolsSettings, String)
Initializes a new instance of the FrontDoorUpdateParameters class.
public FrontDoorUpdateParameters (string friendlyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RoutingRule> routingRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsModel> loadBalancingSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HealthProbeSettingsModel> healthProbeSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool> backendPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpoint> frontendEndpoints = default, Microsoft.Azure.Management.FrontDoor.Models.BackendPoolsSettings backendPoolsSettings = default, string enabledState = default);
new Microsoft.Azure.Management.FrontDoor.Models.FrontDoorUpdateParameters : string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RoutingRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.LoadBalancingSettingsModel> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HealthProbeSettingsModel> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.BackendPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpoint> * Microsoft.Azure.Management.FrontDoor.Models.BackendPoolsSettings * string -> Microsoft.Azure.Management.FrontDoor.Models.FrontDoorUpdateParameters
Public Sub New (Optional friendlyName As String = Nothing, Optional routingRules As IList(Of RoutingRule) = Nothing, Optional loadBalancingSettings As IList(Of LoadBalancingSettingsModel) = Nothing, Optional healthProbeSettings As IList(Of HealthProbeSettingsModel) = Nothing, Optional backendPools As IList(Of BackendPool) = Nothing, Optional frontendEndpoints As IList(Of FrontendEndpoint) = Nothing, Optional backendPoolsSettings As BackendPoolsSettings = Nothing, Optional enabledState As String = Nothing)
Parameters
- friendlyName
- String
A friendly name for the frontDoor
- routingRules
- IList<RoutingRule>
Routing rules associated with this Front Door.
- loadBalancingSettings
- IList<LoadBalancingSettingsModel>
Load balancing settings associated with this Front Door instance.
- healthProbeSettings
- IList<HealthProbeSettingsModel>
Health probe settings associated with this Front Door instance.
- backendPools
- IList<BackendPool>
Backend pools available to routing rules.
- frontendEndpoints
- IList<FrontendEndpoint>
Frontend endpoints available to routing rules.
- backendPoolsSettings
- BackendPoolsSettings
Settings for all backendPools
- enabledState
- String
Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled'