HciVmLoadBalancerProperties Class
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.
Load Balancer resource properties.
public class HciVmLoadBalancerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerProperties>
type HciVmLoadBalancerProperties = class
interface IJsonModel<HciVmLoadBalancerProperties>
interface IPersistableModel<HciVmLoadBalancerProperties>
Public Class HciVmLoadBalancerProperties
Implements IJsonModel(Of HciVmLoadBalancerProperties), IPersistableModel(Of HciVmLoadBalancerProperties)
- Inheritance
-
HciVmLoadBalancerProperties
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmLoadBalancerProperties(IEnumerable<HciVmFrontendIPConfiguration>) |
Initializes a new instance of HciVmLoadBalancerProperties. |
Properties
| Name | Description |
|---|---|
| BackendAddressPools |
backendAddressPools for the loadbalancer. |
| FrontendIPConfigurations |
Frontend IPs for the loadbalancer. |
| LoadBalancingRules |
load balancer rules. |
| Probes |
load balancer health probes. |
| ProvisioningState |
Provisioning state of the Load Balancer. |
| Status |
observed state of the load balancer. |