Freigeben über


InMageRcmAddDisksInput Class

Definition

InMageRcm add disk(s) input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmAddDisksInputTypeConverter))]
public class InMageRcmAddDisksInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmAddDisksInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmAddDisksInputTypeConverter))>]
type InMageRcmAddDisksInput = class
    interface IInMageRcmAddDisksInput
    interface IJsonSerializable
    interface IAddDisksProviderSpecificInput
    interface IValidates
Public Class InMageRcmAddDisksInput
Implements IInMageRcmAddDisksInput, IValidates
Inheritance
InMageRcmAddDisksInput
Attributes
Implements

Constructors

InMageRcmAddDisksInput()

Creates an new InMageRcmAddDisksInput instance.

Properties

Disk

The list of disk details.

InstanceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmAddDisksInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmAddDisksInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmAddDisksInput.

FromJsonString(String)

Creates a new instance of InMageRcmAddDisksInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmAddDisksInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to