ArmDataBoxEdgeModelFactory.EdgeClusterGpuCapacity 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.
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.
The GPU units count reserved for failover in the cluster.
Returns
A new EdgeClusterGpuCapacity instance for mocking.