Freigeben über


StorageApplianceList Class

Definition

StorageApplianceList represents a list of storage appliances.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceListTypeConverter))]
public class StorageApplianceList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceListTypeConverter))>]
type StorageApplianceList = class
    interface IStorageApplianceList
    interface IJsonSerializable
Public Class StorageApplianceList
Implements IStorageApplianceList
Inheritance
StorageApplianceList
Attributes
Implements

Constructors

StorageApplianceList()

Creates an new StorageApplianceList instance.

Properties

NextLink

The link used to get the next page of operations.

Value

The list of storage appliances.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageApplianceList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageApplianceList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IStorageApplianceList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageApplianceList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to