Class VirtualMachineRunCommandsListResult
java.lang.Object
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandsListResult
The List run command operation response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualMachineRunCommandsListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of run commands.voidvalidate()Validates the instance.value()Get the value property: The list of run commands.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of run commands.Set the value property: The list of run commands.
-
Constructor Details
-
VirtualMachineRunCommandsListResult
public VirtualMachineRunCommandsListResult()Creates an instance of VirtualMachineRunCommandsListResult class.
-
-
Method Details
-
value
Get the value property: The list of run commands.- Returns:
- the value value.
-
withValue
Set the value property: The list of run commands.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineRunCommandsListResult object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of run commands.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of run commands.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the VirtualMachineRunCommandsListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-