Sdílet prostřednictvím


BackendPoolProperties Constructors

Definition

Overloads

BackendPoolProperties()

Initializes a new instance of the BackendPoolProperties class.

BackendPoolProperties(IList<Backend>, SubResource, SubResource, String)

Initializes a new instance of the BackendPoolProperties class.

BackendPoolProperties()

Initializes a new instance of the BackendPoolProperties class.

public BackendPoolProperties ();
Public Sub New ()

Applies to

BackendPoolProperties(IList<Backend>, SubResource, SubResource, String)

Initializes a new instance of the BackendPoolProperties class.

public BackendPoolProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.Backend> backends = default, Microsoft.Azure.Management.FrontDoor.Models.SubResource loadBalancingSettings = default, Microsoft.Azure.Management.FrontDoor.Models.SubResource healthProbeSettings = default, string resourceState = default);
new Microsoft.Azure.Management.FrontDoor.Models.BackendPoolProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.Backend> * Microsoft.Azure.Management.FrontDoor.Models.SubResource * Microsoft.Azure.Management.FrontDoor.Models.SubResource * string -> Microsoft.Azure.Management.FrontDoor.Models.BackendPoolProperties
Public Sub New (Optional backends As IList(Of Backend) = Nothing, Optional loadBalancingSettings As SubResource = Nothing, Optional healthProbeSettings As SubResource = Nothing, Optional resourceState As String = Nothing)

Parameters

backends
IList<Backend>

The set of backends for this pool

loadBalancingSettings
SubResource

Load balancing settings for a backend pool

healthProbeSettings
SubResource

L7 health probe settings for a backend pool

resourceState
String

Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'

Applies to