ArmDataBoxEdgeModelFactory.EdgeClusterGpuCapacity Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity EdgeClusterGpuCapacity(string gpuType = default, int? gpuUsedUnitsCount = default, int? gpuFreeUnitsCount = default, int? gpuReservedForFailoverUnitsCount = default, int? gpuTotalUnitsCount = default);
static member EdgeClusterGpuCapacity : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity
Public Shared Function EdgeClusterGpuCapacity (Optional gpuType As String = Nothing, Optional gpuUsedUnitsCount As Nullable(Of Integer) = Nothing, Optional gpuFreeUnitsCount As Nullable(Of Integer) = Nothing, Optional gpuReservedForFailoverUnitsCount As Nullable(Of Integer) = Nothing, Optional gpuTotalUnitsCount As Nullable(Of Integer) = Nothing) As EdgeClusterGpuCapacity

Parameters

gpuType
String

The cluster GPU Type.

gpuUsedUnitsCount
Nullable<Int32>

The used GPU units count in the cluster.

gpuFreeUnitsCount
Nullable<Int32>

The free GPU units count in the cluster.

gpuReservedForFailoverUnitsCount
Nullable<Int32>

The GPU units count reserved for failover in the cluster.

gpuTotalUnitsCount
Nullable<Int32>

The total GPU units count in the cluster.

Returns

A new EdgeClusterGpuCapacity instance for mocking.

Applies to