Share via


IscsiTargetList Class

Definition

List of iSCSI Targets.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetListTypeConverter))]
public class IscsiTargetList : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTargetList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IscsiTargetListTypeConverter))>]
type IscsiTargetList = class
    interface IIscsiTargetList
    interface IJsonSerializable
Public Class IscsiTargetList
Implements IIscsiTargetList
Inheritance
IscsiTargetList
Attributes
Implements

Constructors

IscsiTargetList()

Creates an new IscsiTargetList instance.

Properties

NextLink

URI to fetch the next section of the paginated response.

Value

An array of iSCSI Targets in a Disk Pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IscsiTargetList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IscsiTargetList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IIscsiTargetList.

FromJsonString(String)

Creates a new instance of IscsiTargetList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IscsiTargetList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to