96 строки
6.7 KiB
YAML
96 строки
6.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty"
|
|
name: "UpdateHistoryProperty"
|
|
nameWithType: "UpdateHistoryProperty"
|
|
summary: "An update history of the Immutability<wbr>Policy of a blob container."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **UpdateHistoryProperty**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.UpdateHistoryProperty()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.UpdateHistoryProperty()"
|
|
name: "UpdateHistoryProperty()"
|
|
nameWithType: "UpdateHistoryProperty.UpdateHistoryProperty()"
|
|
syntax: "public UpdateHistoryProperty()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.immutabilityPeriodSinceCreationInDays()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.immutabilityPeriodSinceCreationInDays()"
|
|
name: "immutabilityPeriodSinceCreationInDays()"
|
|
nameWithType: "UpdateHistoryProperty.immutabilityPeriodSinceCreationInDays()"
|
|
summary: "Get the immutability period for the blobs in the container since the policy creation, in days."
|
|
syntax: "public Integer immutabilityPeriodSinceCreationInDays()"
|
|
desc: "Get the immutability period for the blobs in the container since the policy creation, in days."
|
|
returns:
|
|
description: "the immutabilityPeriodSinceCreationInDays value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.objectIdentifier()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.objectIdentifier()"
|
|
name: "objectIdentifier()"
|
|
nameWithType: "UpdateHistoryProperty.objectIdentifier()"
|
|
summary: "Get returns the Object ID of the user who updated the Immutability<wbr>Policy."
|
|
syntax: "public String objectIdentifier()"
|
|
desc: "Get returns the Object ID of the user who updated the ImmutabilityPolicy."
|
|
returns:
|
|
description: "the objectIdentifier value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.tenantId()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "UpdateHistoryProperty.tenantId()"
|
|
summary: "Get returns the Tenant ID that issued the token for the user who updated the Immutability<wbr>Policy."
|
|
syntax: "public String tenantId()"
|
|
desc: "Get returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy."
|
|
returns:
|
|
description: "the tenantId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.timestamp()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.timestamp()"
|
|
name: "timestamp()"
|
|
nameWithType: "UpdateHistoryProperty.timestamp()"
|
|
summary: "Get returns the date and time the Immutability<wbr>Policy was updated."
|
|
syntax: "public DateTime timestamp()"
|
|
desc: "Get returns the date and time the ImmutabilityPolicy was updated."
|
|
returns:
|
|
description: "the timestamp value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.update()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.update()"
|
|
name: "update()"
|
|
nameWithType: "UpdateHistoryProperty.update()"
|
|
summary: "Get the Immutability<wbr>Policy update type of a blob container, possible values include: put, lock and extend."
|
|
syntax: "public ImmutabilityPolicyUpdateType update()"
|
|
desc: "Get the ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Possible values include: 'put', 'lock', 'extend'."
|
|
returns:
|
|
description: "the update value"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.ImmutabilityPolicyUpdateType?alt=com.microsoft.azure.management.storage.ImmutabilityPolicyUpdateType&text=ImmutabilityPolicyUpdateType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.UpdateHistoryProperty.upn()"
|
|
fullName: "com.microsoft.azure.management.storage.UpdateHistoryProperty.upn()"
|
|
name: "upn()"
|
|
nameWithType: "UpdateHistoryProperty.upn()"
|
|
summary: "Get returns the User Principal Name of the user who updated the Immutability<wbr>Policy."
|
|
syntax: "public String upn()"
|
|
desc: "Get returns the User Principal Name of the user who updated the ImmutabilityPolicy."
|
|
returns:
|
|
description: "the upn value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An update history of the ImmutabilityPolicy of a blob container."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storage"
|
|
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4
|