Partager via


ArmHybridComputeModelFactory.HybridComputeProcessor Method

Definition

Initializes a new instance of HybridComputeProcessor.

public static Azure.ResourceManager.HybridCompute.Models.HybridComputeProcessor HybridComputeProcessor (string name = default, int? numberOfCores = default);
static member HybridComputeProcessor : string * Nullable<int> -> Azure.ResourceManager.HybridCompute.Models.HybridComputeProcessor
Public Shared Function HybridComputeProcessor (Optional name As String = Nothing, Optional numberOfCores As Nullable(Of Integer) = Nothing) As HybridComputeProcessor

Parameters

name
String

The name of the processor.

numberOfCores
Nullable<Int32>

The total number of physical cores on the processor.

Returns

A new HybridComputeProcessor instance for mocking.

Applies to