Condividi tramite


UpdateHistoryProperty Class

Definition

An update history of the ImmutabilityPolicy of a blob container.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter))]
public class UpdateHistoryProperty : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter))>]
type UpdateHistoryProperty = class
    interface IUpdateHistoryProperty
    interface IJsonSerializable
Public Class UpdateHistoryProperty
Implements IUpdateHistoryProperty
Inheritance
UpdateHistoryProperty
Attributes
Implements

Constructors

UpdateHistoryProperty()

Creates an new UpdateHistoryProperty instance.

Properties

ImmutabilityPeriodSinceCreationInDay

The immutability period for the blobs in the container since the policy creation, in days.

ObjectIdentifier

Returns the Object ID of the user who updated the ImmutabilityPolicy.

TenantId

Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.

Timestamp

Returns the date and time the ImmutabilityPolicy was updated.

Update

The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.

Upn

Returns the User Principal Name of the user who updated the ImmutabilityPolicy.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateHistoryProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateHistoryProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateHistoryProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to