Uses of Class
com.azure.resourcemanager.storage.models.ProtectedAppendWritesHistory
Packages that use ProtectedAppendWritesHistory
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ProtectedAppendWritesHistory in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ProtectedAppendWritesHistoryModifier and TypeClassDescriptionfinal classProtected append writes history setting for the blob container with Legal holds.Methods in com.azure.resourcemanager.storage.models that return ProtectedAppendWritesHistoryModifier and TypeMethodDescriptionstatic ProtectedAppendWritesHistoryProtectedAppendWritesHistory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProtectedAppendWritesHistory from the JsonReader.LegalHoldProperties.protectedAppendWritesHistory()Get the protectedAppendWritesHistory property: Protected append blob writes history.ProtectedAppendWritesHistory.withAllowProtectedAppendWritesAll(Boolean allowProtectedAppendWritesAll) Set the allowProtectedAppendWritesAll property: When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance.Methods in com.azure.resourcemanager.storage.models with parameters of type ProtectedAppendWritesHistoryModifier and TypeMethodDescriptionLegalHoldProperties.withProtectedAppendWritesHistory(ProtectedAppendWritesHistory protectedAppendWritesHistory) Set the protectedAppendWritesHistory property: Protected append blob writes history.