DiskVolumeDetails 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.
Volume details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.DiskVolumeDetailsTypeConverter))]
public class DiskVolumeDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDiskVolumeDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.DiskVolumeDetailsTypeConverter))>]
type DiskVolumeDetails = class
interface IDiskVolumeDetails
interface IJsonSerializable
Public Class DiskVolumeDetails
Implements IDiskVolumeDetails
- Inheritance
-
DiskVolumeDetails
- Attributes
- Implements
Constructors
DiskVolumeDetails() |
Creates an new DiskVolumeDetails instance. |
Properties
Label |
The volume label. |
Name |
The volume name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiskVolumeDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiskVolumeDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDiskVolumeDetails. |
FromJsonString(String) |
Creates a new instance of DiskVolumeDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiskVolumeDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |