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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java