ApplicationGatewayBackendHealth 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
ApplicationGatewayBackendHealth() |
Initializes a new instance of the ApplicationGatewayBackendHealth class. |
ApplicationGatewayBackendHealth(IList<ApplicationGatewayBackendHealthPool>) |
Initializes a new instance of the ApplicationGatewayBackendHealth class. |
ApplicationGatewayBackendHealth()
Initializes a new instance of the ApplicationGatewayBackendHealth class.
public ApplicationGatewayBackendHealth ();
Public Sub New ()
Applies to
ApplicationGatewayBackendHealth(IList<ApplicationGatewayBackendHealthPool>)
Initializes a new instance of the ApplicationGatewayBackendHealth class.
public ApplicationGatewayBackendHealth (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthPool> backendAddressPools = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealth : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthPool> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealth
Public Sub New (Optional backendAddressPools As IList(Of ApplicationGatewayBackendHealthPool) = Nothing)
Parameters
- backendAddressPools
- IList<ApplicationGatewayBackendHealthPool>
A list of ApplicationGatewayBackendHealthPool resources.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET