UpdateWorkspaceQuotasResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearningservices. fluent. models. UpdateWorkspaceQuotasResultInner
- com.
public final class UpdateWorkspaceQuotasResultInner
The result of update workspace quota.
Constructor Summary
Constructor | Description | |
---|---|---|
UpdateWorkspaceQuotasResultInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the next |
void |
validate()
Validates the instance. |
List<Update |
value()
Get the value property: The list of workspace quota update result. |
Methods inherited from java.lang.Object
Constructor Details
UpdateWorkspaceQuotasResultInner
public UpdateWorkspaceQuotasResultInner()
Method Details
nextLink
public String nextLink()
Get 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:
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The list of workspace quota update result.
Returns:
Applies to
Azure SDK for Java