ManagedDiskIscsiLun(String, ResourceIdentifier) 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 ManagedDiskIscsiLun.
public ManagedDiskIscsiLun (string name, Azure.Core.ResourceIdentifier managedDiskAzureResourceId);
new Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun
Public Sub New (name As String, managedDiskAzureResourceId As ResourceIdentifier)
Parameters
- name
- String
User defined name for iSCSI LUN; example: "lun0".
- managedDiskAzureResourceId
- ResourceIdentifier
Azure Resource ID of the Managed Disk.
Exceptions
name
or managedDiskAzureResourceId
is null.