Bagikan melalui


ApplicationGatewayBackendHealthHttpSettings Constructors

Definition

Overloads

ApplicationGatewayBackendHealthHttpSettings()

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

ApplicationGatewayBackendHealthHttpSettings(ApplicationGatewayBackendHttpSettings, 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(ApplicationGatewayBackendHttpSettings, IList<ApplicationGatewayBackendHealthServer>)

Initializes a new instance of the ApplicationGatewayBackendHealthHttpSettings class.

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

Parameters

backendHttpSettings
ApplicationGatewayBackendHttpSettings

Reference to an ApplicationGatewayBackendHttpSettings resource.

servers
IList<ApplicationGatewayBackendHealthServer>

List of ApplicationGatewayBackendHealthServer resources.

Applies to