public interface com.microsoft.azure.management.compute.RunCommandResult extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.RunCommandResultInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.RunCommandResult
  super_class: java.lang.Object
{
  public abstract java.util.List<com.microsoft.azure.management.compute.InstanceViewStatus> value();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/compute/InstanceViewStatus;>;
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/compute/implementation/RunCommandResultInner;>;
SourceFile: "RunCommandResult.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()