다음을 통해 공유


IscsiPathListResult Class

Definition

The response of a IscsiPath list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IscsiPathListResultTypeConverter))]
public class IscsiPathListResult : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIscsiPathListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IscsiPathListResultTypeConverter))>]
type IscsiPathListResult = class
    interface IIscsiPathListResult
    interface IJsonSerializable
Public Class IscsiPathListResult
Implements IIscsiPathListResult
Inheritance
IscsiPathListResult
Attributes
Implements

Constructors

IscsiPathListResult()

Creates an new IscsiPathListResult instance.

Properties

NextLink

The link to the next page of items

Value

The IscsiPath items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IscsiPathListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IscsiPathListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IIscsiPathListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IscsiPathListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to