IA2AEnableProtectionInput Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AEnableProtectionInputTypeConverter))]
public interface IA2AEnableProtectionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IEnableProtectionProviderSpecificInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AEnableProtectionInputTypeConverter))>]
type IA2AEnableProtectionInput = interface
interface IJsonSerializable
interface IEnableProtectionProviderSpecificInput
Public Interface IA2AEnableProtectionInput
Implements IEnableProtectionProviderSpecificInput
- Derived
- Attributes
- Implements
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. (Inherited from IEnableProtectionProviderSpecificInput) |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |