Class VirtualMachineRunCommandsListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.VirtualMachineRunCommandsListResult
-
public final class VirtualMachineRunCommandsListResult extends Object
The List run command operation response.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineRunCommandsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of run commands.voidvalidate()Validates the instance.List<VirtualMachineRunCommandInner>value()Get the value property: The list of run commands.VirtualMachineRunCommandsListResultwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of run commands.VirtualMachineRunCommandsListResultwithValue(List<VirtualMachineRunCommandInner> value)Set the value property: The list of run commands.
-
-
-
Method Detail
-
value
public List<VirtualMachineRunCommandInner> value()
Get the value property: The list of run commands.- Returns:
- the value value.
-
withValue
public VirtualMachineRunCommandsListResult withValue(List<VirtualMachineRunCommandInner> value)
Set the value property: The list of run commands.- Parameters:
value- the value value to set.- Returns:
- the VirtualMachineRunCommandsListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of run commands.- Returns:
- the nextLink value.
-
withNextLink
public VirtualMachineRunCommandsListResult withNextLink(String nextLink)
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.
-
-