Class CommandOutputInner

java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.CommandOutputInner

public final class CommandOutputInner extends Object
Response of /command api.
  • Constructor Details

    • CommandOutputInner

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

    • commandOutput

      public String commandOutput()
      Get the commandOutput property: Output of the command.
      Returns:
      the commandOutput value.
    • withCommandOutput

      public CommandOutputInner withCommandOutput(String commandOutput)
      Set the commandOutput property: Output of the command.
      Parameters:
      commandOutput - the commandOutput value to set.
      Returns:
      the CommandOutputInner object itself.
    • validate

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