Class DeploymentOperationsListResult
java.lang.Object
com.azure.resourcemanager.resources.models.DeploymentOperationsListResult
List of deployment operations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DeploymentOperationsListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.value()Get the value property: An array of deployment operations.withValue(List<DeploymentOperationInner> value) Set the value property: An array of deployment operations.
-
Constructor Details
-
DeploymentOperationsListResult
public DeploymentOperationsListResult()Creates an instance of DeploymentOperationsListResult class.
-
-
Method Details
-
value
Get the value property: An array of deployment operations.- Returns:
- the value value.
-
withValue
Set the value property: An array of deployment operations.- Parameters:
value- the value value to set.- Returns:
- the DeploymentOperationsListResult object itself.
-
nextLink
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-