DiskPoolVolume Class
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.
An iSCSI volume from Microsoft.StoragePool provider
public class DiskPoolVolume
type DiskPoolVolume = class
Public Class DiskPoolVolume
- Inheritance
-
DiskPoolVolume
Constructors
DiskPoolVolume() |
Initializes a new instance of the DiskPoolVolume class. |
DiskPoolVolume(String, String, String, String) |
Initializes a new instance of the DiskPoolVolume class. |
Properties
LunName |
Gets or sets name of the LUN to be used for datastore |
MountOption |
Gets or sets mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN. Possible values include: 'MOUNT', 'ATTACH' |
Path |
Gets device path |
TargetId |
Gets or sets azure resource ID of the iSCSI target |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET