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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET