ArmDataBoxEdgeModelFactory.EdgeClusterMemoryCapacity Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterMemoryCapacity EdgeClusterMemoryCapacity(double? clusterFreeMemoryInMB = default, double? clusterUsedMemoryInMB = default, double? clusterFailoverMemoryInMB = default, double? clusterFragmentationMemoryInMB = default, double? clusterHyperVReserveMemoryMb = default, double? clusterInfraVmMemoryInMB = default, double? clusterTotalMemoryInMB = default, double? clusterNonFailoverVmInMB = default, double? clusterMemoryUsedByVmsInMB = default);
static member EdgeClusterMemoryCapacity : Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeClusterMemoryCapacity
Public Shared Function EdgeClusterMemoryCapacity (Optional clusterFreeMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterUsedMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterFailoverMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterFragmentationMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterHyperVReserveMemoryMb As Nullable(Of Double) = Nothing, Optional clusterInfraVmMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterTotalMemoryInMB As Nullable(Of Double) = Nothing, Optional clusterNonFailoverVmInMB As Nullable(Of Double) = Nothing, Optional clusterMemoryUsedByVmsInMB As Nullable(Of Double) = Nothing) As EdgeClusterMemoryCapacity

Parameters

clusterFreeMemoryInMB
Nullable<Double>

The free memory in the cluster in MB.

clusterUsedMemoryInMB
Nullable<Double>

The used memory in the cluster in MB.

clusterFailoverMemoryInMB
Nullable<Double>

The failover memory in the cluster in MB.

clusterFragmentationMemoryInMB
Nullable<Double>

The fragmentation memory in the cluster in MB.

clusterHyperVReserveMemoryMb
Nullable<Double>

The memory reserved for Hyper-V in the cluster in MB.

clusterInfraVmMemoryInMB
Nullable<Double>

The memory of the Infra VM in the cluster in MB.

clusterTotalMemoryInMB
Nullable<Double>

The total memory in the cluster in MB.

clusterNonFailoverVmInMB
Nullable<Double>

The non-failover memory in the cluster in MB.

clusterMemoryUsedByVmsInMB
Nullable<Double>

The memory used by VMs in the cluster in MB.

Returns

A new EdgeClusterMemoryCapacity instance for mocking.

Applies to