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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET