ArmDataBoxEdgeModelFactory.EdgeClusterCapacityViewInfo 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.EdgeClusterCapacityViewInfo EdgeClusterCapacityViewInfo(string fqdn = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity gpuCapacity = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterMemoryCapacity memoryCapacity = default, DateTimeOffset? lastRefreshedOn = default, long? totalProvisionedNonHpnCores = default);
static member EdgeClusterCapacityViewInfo : string * Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterGpuCapacity * Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterMemoryCapacity * Nullable<DateTimeOffset> * Nullable<int64> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterCapacityViewInfo
Public Shared Function EdgeClusterCapacityViewInfo (Optional fqdn As String = Nothing, Optional gpuCapacity As EdgeClusterGpuCapacity = Nothing, Optional memoryCapacity As EdgeClusterMemoryCapacity = Nothing, Optional lastRefreshedOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalProvisionedNonHpnCores As Nullable(Of Long) = Nothing) As EdgeClusterCapacityViewInfo
Parameters
- fqdn
- String
The FQDN of the cluster.
- gpuCapacity
- EdgeClusterGpuCapacity
The cluster's GPU capacity.
- memoryCapacity
- EdgeClusterMemoryCapacity
The cluster's memory capacity.
- lastRefreshedOn
- Nullable<DateTimeOffset>
The last time at which the ClusterCapacityViewData was set.
The total # of vCPUs provisioned by non-HPN VM per appliance.
Returns
A new EdgeClusterCapacityViewInfo instance for mocking.