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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java