public final class com.microsoft.azure.management.cdn.implementation.CdnManager extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<com.microsoft.azure.management.cdn.implementation.CdnManager, com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.CdnManager
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager
{
  private com.microsoft.azure.management.cdn.CdnProfiles profiles;
    descriptor: Lcom/microsoft/azure/management/cdn/CdnProfiles;
    flags: (0x0002) ACC_PRIVATE

  public static com.microsoft.azure.management.cdn.implementation.CdnManager$Configurable configure();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnManager$Configurable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new com.microsoft.azure.management.cdn.implementation.CdnManager$ConfigurableImpl
            dup
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnManager$ConfigurableImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.microsoft.azure.management.cdn.implementation.CdnManager authenticate(com.microsoft.azure.credentials.AzureTokenCredentials, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/AzureTokenCredentials;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
        start local 1 // java.lang.String subscriptionId
         0: .line 46
            new com.microsoft.azure.management.cdn.implementation.CdnManager
            dup
            new com.microsoft.rest.RestClient$Builder
            dup
            invokespecial com.microsoft.rest.RestClient$Builder.<init>:()V
         1: .line 47
            aload 0 /* credentials */
            invokevirtual com.microsoft.azure.credentials.AzureTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            getstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
            invokevirtual com.microsoft.rest.RestClient$Builder.withBaseUrl:(Lcom/microsoft/rest/protocol/Environment;Lcom/microsoft/rest/protocol/Environment$Endpoint;)Lcom/microsoft/rest/RestClient$Builder;
         2: .line 48
            aload 0 /* credentials */
            invokevirtual com.microsoft.rest.RestClient$Builder.withCredentials:(Lcom/microsoft/rest/credentials/ServiceClientCredentials;)Lcom/microsoft/rest/RestClient$Builder;
         3: .line 49
            new com.microsoft.azure.serializer.AzureJacksonAdapter
            dup
            invokespecial com.microsoft.azure.serializer.AzureJacksonAdapter.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withSerializerAdapter:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/RestClient$Builder;
         4: .line 50
            new com.microsoft.azure.AzureResponseBuilder$Factory
            dup
            invokespecial com.microsoft.azure.AzureResponseBuilder$Factory.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withResponseBuilderFactory:(Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;)Lcom/microsoft/rest/RestClient$Builder;
         5: .line 51
            new com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor
            dup
            aload 0 /* credentials */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.<init>:(Lcom/microsoft/azure/credentials/AzureTokenCredentials;)V
            invokevirtual com.microsoft.rest.RestClient$Builder.withInterceptor:(Lokhttp3/Interceptor;)Lcom/microsoft/rest/RestClient$Builder;
         6: .line 52
            new com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor
            dup
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.<init>:()V
            invokevirtual com.microsoft.rest.RestClient$Builder.withInterceptor:(Lokhttp3/Interceptor;)Lcom/microsoft/rest/RestClient$Builder;
         7: .line 53
            invokevirtual com.microsoft.rest.RestClient$Builder.build:()Lcom/microsoft/rest/RestClient;
            aload 1 /* subscriptionId */
         8: .line 46
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String subscriptionId
        end local 0 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0     credentials  Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            0    9     1  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      credentials     
      subscriptionId  

  public static com.microsoft.azure.management.cdn.implementation.CdnManager authenticate(com.microsoft.rest.RestClient, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.rest.RestClient restClient
        start local 1 // java.lang.String subscriptionId
         0: .line 64
            new com.microsoft.azure.management.cdn.implementation.CdnManager
            dup
            aload 0 /* restClient */
            aload 1 /* subscriptionId */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String subscriptionId
        end local 0 // com.microsoft.rest.RestClient restClient
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0      restClient  Lcom/microsoft/rest/RestClient;
            0    1     1  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      subscriptionId  

  private void <init>(com.microsoft.rest.RestClient, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnManager this
        start local 1 // com.microsoft.rest.RestClient restClient
        start local 2 // java.lang.String subscriptionId
         0: .line 94
            aload 0 /* this */
            aload 1 /* restClient */
         1: .line 95
            aload 2 /* subscriptionId */
         2: .line 96
            new com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            dup
            aload 1 /* restClient */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.<init>:(Lcom/microsoft/rest/RestClient;)V
            aload 2 /* subscriptionId */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.withSubscriptionId:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 97
            return
        end local 2 // java.lang.String subscriptionId
        end local 1 // com.microsoft.rest.RestClient restClient
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnManager this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/microsoft/azure/management/cdn/implementation/CdnManager;
            0    4     1      restClient  Lcom/microsoft/rest/RestClient;
            0    4     2  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      subscriptionId  

  public com.microsoft.azure.management.cdn.CdnProfiles profiles();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnProfiles;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnManager this
         0: .line 103
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnManager.profiles:Lcom/microsoft/azure/management/cdn/CdnProfiles;
            ifnonnull 2
         1: .line 104
            aload 0 /* this */
            new com.microsoft.azure.management.cdn.implementation.CdnProfilesImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfilesImpl.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnManager;)V
            putfield com.microsoft.azure.management.cdn.implementation.CdnManager.profiles:Lcom/microsoft/azure/management/cdn/CdnProfiles;
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnManager.profiles:Lcom/microsoft/azure/management/cdn/CdnProfiles;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnManager;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/Manager<Lcom/microsoft/azure/management/cdn/implementation/CdnManager;Lcom/microsoft/azure/management/cdn/implementation/CdnManagementClientImpl;>;
SourceFile: "CdnManager.java"
NestMembers:
  com.microsoft.azure.management.cdn.implementation.CdnManager$Configurable  com.microsoft.azure.management.cdn.implementation.CdnManager$ConfigurableImpl
InnerClasses:
  public final Endpoint = com.microsoft.azure.AzureEnvironment$Endpoint of com.microsoft.azure.AzureEnvironment
  public final Factory = com.microsoft.azure.AzureResponseBuilder$Factory of com.microsoft.azure.AzureResponseBuilder
  public abstract Configurable = com.microsoft.azure.management.cdn.implementation.CdnManager$Configurable of com.microsoft.azure.management.cdn.implementation.CdnManager
  private ConfigurableImpl = com.microsoft.azure.management.cdn.implementation.CdnManager$ConfigurableImpl of com.microsoft.azure.management.cdn.implementation.CdnManager
  public Builder = com.microsoft.rest.RestClient$Builder of com.microsoft.rest.RestClient
  public abstract Endpoint = com.microsoft.rest.protocol.Environment$Endpoint of com.microsoft.rest.protocol.Environment
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder