次の方法で共有


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