UpdateDiskInput Class

Definition

Disk input for update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.UpdateDiskInputTypeConverter))]
public class UpdateDiskInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IUpdateDiskInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.UpdateDiskInputTypeConverter))>]
type UpdateDiskInput = class
    interface IUpdateDiskInput
    interface IJsonSerializable
Public Class UpdateDiskInput
Implements IUpdateDiskInput
Inheritance
UpdateDiskInput
Attributes
Implements

Constructors

Name Description
UpdateDiskInput()

Creates an new UpdateDiskInput instance.

Properties

Name Description
DiskId

The disk Id.

DiskSizeInGb

The target disk size in GB.

Iop

The number of IOPS allowed for Premium V2 and Ultra disks.

TargetDiskName

The target disk name.

ThroughputInMbps

The total throughput in Mbps for Premium V2 and Ultra disks.

Methods

Name Description
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.Api20250801.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.

Applies to