class com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.IndependentChildResourcesImpl<com.microsoft.azure.management.appservice.FunctionDeploymentSlot, com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl, com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.implementation.WebAppsInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager, com.microsoft.azure.management.appservice.FunctionApp> implements com.microsoft.azure.management.appservice.FunctionDeploymentSlots
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.IndependentChildResourcesImpl
{
  private final com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.FunctionDeploymentSlot> converter;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;

  private final com.microsoft.azure.management.appservice.implementation.FunctionAppImpl parent;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.appservice.implementation.FunctionAppImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl parent
         0: .line 41
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 1 /* parent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.IndependentChildResourcesImpl.<init>:(Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 43
            aload 0 /* this */
            aload 1 /* parent */
            putfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
         2: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            astore 2 /* innerCollection */
        start local 2 // com.microsoft.azure.management.appservice.implementation.WebAppsInner innerCollection
         3: .line 45
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$1
            dup
            aload 0 /* this */
            aload 2 /* innerCollection */
            aload 1 /* parent */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;)V
            putfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.converter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
         4: .line 59
            return
        end local 2 // com.microsoft.azure.management.appservice.implementation.WebAppsInner innerCollection
        end local 1 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl parent
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    5     1           parent  Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            3    5     2  innerCollection  Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
    MethodParameters:
        Name  Flags
      parent  final

  protected com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
         0: .line 63
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.management.appservice.implementation.SiteInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SiteInner.<init>:()V
            aconst_null
            aconst_null
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;)V
         1: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.regionName:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl
         2: .line 65
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            checkcast com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl
         3: .line 63
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl wrapModel(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
         0: .line 70
            aload 1 /* inner */
            ifnonnull 2
         1: .line 71
            aconst_null
            areturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inner */
            aconst_null
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
    MethodParameters:
       Name  Flags
      inner  

  protected com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> wrapList(com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // com.microsoft.azure.PagedList pagedList
         0: .line 77
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.converter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
            aload 1 /* pagedList */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // com.microsoft.azure.PagedList pagedList
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  pagedList  Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;
    MethodParameters:
           Name  Flags
      pagedList  

  public com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
         0: .line 82
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> getByParentAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String resourceGroup
        start local 2 // java.lang.String parentName
        start local 3 // java.lang.String name
         0: .line 87
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.innerCollection:Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 1 /* resourceGroup */
            aload 2 /* parentName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2
            dup
            aload 0 /* this */
            aload 1 /* resourceGroup */
            aload 2 /* parentName */
            aload 3 /* name */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String parentName
        end local 1 // java.lang.String resourceGroup
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  resourceGroup  Ljava/lang/String;
            0    1     2     parentName  Ljava/lang/String;
            0    1     3           name  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;
    MethodParameters:
               Name  Flags
      resourceGroup  final
      parentName     final
      name           final

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> listByParent(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String parentName
         0: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.innerCollection:Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 1 /* resourceGroupName */
            aload 2 /* parentName */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listSlots:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 2 // java.lang.String parentName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2         parentName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      parentName         

  public rx.Completable deleteByParentAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String groupName
        start local 2 // java.lang.String parentName
        start local 3 // java.lang.String name
         0: .line 113
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.innerCollection:Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 1 /* groupName */
            aload 2 /* parentName */
            aload 3 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.deleteSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 3 // java.lang.String name
        end local 2 // java.lang.String parentName
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1   groupName  Ljava/lang/String;
            0    1     2  parentName  Ljava/lang/String;
            0    1     3        name  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      groupName   
      parentName  
      name        

  public void deleteByName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
         0: .line 118
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.deleteByParent:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 119
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteByNameAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            aload 2 /* callback */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.deleteByParentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public rx.Completable deleteByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
         0: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.deleteByParentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
         0: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.listByParent:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;

  public com.microsoft.azure.management.appservice.FunctionDeploymentSlot getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // java.lang.String name
         0: .line 138
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.getByParent:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/IndependentChild;
            checkcast com.microsoft.azure.management.appservice.FunctionDeploymentSlot
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.appservice.FunctionApp parent();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionApp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
         0: .line 143
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;

  public rx.Observable<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
         0: .line 148
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.innerCollection:Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionAppImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.listSlotsAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokestatic com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.convertPageToInnerAsync:(Lrx/Observable;)Lrx/Observable;
         1: .line 149
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 148
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;>;

  private com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl wrapModel(com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner, com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        start local 2 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        start local 3 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
         0: .line 158
            aload 1 /* inner */
            ifnonnull 2
         1: .line 159
            aconst_null
            areturn
         2: .line 161
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 2 /* siteConfig */
            aload 3 /* logConfig */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;
            invokespecial com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl;)V
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
        end local 2 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;
            0    3     1       inner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            0    3     2  siteConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            0    3     3   logConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    MethodParameters:
            Name  Flags
      inner       
      siteConfig  
      logConfig   

  public java.lang.Object parent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.parent:()Lcom/microsoft/azure/management/appservice/FunctionApp;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.Object access$5(com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotsImpl;)Ljava/lang/Object;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 27
            aload 0
            getfield com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl.innerCollection:Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/IndependentChildResourcesImpl<Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlot;Lcom/microsoft/azure/management/appservice/implementation/FunctionDeploymentSlotImpl;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;Lcom/microsoft/azure/management/appservice/FunctionApp;>;Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlots;
SourceFile: "FunctionDeploymentSlotsImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$1  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$1$1  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2$1  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$3
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$1
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$2
  com.microsoft.azure.management.appservice.implementation.FunctionDeploymentSlotsImpl$3
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")