HyperVReplicaAzureEnableProtectionContent Class
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.
HyperVReplicaAzure specific enable protection input.
public class HyperVReplicaAzureEnableProtectionContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableProtectionProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureEnableProtectionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureEnableProtectionContent>
type HyperVReplicaAzureEnableProtectionContent = class
inherit EnableProtectionProviderSpecificContent
interface IJsonModel<HyperVReplicaAzureEnableProtectionContent>
interface IPersistableModel<HyperVReplicaAzureEnableProtectionContent>
Public Class HyperVReplicaAzureEnableProtectionContent
Inherits EnableProtectionProviderSpecificContent
Implements IJsonModel(Of HyperVReplicaAzureEnableProtectionContent), IPersistableModel(Of HyperVReplicaAzureEnableProtectionContent)
- Inheritance
- Implements
Constructors
HyperVReplicaAzureEnableProtectionContent() |
Initializes a new instance of HyperVReplicaAzureEnableProtectionContent. |
Properties
DiskEncryptionSetId |
The DiskEncryptionSet ARM Id. |
DisksToInclude |
The list of VHD Ids of disks to be protected. |
DisksToIncludeForManagedDisks |
The disks to include list for managed disks. |
DiskType |
The DiskType. |
EnableRdpOnTargetOption |
The selected option to enable RDP\SSH on target vm after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. |
HyperVHostVmId |
The Hyper-V host VM Id. |
LicenseType |
License type. |
LogStorageAccountId |
The storage account to be used for logging during replication. |
OSType |
The OS type associated with VM. |
SeedManagedDiskTags |
The tags for the seed managed disks. |
SqlServerLicenseType |
The SQL Server license type. |
TargetAvailabilitySetId |
The target availability set ARM Id for resource manager deployment. |
TargetAvailabilityZone |
The target availability zone. |
TargetAzureNetworkId |
The selected target Azure network Id. |
TargetAzureSubnetId |
The selected target Azure subnet Id. |
TargetAzureV1ResourceGroupId |
The Id of the target resource group (for classic deployment) in which the failover VM is to be created. |
TargetAzureV2ResourceGroupId |
The Id of the target resource group (for resource manager deployment) in which the failover VM is to be created. |
TargetAzureVmName |
The target azure VM Name. |
TargetManagedDiskTags |
The tags for the target managed disks. |
TargetNicTags |
The tags for the target NICs. |
TargetProximityPlacementGroupId |
The proximity placement group ARM Id. |
TargetStorageAccountId |
The storage account Id. |
TargetVmSize |
The target VM size. |
TargetVmTags |
The target VM tags. |
UseManagedDisks |
A value indicating whether managed disks should be used during failover. |
UseManagedDisksForReplication |
A value indicating whether managed disks should be used during replication. |
VhdId |
The OS disk VHD id associated with VM. |
VmName |
The VM Name. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET