public final class com.microsoft.azure.management.appservice.implementation.AppServiceManager extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<com.microsoft.azure.management.appservice.implementation.AppServiceManager, com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceManager
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager
{
  private final com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager rbacManager;
    descriptor: Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.keyvault.implementation.KeyVaultManager keyVaultManager;
    descriptor: Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.storage.implementation.StorageManager storageManager;
    descriptor: Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.dns.implementation.DnsZoneManager dnsZoneManager;
    descriptor: Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.microsoft.azure.management.appservice.WebApps webApps;
    descriptor: Lcom/microsoft/azure/management/appservice/WebApps;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.AppServicePlans appServicePlans;
    descriptor: Lcom/microsoft/azure/management/appservice/AppServicePlans;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.AppServiceCertificateOrders appServiceCertificateOrders;
    descriptor: Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrders;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.AppServiceCertificates appServiceCertificates;
    descriptor: Lcom/microsoft/azure/management/appservice/AppServiceCertificates;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.AppServiceDomains appServiceDomains;
    descriptor: Lcom/microsoft/azure/management/appservice/AppServiceDomains;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.FunctionApps functionApps;
    descriptor: Lcom/microsoft/azure/management/appservice/FunctionApps;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.rest.RestClient restClient;
    descriptor: Lcom/microsoft/rest/RestClient;
    flags: (0x0002) ACC_PRIVATE

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

  public static com.microsoft.azure.management.appservice.implementation.AppServiceManager authenticate(com.microsoft.azure.credentials.AzureTokenCredentials, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/AzureTokenCredentials;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    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 67
            new com.microsoft.azure.management.appservice.implementation.AppServiceManager
            dup
            new com.microsoft.rest.RestClient$Builder
            dup
            invokespecial com.microsoft.rest.RestClient$Builder.<init>:()V
         1: .line 68
            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 69
            aload 0 /* credentials */
            invokevirtual com.microsoft.rest.RestClient$Builder.withCredentials:(Lcom/microsoft/rest/credentials/ServiceClientCredentials;)Lcom/microsoft/rest/RestClient$Builder;
         3: .line 70
            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 71
            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 72
            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 73
            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 74
            invokevirtual com.microsoft.rest.RestClient$Builder.build:()Lcom/microsoft/rest/RestClient;
            aload 0 /* credentials */
            invokevirtual com.microsoft.azure.credentials.AzureTokenCredentials.domain:()Ljava/lang/String;
            aload 1 /* subscriptionId */
         8: .line 67
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;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.appservice.implementation.AppServiceManager authenticate(com.microsoft.rest.RestClient, java.lang.String, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.rest.RestClient restClient
        start local 1 // java.lang.String tenantId
        start local 2 // java.lang.String subscriptionId
         0: .line 86
            new com.microsoft.azure.management.appservice.implementation.AppServiceManager
            dup
            aload 0 /* restClient */
            aload 1 /* tenantId */
            aload 2 /* subscriptionId */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String subscriptionId
        end local 1 // java.lang.String tenantId
        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        tenantId  Ljava/lang/String;
            0    1     2  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      tenantId        
      subscriptionId  

  private void <init>(com.microsoft.rest.RestClient, java.lang.String, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
        start local 1 // com.microsoft.rest.RestClient restClient
        start local 2 // java.lang.String tenantId
        start local 3 // java.lang.String subscriptionId
         0: .line 113
            aload 0 /* this */
         1: .line 114
            aload 1 /* restClient */
         2: .line 115
            aload 3 /* subscriptionId */
         3: .line 116
            new com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            dup
            aload 1 /* restClient */
            invokespecial com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.<init>:(Lcom/microsoft/rest/RestClient;)V
            aload 3 /* subscriptionId */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.withSubscriptionId:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 117
            aload 0 /* this */
            aload 1 /* restClient */
            aload 2 /* tenantId */
            aload 3 /* subscriptionId */
            invokestatic com.microsoft.azure.management.keyvault.implementation.KeyVaultManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.keyVaultManager:Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
         5: .line 118
            aload 0 /* this */
            aload 1 /* restClient */
            aload 3 /* subscriptionId */
            invokestatic com.microsoft.azure.management.storage.implementation.StorageManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.storageManager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
         6: .line 119
            aload 0 /* this */
            aload 1 /* restClient */
            aload 2 /* tenantId */
            invokestatic com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.rbacManager:Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
         7: .line 120
            aload 0 /* this */
            aload 1 /* restClient */
            aload 3 /* subscriptionId */
            invokestatic com.microsoft.azure.management.dns.implementation.DnsZoneManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.dnsZoneManager:Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;
         8: .line 121
            aload 0 /* this */
            aload 1 /* restClient */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.restClient:Lcom/microsoft/rest/RestClient;
         9: .line 122
            return
        end local 3 // java.lang.String subscriptionId
        end local 2 // java.lang.String tenantId
        end local 1 // com.microsoft.rest.RestClient restClient
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
            0   10     1      restClient  Lcom/microsoft/rest/RestClient;
            0   10     2        tenantId  Ljava/lang/String;
            0   10     3  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      tenantId        
      subscriptionId  

  com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager rbacManager();
    descriptor: ()Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 128
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.rbacManager:Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  com.microsoft.azure.management.keyvault.implementation.KeyVaultManager keyVaultManager();
    descriptor: ()Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 135
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.keyVaultManager:Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  com.microsoft.azure.management.dns.implementation.DnsZoneManager dnsZoneManager();
    descriptor: ()Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 139
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.dnsZoneManager:Lcom/microsoft/azure/management/dns/implementation/DnsZoneManager;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  com.microsoft.azure.management.storage.implementation.StorageManager storageManager();
    descriptor: ()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 146
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.storageManager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  com.microsoft.rest.RestClient restClient();
    descriptor: ()Lcom/microsoft/rest/RestClient;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 150
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.restClient:Lcom/microsoft/rest/RestClient;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.WebApps webApps();
    descriptor: ()Lcom/microsoft/azure/management/appservice/WebApps;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 158
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.webApps:Lcom/microsoft/azure/management/appservice/WebApps;
            ifnonnull 2
         1: .line 159
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.WebAppsImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppsImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.webApps:Lcom/microsoft/azure/management/appservice/WebApps;
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.webApps:Lcom/microsoft/azure/management/appservice/WebApps;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.AppServicePlans appServicePlans();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServicePlans;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 168
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServicePlans:Lcom/microsoft/azure/management/appservice/AppServicePlans;
            ifnonnull 2
         1: .line 169
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServicePlans:Lcom/microsoft/azure/management/appservice/AppServicePlans;
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServicePlans:Lcom/microsoft/azure/management/appservice/AppServicePlans;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.AppServiceCertificateOrders certificateOrders();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 178
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificateOrders:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrders;
            ifnonnull 2
         1: .line 179
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificateOrders:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrders;
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificateOrders:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrders;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.AppServiceCertificates certificates();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServiceCertificates;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 188
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificates:Lcom/microsoft/azure/management/appservice/AppServiceCertificates;
            ifnonnull 2
         1: .line 189
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificatesImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificatesImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificates:Lcom/microsoft/azure/management/appservice/AppServiceCertificates;
         2: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceCertificates:Lcom/microsoft/azure/management/appservice/AppServiceCertificates;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.AppServiceDomains domains();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AppServiceDomains;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 198
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceDomains:Lcom/microsoft/azure/management/appservice/AppServiceDomains;
            ifnonnull 2
         1: .line 199
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceDomains:Lcom/microsoft/azure/management/appservice/AppServiceDomains;
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.appServiceDomains:Lcom/microsoft/azure/management/appservice/AppServiceDomains;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;

  public com.microsoft.azure.management.appservice.FunctionApps functionApps();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApps;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
         0: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.functionApps:Lcom/microsoft/azure/management/appservice/FunctionApps;
            ifnonnull 2
         1: .line 208
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.FunctionAppsImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionAppsImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.functionApps:Lcom/microsoft/azure/management/appservice/FunctionApps;
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceManager.functionApps:Lcom/microsoft/azure/management/appservice/FunctionApps;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/Manager<Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;Lcom/microsoft/azure/management/appservice/implementation/WebSiteManagementClientImpl;>;
SourceFile: "AppServiceManager.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceManager$Configurable  com.microsoft.azure.management.appservice.implementation.AppServiceManager$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.appservice.implementation.AppServiceManager$Configurable of com.microsoft.azure.management.appservice.implementation.AppServiceManager
  private final ConfigurableImpl = com.microsoft.azure.management.appservice.implementation.AppServiceManager$ConfigurableImpl of com.microsoft.azure.management.appservice.implementation.AppServiceManager
  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
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta()