ArmNetworkCloudModelFactory.ClusterCapacity 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.
Initializes a new instance of ClusterCapacity.
public static Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity ClusterCapacity (long? availableApplianceStorageGB = default, long? availableCoreCount = default, long? availableHostStorageGB = default, long? availableMemoryGB = default, long? totalApplianceStorageGB = default, long? totalCoreCount = default, long? totalHostStorageGB = default, long? totalMemoryGB = default);
static member ClusterCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity
Public Shared Function ClusterCapacity (Optional availableApplianceStorageGB As Nullable(Of Long) = Nothing, Optional availableCoreCount As Nullable(Of Long) = Nothing, Optional availableHostStorageGB As Nullable(Of Long) = Nothing, Optional availableMemoryGB As Nullable(Of Long) = Nothing, Optional totalApplianceStorageGB As Nullable(Of Long) = Nothing, Optional totalCoreCount As Nullable(Of Long) = Nothing, Optional totalHostStorageGB As Nullable(Of Long) = Nothing, Optional totalMemoryGB As Nullable(Of Long) = Nothing) As ClusterCapacity
Parameters
The remaining appliance-based storage in GB available for workload use.
The remaining number of cores that are available in this cluster for workload use.
The remaining machine or host-based storage in GB available for workload use.
The remaining memory in GB that are available in this cluster for workload use.
The total appliance-based storage in GB supported by this cluster for workload use.
The total number of cores that are supported by this cluster for workload use.
The total machine or host-based storage in GB supported by this cluster for workload use.
Returns
A new ClusterCapacity instance for mocking.
Applies to
Azure SDK for .NET