A2AProtectedItemDetail Class

Definition

A2A specific switch cluster protection input.

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

Constructors

Name Description
A2AProtectedItemDetail()

Creates an new A2AProtectedItemDetail instance.

Properties

Name Description
DiskEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM id for secret.

DiskEncryptionKeyInfoSecretIdentifier

The secret url / identifier.

KeyEncryptionKeyInfoKeyIdentifier

The key URL / identifier.

KeyEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM Id for key.

RecoveryAvailabilitySetId

The recovery availability set.

RecoveryAvailabilityZone

The recovery availability zone.

RecoveryBootDiagStorageAccountId

The boot diagnostic storage account.

RecoveryCapacityReservationGroupId

The recovery capacity reservation group Id.

RecoveryProximityPlacementGroupId

The recovery proximity placement group Id.

RecoveryResourceGroupId

The recovery resource group Id.

RecoveryVirtualMachineScaleSetId

The virtual machine scale set id.

ReplicationProtectedItemName

The Replication Protected item name.

VMManagedDisk

The list of vm managed disk details.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AProtectedItemDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AProtectedItemDetail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AProtectedItemDetail.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AProtectedItemDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to