Class VirtualMachineScaleSetInstanceViewInner

java.lang.Object
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetInstanceViewInner

public final class VirtualMachineScaleSetInstanceViewInner extends Object
The instance view of a virtual machine scale set.
  • Constructor Details

    • VirtualMachineScaleSetInstanceViewInner

      public VirtualMachineScaleSetInstanceViewInner()
  • Method Details

    • virtualMachine

      Get the virtualMachine property: The instance view status summary for the virtual machine scale set.
      Returns:
      the virtualMachine value.
    • extensions

      Get the extensions property: The extensions information.
      Returns:
      the extensions value.
    • statuses

      public List<InstanceViewStatus> statuses()
      Get the statuses property: The resource status information.
      Returns:
      the statuses value.
    • withStatuses

      Set the statuses property: The resource status information.
      Parameters:
      statuses - the statuses value to set.
      Returns:
      the VirtualMachineScaleSetInstanceViewInner object itself.
    • orchestrationServices

      public List<OrchestrationServiceSummary> orchestrationServices()
      Get the orchestrationServices property: The orchestration services information.
      Returns:
      the orchestrationServices value.
    • validate

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