IUpdateHistoryProperty Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter))]
public interface IUpdateHistoryProperty : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UpdateHistoryPropertyTypeConverter))>]
type IUpdateHistoryProperty = interface
interface IJsonSerializable
Public Interface IUpdateHistoryProperty
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |