public interface com.microsoft.azure.management.resources.GenericResource extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.resources.implementation.ResourceManager, com.microsoft.azure.management.resources.implementation.GenericResourceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.resources.GenericResource>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.resources.GenericResource$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.GenericResource
  super_class: java.lang.Object
{
  public abstract java.lang.String resourceProviderNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String parentResourcePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String resourceType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String apiVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.resources.Plan plan();
    descriptor: ()Lcom/microsoft/azure/management/resources/Plan;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object properties();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/resources/implementation/ResourceManager;Lcom/microsoft/azure/management/resources/implementation/GenericResourceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/resources/GenericResource;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/resources/GenericResource$Update;>;
SourceFile: "GenericResource.java"
NestMembers:
  com.microsoft.azure.management.resources.GenericResource$Definition  com.microsoft.azure.management.resources.GenericResource$DefinitionStages  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$Blank  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithApiVersion  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithCreate  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithGroup  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithParentResource  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithPlan  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithProviderNamespace  com.microsoft.azure.management.resources.GenericResource$DefinitionStages$WithResourceType  com.microsoft.azure.management.resources.GenericResource$Update  com.microsoft.azure.management.resources.GenericResource$UpdateStages  com.microsoft.azure.management.resources.GenericResource$UpdateStages$WithApiVersion  com.microsoft.azure.management.resources.GenericResource$UpdateStages$WithParentResource  com.microsoft.azure.management.resources.GenericResource$UpdateStages$WithPlan  com.microsoft.azure.management.resources.GenericResource$UpdateStages$WithProperties
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.resources.GenericResource$Definition of com.microsoft.azure.management.resources.GenericResource
  public abstract DefinitionStages = com.microsoft.azure.management.resources.GenericResource$DefinitionStages of com.microsoft.azure.management.resources.GenericResource
  public abstract Update = com.microsoft.azure.management.resources.GenericResource$Update of com.microsoft.azure.management.resources.GenericResource
  public abstract UpdateStages = com.microsoft.azure.management.resources.GenericResource$UpdateStages of com.microsoft.azure.management.resources.GenericResource
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()