HciVmLoadBalancerBackendAddress Constructor
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.
Initializes a new instance of HciVmLoadBalancerBackendAddress.
public HciVmLoadBalancerBackendAddress(string name, Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressProperties properties);
new Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddress : string * Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressProperties -> Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddress
Public Sub New (name As String, properties As HciVmLoadBalancerBackendAddressProperties)
Parameters
- name
- String
name of the backend address.
- properties
- HciVmLoadBalancerBackendAddressProperties
backend address properties.
Exceptions
name or properties is null.