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

VirtualMachineStatusCodeCount Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualMachineStatusCodeCount

public class VirtualMachineStatusCodeCount

The status code and count of the virtual machine scale set instance view status summary.

Method Summary

Modifier and Type Method and Description
String code()

Get the code value.

Integer count()

Get the count value.

Method Details

code

public String code()

Get the code value.

Returns:

the code value

count

public Integer count()

Get the count value.

Returns:

the count value

Applies to