Uses of Interface
com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.PrefixActionFork
-
Packages that use PolicyRule.DefinitionStages.PrefixActionFork Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of PolicyRule.DefinitionStages.PrefixActionFork in com.azure.resourcemanager.storage.models
Subinterfaces of PolicyRule.DefinitionStages.PrefixActionFork in com.azure.resourcemanager.storage.models Modifier and Type Interface Description static interfacePolicyRule.DefinitionContainer interface for all of the definitions related to a rule in a management policy.Methods in com.azure.resourcemanager.storage.models that return PolicyRule.DefinitionStages.PrefixActionFork Modifier and Type Method Description PolicyRule.DefinitionStages.PrefixActionForkPolicyRule.DefinitionStages.WithBlobTypesToFilterFor. withBlobTypesToFilterFor(List<BlobTypes> blobTypes)The function that specifies the list of blob types that the rule will apply to.PolicyRule.DefinitionStages.PrefixActionForkPolicyRule.DefinitionStages.WithBlobTypesToFilterFor. withBlobTypeToFilterFor(BlobTypes blobType)The function that specifies a blob type that the rule will apply to.
-