public interface com.microsoft.azure.management.resources.fluentcore.model.Creatable<T> extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.model.Creatable
  super_class: java.lang.Object
{
  public abstract T create();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.rest.ServiceFuture<T> createAsync(com.microsoft.rest.ServiceCallback<T>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/rest/ServiceCallback<TT;>;)Lcom/microsoft/rest/ServiceFuture<TT;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
    MethodParameters:
          Name  Flags
      callback  

  public abstract rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> createAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasName;
SourceFile: "Creatable.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "ResourceActions", CreateAsyncMultiThreadMethodParam = true)