InMageAzureV2EnableProtectionContent 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.
VMware Azure specific enable protection input.
public class InMageAzureV2EnableProtectionContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableProtectionProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2EnableProtectionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2EnableProtectionContent>
type InMageAzureV2EnableProtectionContent = class
inherit EnableProtectionProviderSpecificContent
interface IJsonModel<InMageAzureV2EnableProtectionContent>
interface IPersistableModel<InMageAzureV2EnableProtectionContent>
Public Class InMageAzureV2EnableProtectionContent
Inherits EnableProtectionProviderSpecificContent
Implements IJsonModel(Of InMageAzureV2EnableProtectionContent), IPersistableModel(Of InMageAzureV2EnableProtectionContent)
- Inheritance
- Implements
Constructors
InMageAzureV2EnableProtectionContent() |
Initializes a new instance of InMageAzureV2EnableProtectionContent. |
Properties
DiskEncryptionSetId |
The DiskEncryptionSet ARM Id. |
DisksToInclude |
The disks to include list. |
DiskType |
The DiskType. |
EnableRdpOnTargetOption |
The selected option to enable RDP\SSH on target VM after failover. String value of SrsDataContract.EnableRDPOnTargetOption enum. |
LicenseType |
License type. |
LogStorageAccountId |
The storage account to be used for logging during replication. |
MasterTargetId |
The Master target Id. |
MultiVmGroupId |
The multi VM group Id. |
MultiVmGroupName |
The multi VM group name. |
ProcessServerId |
The Process Server Id. |
RunAsAccountId |
The CS account Id. |
SeedManagedDiskTags |
The tags for the seed managed disks. |
SqlServerLicenseType |
The SQL Server license type. |
StorageAccountId |
The storage account Id. |
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. |
TargetVmSize |
The target VM size. |
TargetVmTags |
The target VM tags. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET