ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciProtectedItemCustomPropertiesUpdate Method
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.
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.
- dynamicMemoryConfig
- ProtectedItemDynamicMemoryConfig
Protected item dynamic memory config.
- osType
- String
Gets or sets the type of the OS.
Returns
A new HyperVToAzStackHciProtectedItemCustomPropertiesUpdate instance for mocking.