IInMageRcmEnableProtectionInput Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmEnableProtectionInputTypeConverter))]
public interface IInMageRcmEnableProtectionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IEnableProtectionProviderSpecificInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmEnableProtectionInputTypeConverter))>]
type IInMageRcmEnableProtectionInput = interface
interface IJsonSerializable
interface IEnableProtectionProviderSpecificInput
Public Interface IInMageRcmEnableProtectionInput
Implements IEnableProtectionProviderSpecificInput
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DiskDefaultDiskEncryptionSetId |
The DiskEncryptionSet ARM Id. |
| DiskDefaultDiskSizeInGb |
The target disk size in GB. |
| DiskDefaultDiskType |
The disk type. |
| DiskDefaultIop |
The number of IOPS allowed for Premium V2 and Ultra disks. |
| DiskDefaultLogStorageAccountId |
The log storage account ARM Id. |
| DiskDefaultSectorSizeInByte |
The logical sector size (in bytes), 512 by default. |
| DiskDefaultThroughputInMbps |
The total throughput in Mbps for Premium V2 and Ultra disks. |
| DisksToInclude |
The disks to include list. |
| FabricDiscoveryMachineId |
The ARM Id of discovered machine. |
| InstanceType |
The class type. (Inherited from IEnableProtectionProviderSpecificInput) |
| 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. |
| SeedManagedDiskTag |
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. |
| TargetCapacityReservationGroupId |
The target capacity reservation group ARM Id. |
| TargetManagedDiskTag |
The tags for the target managed disks. |
| TargetNetworkId |
The selected target network ARM Id. |
| TargetNicTag |
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. |
| TargetVMSecurityProfileTargetVmconfidentialEncryption |
A value indicating whether confidential compute encryption to be enabled. |
| TargetVMSecurityProfileTargetVmmonitoring |
A value indicating whether integrity monitoring to be enabled. |
| TargetVMSecurityProfileTargetVmsecureBoot |
A value indicating whether secure boot to be enabled. |
| TargetVMSecurityProfileTargetVmsecurityType |
The target VM security type. |
| TargetVMSecurityProfileTargetVmtpm |
A value indicating whether trusted platform module to be enabled. |
| TargetVMSize |
The target VM size. |
| TargetVMTag |
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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |