DiskSnapshotList 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.
object to hold array of Disk Snapshot ARM IDs
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.DiskSnapshotListTypeConverter))]
public class DiskSnapshotList : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IDiskSnapshotList
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.DiskSnapshotListTypeConverter))>]
type DiskSnapshotList = class
interface IDiskSnapshotList
interface IJsonSerializable
Public Class DiskSnapshotList
Implements IDiskSnapshotList
- Inheritance
-
DiskSnapshotList
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DiskSnapshotList() |
Creates an new DiskSnapshotList instance. |
Properties
| Name | Description |
|---|---|
| DiskSnapshotId |
array of DiskSnapshot ARM IDs |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiskSnapshotList. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiskSnapshotList. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IDiskSnapshotList. |
| FromJsonString(String) |
Creates a new instance of DiskSnapshotList, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiskSnapshotList into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |