RunCommandResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. RunCommandResultInner
- com.
Implements
public final class RunCommandResultInner
implements JsonSerializable<RunCommandResultInner>
The RunCommandResult model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Instance |
value()
Get the value property: Run command operation response. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RunCommandResultInner fromJson(JsonReader jsonReader)
Reads an instance of RunCommandResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<InstanceViewStatus> value()
Get the value property: Run command operation response.
Returns: