HciVmVirtualNetworkProperties(IEnumerable<String>) 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 HciVmVirtualNetworkProperties.
public HciVmVirtualNetworkProperties(System.Collections.Generic.IEnumerable<string> addressPrefixes);
new Azure.ResourceManager.Hci.Vm.Models.HciVmVirtualNetworkProperties : seq<string> -> Azure.ResourceManager.Hci.Vm.Models.HciVmVirtualNetworkProperties
Public Sub New (addressPrefixes As IEnumerable(Of String))
Parameters
- addressPrefixes
- IEnumerable<String>
A list of one or more CIDR blocks that define the address space.
Exceptions
addressPrefixes is null.