HciVmLoadBalancerRule(String, HciVmLoadBalancerRuleProperties) 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 HciVmLoadBalancerRule.
public HciVmLoadBalancerRule(string name, Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerRuleProperties properties);
new Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerRule : string * Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerRuleProperties -> Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerRule
Public Sub New (name As String, properties As HciVmLoadBalancerRuleProperties)
Parameters
- name
- String
name of the load balancer rule.
- properties
- HciVmLoadBalancerRuleProperties
load balancer rule properties.
Exceptions
name or properties is null.