public interface com.microsoft.azure.management.storage.PolicyRule extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.storage.ManagementPolicyRule>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.storage.PolicyRule
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.microsoft.azure.management.storage.BlobTypes> blobTypesToFilterFor();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/storage/BlobTypes;>;

  public abstract java.util.List<java.lang.String> prefixesToFilterFor();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public abstract com.microsoft.azure.management.storage.ManagementPolicyBaseBlob actionsOnBaseBlob();
    descriptor: ()Lcom/microsoft/azure/management/storage/ManagementPolicyBaseBlob;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.storage.ManagementPolicySnapShot actionsOnSnapShot();
    descriptor: ()Lcom/microsoft/azure/management/storage/ManagementPolicySnapShot;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean tierToCoolActionOnBaseBlobEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean tierToArchiveActionOnBaseBlobEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean deleteActionOnBaseBlobEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean deleteActionOnSnapShotEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Double daysAfterBaseBlobModificationUntilCooling();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Double daysAfterBaseBlobModificationUntilArchiving();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Double daysAfterBaseBlobModificationUntilDeleting();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Double daysAfterSnapShotCreationUntilDeleting();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/storage/ManagementPolicyRule;>;
SourceFile: "PolicyRule.java"
NestMembers:
  com.microsoft.azure.management.storage.PolicyRule$Definition  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$Blank  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$PrefixActionFork  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$WithBlobTypesToFilterFor  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$WithPolicyRuleAttachable  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$WithPolicyRuleType  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$WithPrefixesToFilterFor  com.microsoft.azure.management.storage.PolicyRule$DefinitionStages$WithRuleActions  com.microsoft.azure.management.storage.PolicyRule$Update  com.microsoft.azure.management.storage.PolicyRule$UpdateStages  com.microsoft.azure.management.storage.PolicyRule$UpdateStages$WithActions  com.microsoft.azure.management.storage.PolicyRule$UpdateStages$WithBlobTypesToFilterFor  com.microsoft.azure.management.storage.PolicyRule$UpdateStages$WithPrefixesToFilterFor
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.storage.PolicyRule$Definition of com.microsoft.azure.management.storage.PolicyRule
  public abstract DefinitionStages = com.microsoft.azure.management.storage.PolicyRule$DefinitionStages of com.microsoft.azure.management.storage.PolicyRule
  public abstract Update = com.microsoft.azure.management.storage.PolicyRule$Update of com.microsoft.azure.management.storage.PolicyRule
  public abstract UpdateStages = com.microsoft.azure.management.storage.PolicyRule$UpdateStages of com.microsoft.azure.management.storage.PolicyRule
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta()