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