Udostępnij za pośrednictwem


IscsiTargetInfo Class

Definition

Iscsi target information.

public class IscsiTargetInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.IscsiTargetInfo>
type IscsiTargetInfo = class
    interface IJsonModel<IscsiTargetInfo>
    interface IPersistableModel<IscsiTargetInfo>
Public Class IscsiTargetInfo
Implements IJsonModel(Of IscsiTargetInfo), IPersistableModel(Of IscsiTargetInfo)
Inheritance
IscsiTargetInfo
Implements

Properties

ProvisioningState

State of the operation on the resource.

Status

Operational status of the iSCSI Target.

TargetIqn

iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".

TargetPortalHostname

iSCSI Target Portal Host Name.

TargetPortalPort

iSCSI Target Portal Port.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IscsiTargetInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IscsiTargetInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IscsiTargetInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IscsiTargetInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IscsiTargetInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to