你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudCapacity interface

Cloud Capacity model

Properties

cpuCount

CPUCount specifies the maximum number of CPUs that can be allocated in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

memoryMB

MemoryMB specifies a memory usage limit in megabytes. NOTE: This property will not be serialized. It can only be populated by the server.

vmCount

VMCount gives the max number of VMs that can be deployed in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

cpuCount

CPUCount specifies the maximum number of CPUs that can be allocated in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

cpuCount?: number

Property Value

number

memoryMB

MemoryMB specifies a memory usage limit in megabytes. NOTE: This property will not be serialized. It can only be populated by the server.

memoryMB?: number

Property Value

number

vmCount

VMCount gives the max number of VMs that can be deployed in the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

vmCount?: number

Property Value

number