ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciProtectedItemCustomPropertiesUpdate Method

Definition

HyperV to AzStackHCI Protected item model custom properties.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciProtectedItemCustomPropertiesUpdate HyperVToAzStackHciProtectedItemCustomPropertiesUpdate(System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput> nicsToInclude = default, int? targetCpuCores = default, bool? isDynamicRam = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig dynamicMemoryConfig = default, int? targetMemoryInMegaBytes = default, string osType = default);
static member HyperVToAzStackHciProtectedItemCustomPropertiesUpdate : seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput> * Nullable<int> * Nullable<bool> * Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig * Nullable<int> * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciProtectedItemCustomPropertiesUpdate
Public Shared Function HyperVToAzStackHciProtectedItemCustomPropertiesUpdate (Optional nicsToInclude As IEnumerable(Of HyperVToAzStackHciNicInput) = 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 HyperVToAzStackHciProtectedItemCustomPropertiesUpdate

Parameters

nicsToInclude
IEnumerable<HyperVToAzStackHciNicInput>

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 HyperVToAzStackHciProtectedItemCustomPropertiesUpdate instance for mocking.

Applies to