Interface UpdateWorkspaceQuotasResult


public interface UpdateWorkspaceQuotasResult
An immutable client-side representation of UpdateWorkspaceQuotasResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UpdateWorkspaceQuotasResultInner object.
    Gets the nextLink property: The URI to fetch the next page of workspace quota update result.
    Gets the value property: The list of workspace quota update result.
  • Method Details

    • value

      Gets the value property: The list of workspace quota update result.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UpdateWorkspaceQuotasResultInner object.
      Returns:
      the inner object.