java.lang.Object
com.azure.resourcemanager.deploymentmanager.fluent.models.OperationsListInner

public final class OperationsListInner extends Object
The operations response.
  • Constructor Details

    • OperationsListInner

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

    • value

      public Operation value()
      Get the value property: The list of supported operations.
      Returns:
      the value value.
    • withValue

      public OperationsListInner withValue(Operation value)
      Set the value property: The list of supported operations.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationsListInner object itself.
    • validate

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