ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciProtectedItemCustomPropertiesUpdate Method

Definition

VMware to AzStackHCI Protected item model custom properties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedItemCustomPropertiesUpdate VMwareToAzStackHciProtectedItemCustomPropertiesUpdate(System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput> nicsToInclude = default, int? targetCpuCores = default, bool? isDynamicRam = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig dynamicMemoryConfig = default, int? targetMemoryInMegaBytes = default, string osType = default);
static member VMwareToAzStackHciProtectedItemCustomPropertiesUpdate : seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput> * Nullable<int> * Nullable<bool> * Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig * Nullable<int> * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedItemCustomPropertiesUpdate
Public Shared Function VMwareToAzStackHciProtectedItemCustomPropertiesUpdate (Optional nicsToInclude As IEnumerable(Of VMwareToAzStackHciNicInput) = Nothing, Optional targetCpuCores As Nullable(Of Integer) = Nothing, Optional isDynamicRam As Nullable(Of Boolean) = Nothing, Optional dynamicMemoryConfig As ProtectedItemDynamicMemoryConfig = Nothing, Optional targetMemoryInMegaBytes As Nullable(Of Integer) = Nothing, Optional osType As String = Nothing) As VMwareToAzStackHciProtectedItemCustomPropertiesUpdate

Parameters

nicsToInclude
IEnumerable<VMwareToAzStackHciNicInput>

Gets or sets the list of VM NIC to replicate.

targetCpuCores
Nullable<Int32>

Gets or sets the target CPU cores.

isDynamicRam
Nullable<Boolean>

Gets or sets a value indicating whether memory is dynamical.

dynamicMemoryConfig
ProtectedItemDynamicMemoryConfig

Protected item dynamic memory config.

targetMemoryInMegaBytes
Nullable<Int32>

Gets or sets the target memory in mega-bytes.

osType
String

Gets or sets the type of the OS.

Returns

A new VMwareToAzStackHciProtectedItemCustomPropertiesUpdate instance for mocking.

Applies to