class com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.storage.BlobServiceProperties, com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner, com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl> implements com.microsoft.azure.management.storage.BlobServiceProperties, com.microsoft.azure.management.storage.BlobServiceProperties$Definition, com.microsoft.azure.management.storage.BlobServiceProperties$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  private final com.microsoft.azure.management.storage.implementation.StorageManager manager;
    descriptor: Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String resourceGroupName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String accountName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, com.microsoft.azure.management.storage.implementation.StorageManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.storage.implementation.StorageManager manager
         0: .line 27
            aload 0 /* this */
            aload 1 /* name */
            new com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            dup
            invokespecial com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.<init>:()V
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 28
            aload 0 /* this */
            aload 2 /* manager */
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
         2: .line 30
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
         3: .line 32
            return
        end local 2 // com.microsoft.azure.management.storage.implementation.StorageManager manager
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    4     1     name  Ljava/lang/String;
            0    4     2  manager  Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    MethodParameters:
         Name  Flags
      name     
      manager  

  void <init>(com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner, com.microsoft.azure.management.storage.implementation.StorageManager);
    descriptor: (Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;Lcom/microsoft/azure/management/storage/implementation/StorageManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner inner
        start local 2 // com.microsoft.azure.management.storage.implementation.StorageManager manager
         0: .line 35
            aload 0 /* this */
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* manager */
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
         2: .line 38
            aload 0 /* this */
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.name:()Ljava/lang/String;
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
         3: .line 40
            aload 0 /* this */
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.id:()Ljava/lang/String;
            ldc "resourceGroups"
            invokestatic com.microsoft.azure.management.storage.implementation.IdParsingUtils.getValueFromIdByName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.resourceGroupName:Ljava/lang/String;
         4: .line 41
            aload 0 /* this */
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.id:()Ljava/lang/String;
            ldc "storageAccounts"
            invokestatic com.microsoft.azure.management.storage.implementation.IdParsingUtils.getValueFromIdByName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
         5: .line 43
            return
        end local 2 // com.microsoft.azure.management.storage.implementation.StorageManager manager
        end local 1 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner inner
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    6     1    inner  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            0    6     2  manager  Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    MethodParameters:
         Name  Flags
      inner    
      manager  

  public com.microsoft.azure.management.storage.implementation.StorageManager manager();
    descriptor: ()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 47
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public rx.Observable<com.microsoft.azure.management.storage.BlobServiceProperties> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.blobServices:()Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
            astore 1 /* client */
        start local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
         1: .line 53
            aload 1 /* client */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicesInner.setServicePropertiesAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;)Lrx/Observable;
         2: .line 54
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 53
            areturn
        end local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            1    4     1  client  Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/storage/BlobServiceProperties;>;

  public rx.Observable<com.microsoft.azure.management.storage.BlobServiceProperties> updateResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 59
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.blobServices:()Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
            astore 1 /* client */
        start local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
         1: .line 60
            aload 1 /* client */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicesInner.setServicePropertiesAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;)Lrx/Observable;
         2: .line 61
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 60
            areturn
        end local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            1    4     1  client  Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/storage/BlobServiceProperties;>;

  protected rx.Observable<com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.manager:()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl
            invokevirtual com.microsoft.azure.management.storage.implementation.StorageManagementClientImpl.blobServices:()Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
            astore 1 /* client */
        start local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
         1: .line 67
            aload 1 /* client */
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicesInner.getServicePropertiesAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.storage.implementation.BlobServicesInner client
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            1    2     1  client  Lcom/microsoft/azure/management/storage/implementation/BlobServicesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;>;

  public boolean isInCreateMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 72
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.id:()Ljava/lang/String;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public com.microsoft.azure.management.storage.CorsRules cors();
    descriptor: ()Lcom/microsoft/azure/management/storage/CorsRules;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 78
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.cors:()Lcom/microsoft/azure/management/storage/CorsRules;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public java.lang.String defaultServiceVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.defaultServiceVersion:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public com.microsoft.azure.management.storage.DeleteRetentionPolicy deleteRetentionPolicy();
    descriptor: ()Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 88
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.deleteRetentionPolicy:()Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 93
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 98
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 103
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.type:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withExistingStorageAccount(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String accountName
         0: .line 108
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.resourceGroupName:Ljava/lang/String;
         1: .line 109
            aload 0 /* this */
            aload 2 /* accountName */
            putfield com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.accountName:Ljava/lang/String;
         2: .line 110
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String accountName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2        accountName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withCORSRules(java.util.List<com.microsoft.azure.management.storage.CorsRule>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // java.util.List corsRules
         0: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            new com.microsoft.azure.management.storage.CorsRules
            dup
            invokespecial com.microsoft.azure.management.storage.CorsRules.<init>:()V
            aload 1 /* corsRules */
            invokevirtual com.microsoft.azure.management.storage.CorsRules.withCorsRules:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/CorsRules;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withCors:(Lcom/microsoft/azure/management/storage/CorsRules;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.util.List corsRules
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    2     1  corsRules  Ljava/util/List<Lcom/microsoft/azure/management/storage/CorsRule;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/storage/CorsRule;>;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    MethodParameters:
           Name  Flags
      corsRules  

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withCORSRule(com.microsoft.azure.management.storage.CorsRule);
    descriptor: (Lcom/microsoft/azure/management/storage/CorsRule;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // com.microsoft.azure.management.storage.CorsRule corsRule
         0: .line 121
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.cors:()Lcom/microsoft/azure/management/storage/CorsRules;
            astore 2 /* corsRules */
        start local 2 // com.microsoft.azure.management.storage.CorsRules corsRules
         1: .line 122
            aload 2 /* corsRules */
            ifnonnull 6
         2: .line 123
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* firstCorsRule */
        start local 3 // java.util.List firstCorsRule
         3: .line 124
            aload 3 /* firstCorsRule */
            aload 1 /* corsRule */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            new com.microsoft.azure.management.storage.CorsRules
            dup
            invokespecial com.microsoft.azure.management.storage.CorsRules.<init>:()V
            aload 3 /* firstCorsRule */
            invokevirtual com.microsoft.azure.management.storage.CorsRules.withCorsRules:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/CorsRules;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withCors:(Lcom/microsoft/azure/management/storage/CorsRules;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
        end local 3 // java.util.List firstCorsRule
         5: .line 126
            goto 9
         6: .line 127
      StackMap locals: com.microsoft.azure.management.storage.CorsRules
      StackMap stack:
            aload 2 /* corsRules */
            invokevirtual com.microsoft.azure.management.storage.CorsRules.corsRules:()Ljava/util/List;
            astore 3 /* currentCorsRules */
        start local 3 // java.util.List currentCorsRules
         7: .line 128
            aload 3 /* currentCorsRules */
            aload 1 /* corsRule */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 129
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            aload 2 /* corsRules */
            aload 3 /* currentCorsRules */
            invokevirtual com.microsoft.azure.management.storage.CorsRules.withCorsRules:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/CorsRules;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withCors:(Lcom/microsoft/azure/management/storage/CorsRules;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
        end local 3 // java.util.List currentCorsRules
         9: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.storage.CorsRules corsRules
        end local 1 // com.microsoft.azure.management.storage.CorsRule corsRule
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0   10     1          corsRule  Lcom/microsoft/azure/management/storage/CorsRule;
            1   10     2         corsRules  Lcom/microsoft/azure/management/storage/CorsRules;
            3    5     3     firstCorsRule  Ljava/util/List<Lcom/microsoft/azure/management/storage/CorsRule;>;
            7    9     3  currentCorsRules  Ljava/util/List<Lcom/microsoft/azure/management/storage/CorsRule;>;
    MethodParameters:
          Name  Flags
      corsRule  

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withDefaultServiceVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // java.lang.String defaultServiceVersion
         0: .line 136
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            aload 1 /* defaultServiceVersion */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withDefaultServiceVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String defaultServiceVersion
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    2     1  defaultServiceVersion  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      defaultServiceVersion  

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withDeleteRetentionPolicy(com.microsoft.azure.management.storage.DeleteRetentionPolicy);
    descriptor: (Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // com.microsoft.azure.management.storage.DeleteRetentionPolicy deleteRetentionPolicy
         0: .line 142
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            aload 1 /* deleteRetentionPolicy */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withDeleteRetentionPolicy:(Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.DeleteRetentionPolicy deleteRetentionPolicy
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    2     1  deleteRetentionPolicy  Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
    MethodParameters:
                       Name  Flags
      deleteRetentionPolicy  

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withDeleteRetentionPolicyEnabled(int);
    descriptor: (I)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
        start local 1 // int numDaysEnabled
         0: .line 148
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            new com.microsoft.azure.management.storage.DeleteRetentionPolicy
            dup
            invokespecial com.microsoft.azure.management.storage.DeleteRetentionPolicy.<init>:()V
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.storage.DeleteRetentionPolicy.withEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
            iload 1 /* numDaysEnabled */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.microsoft.azure.management.storage.DeleteRetentionPolicy.withDays:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withDeleteRetentionPolicy:(Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // int numDaysEnabled
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            0    2     1  numDaysEnabled  I
    MethodParameters:
                Name  Flags
      numDaysEnabled  

  public com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl withDeleteRetentionPolicyDisabled();
    descriptor: ()Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
         0: .line 154
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner
            new com.microsoft.azure.management.storage.DeleteRetentionPolicy
            dup
            invokespecial com.microsoft.azure.management.storage.DeleteRetentionPolicy.<init>:()V
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.storage.DeleteRetentionPolicy.withEnabled:(Ljava/lang/Boolean;)Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner.withDeleteRetentionPolicy:(Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;
            pop
         1: .line 155
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;

  public java.lang.Object update();
    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.storage.implementation.BlobServicePropertiesImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withExistingStorageAccount(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.withExistingStorageAccount:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withCORSRules(java.util.List);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    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.storage.implementation.BlobServicePropertiesImpl.withCORSRules:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withCORSRules(java.util.List);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    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.storage.implementation.BlobServicePropertiesImpl.withCORSRules:(Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDefaultServiceVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    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.storage.implementation.BlobServicePropertiesImpl.withDefaultServiceVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withDefaultServiceVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    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.storage.implementation.BlobServicePropertiesImpl.withDefaultServiceVersion:(Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object manager();
    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.storage.implementation.BlobServicePropertiesImpl.manager:()Lcom/microsoft/azure/management/storage/implementation/StorageManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withCORSRule(com.microsoft.azure.management.storage.CorsRule);
    descriptor: (Lcom/microsoft/azure/management/storage/CorsRule;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    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.storage.implementation.BlobServicePropertiesImpl.withCORSRule:(Lcom/microsoft/azure/management/storage/CorsRule;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withCORSRule(com.microsoft.azure.management.storage.CorsRule);
    descriptor: (Lcom/microsoft/azure/management/storage/CorsRule;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    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.storage.implementation.BlobServicePropertiesImpl.withCORSRule:(Lcom/microsoft/azure/management/storage/CorsRule;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDeleteRetentionPolicy(com.microsoft.azure.management.storage.DeleteRetentionPolicy);
    descriptor: (Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    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.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicy:(Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withDeleteRetentionPolicy(com.microsoft.azure.management.storage.DeleteRetentionPolicy);
    descriptor: (Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    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.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicy:(Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDeleteRetentionPolicyEnabled(int);
    descriptor: (I)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicyEnabled:(I)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withDeleteRetentionPolicyEnabled(int);
    descriptor: (I)Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.microsoft.azure.management.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicyEnabled:(I)Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDeleteRetentionPolicyDisabled();
    descriptor: ()Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    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.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicyDisabled:()Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.storage.BlobServiceProperties$Update withDeleteRetentionPolicyDisabled();
    descriptor: ()Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
    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.storage.implementation.BlobServicePropertiesImpl.withDeleteRetentionPolicyDisabled:()Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/storage/BlobServiceProperties;Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesInner;Lcom/microsoft/azure/management/storage/implementation/BlobServicePropertiesImpl;>;Lcom/microsoft/azure/management/storage/BlobServiceProperties;Lcom/microsoft/azure/management/storage/BlobServiceProperties$Definition;Lcom/microsoft/azure/management/storage/BlobServiceProperties$Update;
SourceFile: "BlobServicePropertiesImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.storage.BlobServiceProperties$Definition of com.microsoft.azure.management.storage.BlobServiceProperties
  public abstract DefinitionStages = com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages of com.microsoft.azure.management.storage.BlobServiceProperties
  public abstract WithCreate = com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate of com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages
  public abstract Update = com.microsoft.azure.management.storage.BlobServiceProperties$Update of com.microsoft.azure.management.storage.BlobServiceProperties
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()