InMageRcmUpdateReplicationProtectedItemContent 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.
InMageRcm provider specific input to update replication protected item.
public class InMageRcmUpdateReplicationProtectedItemContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UpdateReplicationProtectedItemProviderContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmUpdateReplicationProtectedItemContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmUpdateReplicationProtectedItemContent>
type InMageRcmUpdateReplicationProtectedItemContent = class
inherit UpdateReplicationProtectedItemProviderContent
interface IJsonModel<InMageRcmUpdateReplicationProtectedItemContent>
interface IPersistableModel<InMageRcmUpdateReplicationProtectedItemContent>
Public Class InMageRcmUpdateReplicationProtectedItemContent
Inherits UpdateReplicationProtectedItemProviderContent
Implements IJsonModel(Of InMageRcmUpdateReplicationProtectedItemContent), IPersistableModel(Of InMageRcmUpdateReplicationProtectedItemContent)
- Inheritance
- Implements
Constructors
InMageRcmUpdateReplicationProtectedItemContent() |
Initializes a new instance of InMageRcmUpdateReplicationProtectedItemContent. |
Properties
LicenseType |
The license type. |
LinuxLicenseType |
The license type for Linux VM's. |
SqlServerLicenseType |
The SQL Server license type. |
TargetAvailabilitySetId |
The target availability set ARM Id. |
TargetAvailabilityZone |
The target availability zone. |
TargetBootDiagnosticsStorageAccountId |
The target boot diagnostics storage account ARM Id. |
TargetManagedDiskTags |
The tags for the target managed disks. |
TargetNetworkId |
The target network ARM Id. |
TargetNicTags |
The tags for the target NICs. |
TargetProximityPlacementGroupId |
The target proximity placement group Id. |
TargetResourceGroupId |
The target resource group ARM Id. |
TargetVmName |
The target VM name. |
TargetVmSize |
The target VM size. |
TargetVmTags |
The target VM tags. |
TestNetworkId |
The test network ARM Id. |
UserSelectedOSName |
The OS name selected by user. |
VmNics |
The list of NIC details. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |