你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IClusterCapacity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterCapacityTypeConverter))]
public interface IClusterCapacity : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterCapacityTypeConverter))>]
type IClusterCapacity = interface
interface IJsonSerializable
Public Interface IClusterCapacity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AvailableApplianceStorageGb |
The remaining appliance-based storage in GB available for workload use. |
AvailableCoreCount |
The remaining number of cores that are available in this cluster for workload use. |
AvailableHostStorageGb |
The remaining machine or host-based storage in GB available for workload use. |
AvailableMemoryGb |
The remaining memory in GB that are available in this cluster for workload use. |
TotalApplianceStorageGb |
The total appliance-based storage in GB supported by this cluster for workload use. |
TotalCoreCount |
The total number of cores that are supported by this cluster for workload use. |
TotalHostStorageGb |
The total machine or host-based storage in GB supported by this cluster for workload use. |
TotalMemoryGb |
The total memory supported by this cluster for workload use. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |