public interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, 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.arm.models.Resource
  super_class: java.lang.Object
{
  public abstract java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.microsoft.azure.management.resources.fluentcore.arm.Region region();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Map<java.lang.String, java.lang.String> tags();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
}
SourceFile: "Resource.java"
NestMembers:
  com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$DefinitionWithRegion  com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$DefinitionWithTags  com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$UpdateWithTags
InnerClasses:
  public abstract DefinitionWithRegion = com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$DefinitionWithRegion of com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
  public abstract DefinitionWithTags = com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$DefinitionWithTags of com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
  public abstract UpdateWithTags = com.microsoft.azure.management.resources.fluentcore.arm.models.Resource$UpdateWithTags of com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()