public final class RunCommandResultInner extends Object
| Constructor and Description |
|---|
RunCommandResultInner() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<InstanceViewStatus> |
value()
Get the value property: Run command operation response.
|
RunCommandResultInner |
withValue(List<InstanceViewStatus> value)
Set the value property: Run command operation response.
|
public List<InstanceViewStatus> value()
public RunCommandResultInner withValue(List<InstanceViewStatus> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.