ArmDataBoxEdgeModelFactory.EdgeClusterMemoryCapacity 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.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
Returns
A new EdgeClusterMemoryCapacity instance for mocking.