Share via


A2AEnableProtectionInput Class

Definition

A2A enable protection input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AEnableProtectionInputTypeConverter))]
public class A2AEnableProtectionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AEnableProtectionInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AEnableProtectionInputTypeConverter))>]
type A2AEnableProtectionInput = class
    interface IA2AEnableProtectionInput
    interface IJsonSerializable
    interface IEnableProtectionProviderSpecificInput
    interface IValidates
Public Class A2AEnableProtectionInput
Implements IA2AEnableProtectionInput, IValidates
Inheritance
A2AEnableProtectionInput
Attributes
Implements

Constructors

A2AEnableProtectionInput()

Creates an new A2AEnableProtectionInput instance.

Properties

DiskEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM id for secret.

DiskEncryptionKeyInfoSecretIdentifier

The secret url / identifier.

FabricObjectId

The fabric specific object Id of the virtual machine.

InstanceType

The class type.

KeyEncryptionKeyInfoKeyIdentifier

The key URL / identifier.

KeyEncryptionKeyInfoKeyVaultResourceArmId

The KeyVault resource ARM Id for key.

MultiVMGroupId

The multi vm group id.

MultiVMGroupName

The multi vm group name.

RecoveryAvailabilitySetId

The recovery availability set Id.

RecoveryAvailabilityZone

The recovery availability zone.

RecoveryAzureNetworkId

The recovery Azure virtual network ARM id.

RecoveryBootDiagStorageAccountId

The boot diagnostic storage account.

RecoveryCapacityReservationGroupId

The recovery capacity reservation group Id.

RecoveryCloudServiceId

The recovery cloud service Id. Valid for V1 scenarios.

RecoveryContainerId

The recovery container Id.

RecoveryExtendedLocationName

The name of the extended location.

RecoveryExtendedLocationType

The extended location type.

RecoveryProximityPlacementGroupId

The recovery proximity placement group Id.

RecoveryResourceGroupId

The recovery resource group Id. Valid for V2 scenarios.

RecoverySubnetName

The recovery subnet name.

RecoveryVirtualMachineScaleSetId

The virtual machine scale set Id.

VMDisk

The list of vm disk details.

VMManagedDisk

The list of vm managed disk details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AEnableProtectionInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AEnableProtectionInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AEnableProtectionInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to