public final class UpdateHistoryProperty extends Object
| Constructor and Description |
|---|
UpdateHistoryProperty() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
immutabilityPeriodSinceCreationInDays()
Get the immutabilityPeriodSinceCreationInDays property: The immutability period for the blobs in the container
since the policy creation, in days.
|
String |
objectIdentifier()
Get the objectIdentifier property: Returns the Object ID of the user who updated the ImmutabilityPolicy.
|
String |
tenantId()
Get the tenantId property: Returns the Tenant ID that issued the token for the user who updated the
ImmutabilityPolicy.
|
OffsetDateTime |
timestamp()
Get the timestamp property: Returns the date and time the ImmutabilityPolicy was updated.
|
ImmutabilityPolicyUpdateType |
update()
Get the update property: The ImmutabilityPolicy update type of a blob container, possible values include: put,
lock and extend.
|
String |
upn()
Get the upn property: Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
|
void |
validate()
Validates the instance.
|
public ImmutabilityPolicyUpdateType update()
public Integer immutabilityPeriodSinceCreationInDays()
public OffsetDateTime timestamp()
public String objectIdentifier()
public String tenantId()
public String upn()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.