public interface com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithDeleteRetentionPolicy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithDeleteRetentionPolicy
  super_class: java.lang.Object
{
  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      deleteRetentionPolicy  

  public abstract com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDeleteRetentionPolicyEnabled(int);
    descriptor: (I)Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      numDaysEnabled  

  public abstract com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithCreate withDeleteRetentionPolicyDisabled();
    descriptor: ()Lcom/microsoft/azure/management/storage/BlobServiceProperties$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BlobServiceProperties.java"
NestHost: com.microsoft.azure.management.storage.BlobServiceProperties
InnerClasses:
  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 WithDeleteRetentionPolicy = com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages$WithDeleteRetentionPolicy of com.microsoft.azure.management.storage.BlobServiceProperties$DefinitionStages