UpdateDiskInput 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.
Disk input for update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UpdateDiskInputTypeConverter))]
public class UpdateDiskInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUpdateDiskInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UpdateDiskInputTypeConverter))>]
type UpdateDiskInput = class
interface IUpdateDiskInput
interface IJsonSerializable
Public Class UpdateDiskInput
Implements IUpdateDiskInput
- Inheritance
-
UpdateDiskInput
- Attributes
- Implements
Constructors
UpdateDiskInput() |
Creates an new UpdateDiskInput instance. |
Properties
DiskId |
The disk Id. |
TargetDiskName |
The target disk name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateDiskInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateDiskInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUpdateDiskInput. |
FromJsonString(String) |
Creates a new instance of UpdateDiskInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateDiskInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |