Sdílet prostřednictvím


BackendPoolUpdateParameters Constructors

Definition

Overloads

BackendPoolUpdateParameters()

Initializes a new instance of the BackendPoolUpdateParameters class.

BackendPoolUpdateParameters(IList<Backend>, SubResource, SubResource)

Initializes a new instance of the BackendPoolUpdateParameters class.

BackendPoolUpdateParameters()

Initializes a new instance of the BackendPoolUpdateParameters class.

public BackendPoolUpdateParameters ();
Public Sub New ()

Applies to

BackendPoolUpdateParameters(IList<Backend>, SubResource, SubResource)

Initializes a new instance of the BackendPoolUpdateParameters class.

public BackendPoolUpdateParameters (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);
new Microsoft.Azure.Management.FrontDoor.Models.BackendPoolUpdateParameters : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.Backend> * Microsoft.Azure.Management.FrontDoor.Models.SubResource * Microsoft.Azure.Management.FrontDoor.Models.SubResource -> Microsoft.Azure.Management.FrontDoor.Models.BackendPoolUpdateParameters
Public Sub New (Optional backends As IList(Of Backend) = Nothing, Optional loadBalancingSettings As SubResource = Nothing, Optional healthProbeSettings As SubResource = 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

Applies to