RunCommandResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. RunCommandResultInner
- com.
Implements
public final class RunCommandResultInner
implements JsonSerializable<RunCommandResultInner>
The RunCommandResult model.
Constructor Summary
Constructor | Description |
---|---|
RunCommandResultInner() |
Creates an instance of Run |
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. |
Run |
withValue(List<InstanceViewStatus> value)
Set the value property: Run command operation response. |
Methods inherited from java.lang.Object
Constructor Details
RunCommandResultInner
public RunCommandResultInner()
Creates an instance of RunCommandResultInner class.
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
Get the value property: Run command operation response.
Returns:
withValue
public RunCommandResultInner withValue(List
Set the value property: Run command operation response.
Parameters:
Returns:
Applies to
Azure SDK for Java