ProtectedAppendWritesHistory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProtectedAppendWritesHistory() |
Initializes a new instance of the ProtectedAppendWritesHistory class. |
ProtectedAppendWritesHistory(Nullable<Boolean>, Nullable<DateTime>) |
Initializes a new instance of the ProtectedAppendWritesHistory class. |
ProtectedAppendWritesHistory()
Initializes a new instance of the ProtectedAppendWritesHistory class.
public ProtectedAppendWritesHistory ();
Public Sub New ()
Applies to
ProtectedAppendWritesHistory(Nullable<Boolean>, Nullable<DateTime>)
Initializes a new instance of the ProtectedAppendWritesHistory class.
public ProtectedAppendWritesHistory (bool? allowProtectedAppendWritesAll = default, DateTime? timestamp = default);
new Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory : Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.Storage.Models.ProtectedAppendWritesHistory
Public Sub New (Optional allowProtectedAppendWritesAll As Nullable(Of Boolean) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing)
Parameters
When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
Applies to
Azure SDK for .NET