InMageAzureV2UpdateReplicationProtectedItemInput 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.
InMage Azure V2 input to update replication protected item.
[Newtonsoft.Json.JsonObject("InMageAzureV2")]
public class InMageAzureV2UpdateReplicationProtectedItemInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateReplicationProtectedItemProviderInput
[<Newtonsoft.Json.JsonObject("InMageAzureV2")>]
type InMageAzureV2UpdateReplicationProtectedItemInput = class
inherit UpdateReplicationProtectedItemProviderInput
Public Class InMageAzureV2UpdateReplicationProtectedItemInput
Inherits UpdateReplicationProtectedItemProviderInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
InMageAzureV2UpdateReplicationProtectedItemInput() |
Initializes a new instance of the InMageAzureV2UpdateReplicationProtectedItemInput class. |
InMageAzureV2UpdateReplicationProtectedItemInput(String, String, String, String, String, IDictionary<String,String>, IDictionary<String, String>, IDictionary<String,String>, String, IList<UpdateDiskInput>) |
Initializes a new instance of the InMageAzureV2UpdateReplicationProtectedItemInput class. |
Properties
RecoveryAzureV1ResourceGroupId |
Gets or sets the recovery Azure resource group Id for classic deployment. |
RecoveryAzureV2ResourceGroupId |
Gets or sets the recovery Azure resource group Id for resource manager deployment. |
SqlServerLicenseType |
Gets or sets the SQL Server license type. Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' |
TargetAvailabilityZone |
Gets or sets the target availability zone. |
TargetManagedDiskTags |
Gets or sets the tags for the target managed disks. |
TargetNicTags |
Gets or sets the tags for the target NICs. |
TargetProximityPlacementGroupId |
Gets or sets the target proximity placement group Id. |
TargetVMTags |
Gets or sets the target VM tags. |
UseManagedDisks |
Gets or sets a value indicating whether managed disks should be used during failover. |
VMDisks |
Gets or sets the list of disk update properties. |