HciVmLoadBalancerBackendAddressProperties 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.
LoadBalancer Backend Address properties.
public class HciVmLoadBalancerBackendAddressProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressProperties>
type HciVmLoadBalancerBackendAddressProperties = class
interface IJsonModel<HciVmLoadBalancerBackendAddressProperties>
interface IPersistableModel<HciVmLoadBalancerBackendAddressProperties>
Public Class HciVmLoadBalancerBackendAddressProperties
Implements IJsonModel(Of HciVmLoadBalancerBackendAddressProperties), IPersistableModel(Of HciVmLoadBalancerBackendAddressProperties)
- Inheritance
-
HciVmLoadBalancerBackendAddressProperties
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmLoadBalancerBackendAddressProperties() |
Initializes a new instance of HciVmLoadBalancerBackendAddressProperties. |
Properties
| Name | Description |
|---|---|
| AdminState |
admin state - if set to false, the address is removed from the pool. |
| IPAddress |
IP address of the backend target. Populated automatically from the referenced IP configuration. |
| LogicalNetworkId |
The Azure Resource ID for a Logical Network. |
| NetworkInterfaceIPResourceId |
The Azure Resource ID of an IPConfiguration resource. |
| SubnetResourceId |
The Azure Resource ID for a Virtual Network subnet. |
| VirtualNetworkResourceId |
The Azure Resource ID for a Virtual Network. |