Interface PolicyRule.DefinitionStages.WithBlobTypesToFilterFor
-
- All Known Subinterfaces:
PolicyRule.Definition
- Enclosing interface:
- PolicyRule.DefinitionStages
public static interface PolicyRule.DefinitionStages.WithBlobTypesToFilterForThe stage of the management policy rule definition allowing to specify the blob types that the rule will apply to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRule.DefinitionStages.PrefixActionForkwithBlobTypesToFilterFor(List<BlobTypes> blobTypes)The function that specifies the list of blob types that the rule will apply to.PolicyRule.DefinitionStages.PrefixActionForkwithBlobTypeToFilterFor(BlobTypes blobType)The function that specifies a blob type that the rule will apply to.
-
-
-
Method Detail
-
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.
-
-