InMageRcmEnableProtectionContent 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 specific enable protection input.
public class InMageRcmEnableProtectionContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableProtectionProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmEnableProtectionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmEnableProtectionContent>
type InMageRcmEnableProtectionContent = class
inherit EnableProtectionProviderSpecificContent
interface IJsonModel<InMageRcmEnableProtectionContent>
interface IPersistableModel<InMageRcmEnableProtectionContent>
Public Class InMageRcmEnableProtectionContent
Inherits EnableProtectionProviderSpecificContent
Implements IJsonModel(Of InMageRcmEnableProtectionContent), IPersistableModel(Of InMageRcmEnableProtectionContent)
- Inheritance
- Implements
Constructors
InMageRcmEnableProtectionContent(String, ResourceIdentifier, Guid) |
Initializes a new instance of InMageRcmEnableProtectionContent. |
Properties
DisksDefault |
The default disk input. |
DisksToInclude |
The disks to include list. |
FabricDiscoveryMachineId |
The ARM Id of discovered machine. |
LicenseType |
The license type. |
LinuxLicenseType |
The license type for Linux VM's. |
MultiVmGroupName |
The multi VM group name. |
ProcessServerId |
The process server Id. |
RunAsAccountId |
The run-as account Id. |
SeedManagedDiskTags |
The tags for the seed managed disks. |
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 selected 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. |
TargetSubnetName |
The selected target subnet name. |
TargetVmName |
The target VM name. |
TargetVmSecurityProfile |
The target VM security profile. |
TargetVmSize |
The target VM size. |
TargetVmTags |
The target VM tags. |
TestNetworkId |
The selected test network ARM Id. |
TestSubnetName |
The selected test subnet name. |
UserSelectedOSName |
The OS name selected by user. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |