Share via


A2AvmManagedDiskInputDetails Class

Definition

A2A managed disk input details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AvmManagedDiskInputDetailsTypeConverter))]
public class A2AvmManagedDiskInputDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AvmManagedDiskInputDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AvmManagedDiskInputDetailsTypeConverter))>]
type A2AvmManagedDiskInputDetails = class
    interface IA2AvmManagedDiskInputDetails
    interface IJsonSerializable
Public Class A2AvmManagedDiskInputDetails
Implements IA2AvmManagedDiskInputDetails
Inheritance
A2AvmManagedDiskInputDetails
Attributes
Implements

Constructors

A2AvmManagedDiskInputDetails()

Creates an new A2AvmManagedDiskInputDetails instance.

Properties

DiskEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM id for secret.

DiskEncryptionKeyInfoSecretIdentifier

The secret url / identifier.

DiskId

The disk Id.

KeyEncryptionKeyInfoKeyIdentifier

The key URL / identifier.

KeyEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM Id for key.

PrimaryStagingAzureStorageAccountId

The primary staging storage account Arm Id.

RecoveryDiskEncryptionSetId

The recovery disk encryption set Id.

RecoveryReplicaDiskAccountType

The replica disk type. Its an optional value and will be same as source disk type if not user provided.

RecoveryResourceGroupId

The target resource group Arm Id.

RecoveryTargetDiskAccountType

The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AvmManagedDiskInputDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AvmManagedDiskInputDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AvmManagedDiskInputDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AvmManagedDiskInputDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to