Interface UpdateWorkspaceQuotasResult
public interface UpdateWorkspaceQuotasResult
An immutable client-side representation of UpdateWorkspaceQuotasResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.UpdateWorkspaceQuotasResultInner object.nextLink()Gets the nextLink property: The URI to fetch the next page of workspace quota update result.value()Gets the value property: The list of workspace quota update result.
-
Method Details
-
value
List<UpdateWorkspaceQuotas> 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
UpdateWorkspaceQuotasResultInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UpdateWorkspaceQuotasResultInner object.- Returns:
- the inner object.
-