ManagedDiskIscsiLun 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.
LUN to expose the Azure Managed Disk.
public class ManagedDiskIscsiLun : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun>
public class ManagedDiskIscsiLun
type ManagedDiskIscsiLun = class
interface IJsonModel<ManagedDiskIscsiLun>
interface IPersistableModel<ManagedDiskIscsiLun>
type ManagedDiskIscsiLun = class
Public Class ManagedDiskIscsiLun
Implements IJsonModel(Of ManagedDiskIscsiLun), IPersistableModel(Of ManagedDiskIscsiLun)
Public Class ManagedDiskIscsiLun
- Inheritance
-
ManagedDiskIscsiLun
- Implements
Constructors
ManagedDiskIscsiLun(String, ResourceIdentifier) |
Initializes a new instance of ManagedDiskIscsiLun. |
Properties
Lun |
Specifies the Logical Unit Number of the iSCSI LUN. |
ManagedDiskAzureResourceId |
Azure Resource ID of the Managed Disk. |
Name |
User defined name for iSCSI LUN; example: "lun0". |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagedDiskIscsiLun>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedDiskIscsiLun>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedDiskIscsiLun>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedDiskIscsiLun>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedDiskIscsiLun>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET