Class OperationList

java.lang.Object
com.azure.resourcemanager.security.models.OperationList

public final class OperationList extends Object
List of possible operations for Microsoft.Security resource provider.
  • Constructor Details

    • OperationList

      public OperationList()
  • Method Details

    • value

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

      public OperationList withValue(List<OperationInner> value)
      Set the value property: List of Security operations.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page.
      Returns:
      the nextLink value.
    • validate

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