StorageApplianceList 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.
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() |