Class StoragePoolOperationListResult

java.lang.Object
com.azure.resourcemanager.storagepool.models.StoragePoolOperationListResult

public final class StoragePoolOperationListResult extends Object
List of operations supported by the RP.
  • Constructor Details

    • StoragePoolOperationListResult

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

    • value

      Get the value property: An array of operations supported by the StoragePool RP.
      Returns:
      the value value.
    • withValue

      Set the value property: An array of operations supported by the StoragePool RP.
      Parameters:
      value - the value value to set.
      Returns:
      the StoragePoolOperationListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URI to fetch the next section of the paginated response.
      Returns:
      the nextLink value.
    • withNextLink

      public StoragePoolOperationListResult withNextLink(String nextLink)
      Set the nextLink property: URI to fetch the next section of the paginated response.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the StoragePoolOperationListResult object itself.
    • validate

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