DiskPoolVolume Constructors
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.
Overloads
DiskPoolVolume() |
Initializes a new instance of the DiskPoolVolume class. |
DiskPoolVolume(String, String, String, String) |
Initializes a new instance of the DiskPoolVolume class. |
DiskPoolVolume()
Initializes a new instance of the DiskPoolVolume class.
public DiskPoolVolume();
Public Sub New ()
Applies to
DiskPoolVolume(String, String, String, String)
Initializes a new instance of the DiskPoolVolume class.
public DiskPoolVolume(string targetId, string lunName, string mountOption = default, string path = default);
new Microsoft.Azure.Management.Avs.Models.DiskPoolVolume : string * string * string * string -> Microsoft.Azure.Management.Avs.Models.DiskPoolVolume
Public Sub New (targetId As String, lunName As String, Optional mountOption As String = Nothing, Optional path As String = Nothing)
Parameters
- targetId
- String
Azure resource ID of the iSCSI target
- lunName
- String
Name of the LUN to be used for datastore
- mountOption
- String
Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN. Possible values include: 'MOUNT', 'ATTACH'
- path
- String
Device path
Applies to
Azure SDK for .NET