ProtectedAppendWritesHistory Constructors

Definition

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

allowProtectedAppendWritesAll
Nullable<Boolean>

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.

timestamp
Nullable<DateTime>

Returns the date and time the tag was added.

Applies to