Class RunCommandListResult
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RunCommandListResult
-
public final class RunCommandListResult extends Object
The List Virtual Machine operation response.
-
-
Constructor Summary
Constructors Constructor Description RunCommandListResult()
-
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<RunCommandDocumentBaseInner>value()Get the value property: The list of virtual machine run commands.RunCommandListResultwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of run commands.RunCommandListResultwithValue(List<RunCommandDocumentBaseInner> value)Set the value property: The list of virtual machine run commands.
-
-
-
Method Detail
-
value
public List<RunCommandDocumentBaseInner> value()
Get the value property: The list of virtual machine run commands.- Returns:
- the value value.
-
withValue
public RunCommandListResult withValue(List<RunCommandDocumentBaseInner> value)
Set the value property: The list of virtual machine run commands.- Parameters:
value- the value value to set.- Returns:
- the RunCommandListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands.- Returns:
- the nextLink value.
-
withNextLink
public RunCommandListResult withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the RunCommandListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-