public class RunCommandResult extends Object
| Constructor and Description |
|---|
RunCommandResult() |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceViewStatus> |
value()
Run command operation response.
|
RunCommandResult |
withValue(List<InstanceViewStatus> value)
Set Run command operation response.
|
public List<InstanceViewStatus> value()
public RunCommandResult withValue(List<InstanceViewStatus> value)
value - the Run command operation response value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/