Class RunCommandResultInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.RunCommandResultInner
The RunCommandResult model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Run command operation response.withValue(List<InstanceViewStatus> value) Set the value property: Run command operation response.
-
Constructor Details
-
RunCommandResultInner
public RunCommandResultInner()
-
-
Method Details
-
value
Get the value property: Run command operation response.- Returns:
- the value value.
-
withValue
Set the value property: Run command operation response.- Parameters:
value- the value value to set.- Returns:
- the RunCommandResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-