Uses of Class
com.azure.resourcemanager.storage.models.ProtectedAppendWritesHistory
-
Packages that use ProtectedAppendWritesHistory Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ProtectedAppendWritesHistory in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ProtectedAppendWritesHistory Modifier and Type Method Description ProtectedAppendWritesHistoryLegalHoldProperties. protectedAppendWritesHistory()Get the protectedAppendWritesHistory property: Protected append blob writes history.ProtectedAppendWritesHistoryProtectedAppendWritesHistory. 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 ProtectedAppendWritesHistory Modifier and Type Method Description LegalHoldPropertiesLegalHoldProperties. withProtectedAppendWritesHistory(ProtectedAppendWritesHistory protectedAppendWritesHistory)Set the protectedAppendWritesHistory property: Protected append blob writes history.
-