Uses of Class
com.azure.resourcemanager.storage.models.BlobTypes
-
Packages that use BlobTypes Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of BlobTypes in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as BlobTypes Modifier and Type Field Description static BlobTypesBlobTypes. BLOCK_BLOBStatic value blockBlob for BlobTypes.static BlobTypesBlobTypes. SNAPSHOTStatic value snapshot for BlobTypes.Methods in com.azure.resourcemanager.storage.models that return BlobTypes Modifier and Type Method Description static BlobTypesBlobTypes. fromString(String name)Creates or finds a BlobType from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type BlobTypes Modifier and Type Method Description List<BlobTypes>PolicyRule. blobTypesToFilterFor()static Collection<BlobTypes>BlobTypes. values()Methods in com.azure.resourcemanager.storage.models with parameters of type BlobTypes Modifier and Type Method Description PolicyRule.DefinitionStages.PrefixActionForkPolicyRule.DefinitionStages.WithBlobTypesToFilterFor. withBlobTypeToFilterFor(BlobTypes blobType)The function that specifies a blob type that the rule will apply to.PolicyRule.UpdatePolicyRule.UpdateStages.WithBlobTypesToFilterFor. withBlobTypeToFilterFor(BlobTypes blobType)The function that specifies a blob type that the rule will apply to.PolicyRule.UpdatePolicyRule.UpdateStages.WithBlobTypesToFilterFor. withBlobTypeToFilterForRemoved(BlobTypes blobType)The function that specifies to remove a blob type that the rule will apply to.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type BlobTypes 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.UpdatePolicyRule.UpdateStages.WithBlobTypesToFilterFor. withBlobTypesToFilterFor(List<BlobTypes> blobTypes)The function that specifies the list of blob types that the rule will apply to.
-