Sdílet prostřednictvím


ArmNetworkModelFactory.LoadBalancerHealthPerRulePerBackendAddress Method

Definition

Initializes a new instance of LoadBalancerHealthPerRulePerBackendAddress.

public static Azure.ResourceManager.Network.Models.LoadBalancerHealthPerRulePerBackendAddress LoadBalancerHealthPerRulePerBackendAddress (string ipAddress = default, Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData networkInterfaceIPConfigurationId = default, string state = default, string reason = default);
static member LoadBalancerHealthPerRulePerBackendAddress : string * Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationData * string * string -> Azure.ResourceManager.Network.Models.LoadBalancerHealthPerRulePerBackendAddress
Public Shared Function LoadBalancerHealthPerRulePerBackendAddress (Optional ipAddress As String = Nothing, Optional networkInterfaceIPConfigurationId As NetworkInterfaceIPConfigurationData = Nothing, Optional state As String = Nothing, Optional reason As String = Nothing) As LoadBalancerHealthPerRulePerBackendAddress

Parameters

ipAddress
String

The IP address belonging to the backend address.

networkInterfaceIPConfigurationId
NetworkInterfaceIPConfigurationData

The id of the network interface ip configuration belonging to the backend address.

state
String

The current health of the backend instances that is associated to the LB rule.

reason
String

The explanation of the State.

Returns

A new LoadBalancerHealthPerRulePerBackendAddress instance for mocking.

Applies to