HciVmBackendAddressPool(String, HciVmBackendAddressPoolProperties) 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 HciVmBackendAddressPool.
public HciVmBackendAddressPool(string name, Azure.ResourceManager.Hci.Vm.Models.HciVmBackendAddressPoolProperties properties);
new Azure.ResourceManager.Hci.Vm.Models.HciVmBackendAddressPool : string * Azure.ResourceManager.Hci.Vm.Models.HciVmBackendAddressPoolProperties -> Azure.ResourceManager.Hci.Vm.Models.HciVmBackendAddressPool
Public Sub New (name As String, properties As HciVmBackendAddressPoolProperties)
Parameters
- name
- String
name of the backend pool.
- properties
- HciVmBackendAddressPoolProperties
properties for the backend pool.
Exceptions
name or properties is null.