IscsiTargetInfo 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.
Iscsi target information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IscsiTargetInfoTypeConverter))]
public class IscsiTargetInfo : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IIscsiTargetInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IscsiTargetInfoTypeConverter))>]
type IscsiTargetInfo = class
interface IIscsiTargetInfo
interface IJsonSerializable
Public Class IscsiTargetInfo
Implements IIscsiTargetInfo
- Inheritance
-
IscsiTargetInfo
- Attributes
- Implements
Constructors
IscsiTargetInfo() |
Creates an new IscsiTargetInfo instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IscsiTargetInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IscsiTargetInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IIscsiTargetInfo. |
FromJsonString(String) |
Creates a new instance of IscsiTargetInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IscsiTargetInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |