ApplicationGatewayBackendHealthInner 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
ApplicationGatewayBackendHealthInner() |
Initializes a new instance of the ApplicationGatewayBackendHealthInner class. |
ApplicationGatewayBackendHealthInner(IList<ApplicationGatewayBackendHealthPool>) |
Initializes a new instance of the ApplicationGatewayBackendHealthInner class. |
ApplicationGatewayBackendHealthInner()
Initializes a new instance of the ApplicationGatewayBackendHealthInner class.
public ApplicationGatewayBackendHealthInner ();
Public Sub New ()
Applies to
ApplicationGatewayBackendHealthInner(IList<ApplicationGatewayBackendHealthPool>)
Initializes a new instance of the ApplicationGatewayBackendHealthInner class.
public ApplicationGatewayBackendHealthInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthPool> backendAddressPools = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthPool> -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthInner
Public Sub New (Optional backendAddressPools As IList(Of ApplicationGatewayBackendHealthPool) = Nothing)
Parameters
- backendAddressPools
- IList<ApplicationGatewayBackendHealthPool>
A list of ApplicationGatewayBackendHealthPool resources.
Applies to
Azure SDK for .NET