Udostępnij przez


ProtectedAppendWritesHistory Class

Definition

Protected append writes history setting for the blob container with Legal holds.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ProtectedAppendWritesHistoryTypeConverter))]
public class ProtectedAppendWritesHistory : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IProtectedAppendWritesHistory
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ProtectedAppendWritesHistoryTypeConverter))>]
type ProtectedAppendWritesHistory = class
    interface IProtectedAppendWritesHistory
    interface IJsonSerializable
Public Class ProtectedAppendWritesHistory
Implements IProtectedAppendWritesHistory
Inheritance
ProtectedAppendWritesHistory
Attributes
Implements

Constructors

Name Description
ProtectedAppendWritesHistory()

Creates an new ProtectedAppendWritesHistory instance.

Properties

Name Description
AllowProtectedAppendWritesAll

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

Returns the date and time the tag was added.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedAppendWritesHistory.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedAppendWritesHistory.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IProtectedAppendWritesHistory.

FromJsonString(String)

Creates a new instance of ProtectedAppendWritesHistory, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedAppendWritesHistory into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to