你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2AvmManagedDiskInputDetails Class

Definition

A2A managed disk input details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AvmManagedDiskInputDetailsTypeConverter))]
public class A2AvmManagedDiskInputDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AvmManagedDiskInputDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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