HciVmFrontendIPConfiguration 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 HciVmFrontendIPConfiguration.
public HciVmFrontendIPConfiguration(string name, Azure.ResourceManager.Hci.Vm.Models.HciVmFrontendIPConfigurationProperties properties);
new Azure.ResourceManager.Hci.Vm.Models.HciVmFrontendIPConfiguration : string * Azure.ResourceManager.Hci.Vm.Models.HciVmFrontendIPConfigurationProperties -> Azure.ResourceManager.Hci.Vm.Models.HciVmFrontendIPConfiguration
Public Sub New (name As String, properties As HciVmFrontendIPConfigurationProperties)
Parameters
- name
- String
name for the frontend IP configuration.
- properties
- HciVmFrontendIPConfigurationProperties
properties for this frontendIPConfiguration.
Exceptions
name or properties is null.