VirtualMachineStatusCodeCount Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineStatusCodeCount
- com.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java