Disk 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.
Azure Managed Disk to attach to the Disk Pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.DiskTypeConverter))]
public class Disk : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDisk
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.DiskTypeConverter))>]
type Disk = class
interface IDisk
interface IJsonSerializable
Public Class Disk
Implements IDisk
- Inheritance
-
Disk
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Disk() |
Creates an new Disk instance. |
Properties
| Name | Description |
|---|---|
| Id |
Unique Azure Resource ID of the Managed Disk. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Disk. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.IDisk. |
| FromJsonString(String) |
Creates a new instance of Disk, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |