ElasticSanList 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.
List of Elastic Sans
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanListTypeConverter))]
public class ElasticSanList : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanList
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanListTypeConverter))>]
type ElasticSanList = class
interface IElasticSanList
interface IJsonSerializable
Public Class ElasticSanList
Implements IElasticSanList
- Inheritance
-
ElasticSanList
- Attributes
- Implements
Constructors
ElasticSanList() |
Creates an new ElasticSanList instance. |
Properties
NextLink |
URI to fetch the next section of the paginated response. |
Value |
An array of Elastic San objects. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ElasticSanList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ElasticSanList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanList. |
FromJsonString(String) |
Creates a new instance of ElasticSanList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ElasticSanList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |