Aracılığıyla paylaş


ApplicationGatewayBackendHealthHttpSettings Constructors

Definition

Overloads

ApplicationGatewayBackendHealthHttpSettings()

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>)

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

ApplicationGatewayBackendHealthHttpSettings()

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

public ApplicationGatewayBackendHealthHttpSettings ();
Public Sub New ()

Applies to

ApplicationGatewayBackendHealthHttpSettings(SubResource, IList<ApplicationGatewayBackendHealthServer>)

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

public ApplicationGatewayBackendHealthHttpSettings (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer> servers = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServer> -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings
Public Sub New (Optional backendHttpSettings As SubResource = Nothing, Optional servers As IList(Of ApplicationGatewayBackendHealthServer) = Nothing)

Parameters

backendHttpSettings
SubResource

Reference of an ApplicationGatewayBackendHttpSettings resource.

servers
IList<ApplicationGatewayBackendHealthServer>

List of ApplicationGatewayBackendHealthServer resources.

Applies to