Class RunCommandResultInner

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

public final class RunCommandResultInner extends Object
The RunCommandResult model.
  • Constructor Details

    • RunCommandResultInner

      public RunCommandResultInner()
      Creates an instance of RunCommandResultInner class.
  • Method Details

    • value

      public List<InstanceViewStatus> value()
      Get the value property: Run command operation response.
      Returns:
      the value value.
    • withValue

      public RunCommandResultInner withValue(List<InstanceViewStatus> value)
      Set the value property: Run command operation response.
      Parameters:
      value - the value value to set.
      Returns:
      the RunCommandResultInner object itself.
    • validate

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