HciVmStorageContainerProperties(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 HciVmStorageContainerProperties.
public HciVmStorageContainerProperties(string path);
new Azure.ResourceManager.Hci.Vm.Models.HciVmStorageContainerProperties : string -> Azure.ResourceManager.Hci.Vm.Models.HciVmStorageContainerProperties
Public Sub New (path As String)
Parameters
- path
- String
Path of the storage container on the disk.
Exceptions
path
is null.