Uses of Class
com.azure.resourcemanager.storage.models.BlobTypes
Packages that use BlobTypes
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of BlobTypes in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type BlobTypes in com.azure.resourcemanager.storage.modelsFields in com.azure.resourcemanager.storage.models declared as BlobTypesModifier and TypeFieldDescriptionstatic final BlobTypesBlobTypes.BLOCK_BLOBStatic value blockBlob for BlobTypes.static final BlobTypesBlobTypes.SNAPSHOTStatic value snapshot for BlobTypes.Methods in com.azure.resourcemanager.storage.models that return BlobTypesModifier and TypeMethodDescriptionstatic 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 BlobTypesModifier and TypeMethodDescriptionPolicyRule.blobTypesToFilterFor()Gets an unmodifiable list of the blob types this rule will apply for.static Collection<BlobTypes> BlobTypes.values()Gets known BlobType values.Methods in com.azure.resourcemanager.storage.models with parameters of type BlobTypesModifier and TypeMethodDescriptionPolicyRule.DefinitionStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType) The function that specifies a blob type that the rule will apply to.PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType) The function that specifies a blob type that the rule will apply to.PolicyRule.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 BlobTypesModifier and TypeMethodDescriptionPolicyRule.DefinitionStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes) The function that specifies the list of blob types that the rule will apply to.PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes) The function that specifies the list of blob types that the rule will apply to.