public class com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner
  super_class: com.microsoft.azure.ProxyResource
{
  private com.microsoft.azure.management.storage.CorsRules cors;
    descriptor: Lcom/microsoft/azure/management/storage/CorsRules;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.cors")

  private com.microsoft.azure.management.storage.DeleteRetentionPolicy shareDeleteRetentionPolicy;
    descriptor: Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.shareDeleteRetentionPolicy")

  private com.microsoft.azure.management.storage.implementation.SkuInner sku;
    descriptor: Lcom/microsoft/azure/management/storage/implementation/SkuInner;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sku", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
         0: .line 21
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;

  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.FileServicePropertiesInner this
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner.cors:Lcom/microsoft/azure/management/storage/CorsRules;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;

  public com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner withCors(com.microsoft.azure.management.storage.CorsRules);
    descriptor: (Lcom/microsoft/azure/management/storage/CorsRules;)Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
        start local 1 // com.microsoft.azure.management.storage.CorsRules cors
         0: .line 59
            aload 0 /* this */
            aload 1 /* cors */
            putfield com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner.cors:Lcom/microsoft/azure/management/storage/CorsRules;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.CorsRules cors
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;
            0    2     1  cors  Lcom/microsoft/azure/management/storage/CorsRules;
    MethodParameters:
      Name  Flags
      cors  

  public com.microsoft.azure.management.storage.DeleteRetentionPolicy shareDeleteRetentionPolicy();
    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.FileServicePropertiesInner this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner.shareDeleteRetentionPolicy:Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;

  public com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner withShareDeleteRetentionPolicy(com.microsoft.azure.management.storage.DeleteRetentionPolicy);
    descriptor: (Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;)Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
        start local 1 // com.microsoft.azure.management.storage.DeleteRetentionPolicy shareDeleteRetentionPolicy
         0: .line 79
            aload 0 /* this */
            aload 1 /* shareDeleteRetentionPolicy */
            putfield com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner.shareDeleteRetentionPolicy:Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.DeleteRetentionPolicy shareDeleteRetentionPolicy
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;
            0    2     1  shareDeleteRetentionPolicy  Lcom/microsoft/azure/management/storage/DeleteRetentionPolicy;
    MethodParameters:
                            Name  Flags
      shareDeleteRetentionPolicy  

  public com.microsoft.azure.management.storage.implementation.SkuInner sku();
    descriptor: ()Lcom/microsoft/azure/management/storage/implementation/SkuInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
         0: .line 89
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner.sku:Lcom/microsoft/azure/management/storage/implementation/SkuInner;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.FileServicePropertiesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/FileServicePropertiesInner;
}
SourceFile: "FileServicePropertiesInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()