Class VirtualMachineStatusCodeCount


  • public final class VirtualMachineStatusCodeCount
    extends Object
    The status code and count of the virtual machine scale set instance view status summary.
    • Constructor Detail

      • VirtualMachineStatusCodeCount

        public VirtualMachineStatusCodeCount()
    • Method Detail

      • code

        public String code()
        Get the code property: The instance view status code.
        Returns:
        the code value.
      • count

        public Integer count()
        Get the count property: The number of instances having a particular status code.
        Returns:
        the count value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.