IIscsiTargetInfo Interface
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.
[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
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |