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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET