Class ComputeOperationListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ComputeOperationListResult
-
public final class ComputeOperationListResult extends Object
The List Compute Operation operation response.
-
-
Constructor Summary
Constructors Constructor Description ComputeOperationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ComputeOperationValueInner>value()Get the value property: The list of compute operations.
-
-
-
Method Detail
-
value
public List<ComputeOperationValueInner> value()
Get the value property: The list of compute operations.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-