你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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