OperationListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.OperationListResult

public final class OperationListResult

An array of operations supported by the resource provider.

Constructor Summary

Constructor Description
OperationListResult()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<OperationInner> value()

Get the value property: List of AML workspace operations supported by the AML workspace resource provider.

OperationListResult withValue(List<OperationInner> value)

Set the value property: List of AML workspace operations supported by the AML workspace resource provider.

Methods inherited from java.lang.Object

Constructor Details

OperationListResult

public OperationListResult()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of AML workspace operations supported by the AML workspace resource provider.

Returns:

the value value.

withValue

public OperationListResult withValue(List value)

Set the value property: List of AML workspace operations supported by the AML workspace resource provider.

Parameters:

value - the value value to set.

Returns:

the OperationListResult object itself.

Applies to