ApplicationGatewayBackendHealthOnDemandInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ApplicationGatewayBackendHealthOnDemandInner() |
Initialisiert eine neue instance der ApplicationGatewayBackendHealthOnDemandInner-Klasse. |
ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings) |
Initialisiert eine neue instance der ApplicationGatewayBackendHealthOnDemandInner-Klasse. |
ApplicationGatewayBackendHealthOnDemandInner()
Initialisiert eine neue instance der ApplicationGatewayBackendHealthOnDemandInner-Klasse.
public ApplicationGatewayBackendHealthOnDemandInner ();
Public Sub New ()
Gilt für:
ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)
Initialisiert eine neue instance der ApplicationGatewayBackendHealthOnDemandInner-Klasse.
public ApplicationGatewayBackendHealthOnDemandInner (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner
Public Sub New (Optional backendAddressPool As SubResource = Nothing, Optional backendHealthHttpSettings As ApplicationGatewayBackendHealthHttpSettings = Nothing)
Parameter
- backendAddressPool
- SubResource
Referenz einer ApplicationGatewayBackendAddressPool-Ressource.
- backendHealthHttpSettings
- ApplicationGatewayBackendHealthHttpSettings
Application Gateway Back-EndHealthHttp-Einstellungen.
Gilt für:
Azure SDK for .NET