Interface PolicyRule.DefinitionStages.WithBlobTypesToFilterFor

All Known Subinterfaces:
PolicyRule.Definition
Enclosing interface:
PolicyRule.DefinitionStages

public static interface PolicyRule.DefinitionStages.WithBlobTypesToFilterFor
The stage of the management policy rule definition allowing to specify the blob types that the rule will apply to.
  • Method Details

    • withBlobTypesToFilterFor

      PolicyRule.DefinitionStages.PrefixActionFork withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
      The function that specifies the list of blob types that the rule will apply to.
      Parameters:
      blobTypes - a list of the types of blob the rule will apply to.
      Returns:
      the next stage of the management policy rule definition.
    • withBlobTypeToFilterFor

      PolicyRule.DefinitionStages.PrefixActionFork withBlobTypeToFilterFor(BlobTypes blobType)
      The function that specifies a blob type that the rule will apply to.
      Parameters:
      blobType - a blob type that the rule will apply to.
      Returns:
      the next stage of the management policy rule definition.