IIscsiTargetInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IscsiTargetInfoTypeConverter))]
public interface IIscsiTargetInfo : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IscsiTargetInfoTypeConverter))>]
type IIscsiTargetInfo = interface
    interface IJsonSerializable
Public Interface IIscsiTargetInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to