public final class RunCommandListResult extends Object
Constructor and Description |
---|
RunCommandListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The uri to fetch the next page of run commands.
|
void |
validate()
Validates the instance.
|
List<RunCommandDocumentBaseInner> |
value()
Get the value property: The list of virtual machine run commands.
|
RunCommandListResult |
withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of run commands.
|
RunCommandListResult |
withValue(List<RunCommandDocumentBaseInner> value)
Set the value property: The list of virtual machine run commands.
|
public List<RunCommandDocumentBaseInner> value()
public RunCommandListResult withValue(List<RunCommandDocumentBaseInner> value)
value
- the value value to set.public String nextLink()
public RunCommandListResult withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.