Class OperationListInner

java.lang.Object
com.azure.resourcemanager.attestation.fluent.models.OperationListInner

public final class OperationListInner extends Object
List of supported operations.
  • Constructor Details

    • OperationListInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • value

      public List<OperationsDefinition> value()
      Get the value property: List of supported operations.
      Returns:
      the value value.
    • withValue

      public OperationListInner withValue(List<OperationsDefinition> value)
      Set the value property: List of supported operations.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationListInner object itself.
    • validate

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