IVMwareToAzStackHciprotectedItemModelCustomPropertiesUpdate 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.Api20240901.VMwareToAzStackHciprotectedItemModelCustomPropertiesUpdateTypeConverter))]
public interface IVMwareToAzStackHciprotectedItemModelCustomPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelCustomPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.VMwareToAzStackHciprotectedItemModelCustomPropertiesUpdateTypeConverter))>]
type IVMwareToAzStackHciprotectedItemModelCustomPropertiesUpdate = interface
interface IJsonSerializable
interface IProtectedItemModelCustomPropertiesUpdate
Public Interface IVMwareToAzStackHciprotectedItemModelCustomPropertiesUpdate
Implements IProtectedItemModelCustomPropertiesUpdate
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DynamicMemoryConfig |
Protected item dynamic memory config. |
| InstanceType |
Discriminator property for ProtectedItemModelCustomPropertiesUpdate. (Inherited from IProtectedItemModelCustomPropertiesUpdate) |
| IsDynamicRam |
Gets or sets a value indicating whether memory is dynamical. |
| NicsToInclude |
Gets or sets the list of VM NIC to replicate. |
| OSType |
Gets or sets the type of the OS. |
| TargetCpuCore |
Gets or sets the target CPU cores. |
| TargetMemoryInMegaByte |
Gets or sets the target memory in mega-bytes. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |