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