UpdateWorkspaceQuotasResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner

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 nextLink property: The URI to fetch the next page of workspace quota update result.

void validate()

Validates the instance.

List<UpdateWorkspaceQuotas> 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:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of workspace quota update result.

Returns:

the value value.

Applies to