Class UpdateHistoryProperty
java.lang.Object
com.microsoft.azure.management.storage.UpdateHistoryProperty
An update history of the ImmutabilityPolicy of a blob container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the immutability period for the blobs in the container since the policy creation, in days.Get returns the Object ID of the user who updated the ImmutabilityPolicy.tenantId()
Get returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.org.joda.time.DateTime
Get returns the date and time the ImmutabilityPolicy was updated.update()
Get the ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.upn()
Get returns the User Principal Name of the user who updated the ImmutabilityPolicy.
-
Constructor Details
-
UpdateHistoryProperty
public UpdateHistoryProperty()
-
-
Method Details
-
update
Get the ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Possible values include: 'put', 'lock', 'extend'.- Returns:
- the update value
-
immutabilityPeriodSinceCreationInDays
Get the immutability period for the blobs in the container since the policy creation, in days.- Returns:
- the immutabilityPeriodSinceCreationInDays value
-
timestamp
public org.joda.time.DateTime timestamp()Get returns the date and time the ImmutabilityPolicy was updated.- Returns:
- the timestamp value
-
objectIdentifier
Get returns the Object ID of the user who updated the ImmutabilityPolicy.- Returns:
- the objectIdentifier value
-
tenantId
Get returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.- Returns:
- the tenantId value
-
upn
Get returns the User Principal Name of the user who updated the ImmutabilityPolicy.- Returns:
- the upn value
-