ArmHybridComputeModelFactory.HybridComputeHardwareProfile 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.
Initializes a new instance of HybridComputeHardwareProfile.
public static Azure.ResourceManager.HybridCompute.Models.HybridComputeHardwareProfile HybridComputeHardwareProfile(long? totalPhysicalMemoryInBytes = default, int? numberOfCpuSockets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridCompute.Models.HybridComputeProcessor> processors = default);
static member HybridComputeHardwareProfile : Nullable<int64> * Nullable<int> * seq<Azure.ResourceManager.HybridCompute.Models.HybridComputeProcessor> -> Azure.ResourceManager.HybridCompute.Models.HybridComputeHardwareProfile
Public Shared Function HybridComputeHardwareProfile (Optional totalPhysicalMemoryInBytes As Nullable(Of Long) = Nothing, Optional numberOfCpuSockets As Nullable(Of Integer) = Nothing, Optional processors As IEnumerable(Of HybridComputeProcessor) = Nothing) As HybridComputeHardwareProfile
Parameters
- processors
- IEnumerable<HybridComputeProcessor>
The physical processors of the machine.
Returns
A new HybridComputeHardwareProfile instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET