Interface ListContainerItem
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.ListContainerItemInner>
public interface ListContainerItem
extends HasInner<com.microsoft.azure.management.storage.implementation.ListContainerItemInner>
-
Method Summary
Modifier and TypeMethodDescriptionGet the hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container.Get the hasLegalHold public property is set to true by SRP if there are at least one existing tag.Get the ImmutabilityPolicy property of the container.org.joda.time.DateTime
Get returns the date and time the container was last modified.Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.Get lease state of the container.Get the lease status of the container.Get the LegalHold property of the container.metadata()
Get a name-value pair to associate with the container as metadata.Get specifies whether data in the container may be accessed publicly and the level of access.
-
Method Details
-
publicAccess
PublicAccess publicAccess()Get specifies whether data in the container may be accessed publicly and the level of access. Possible values include: 'Container', 'Blob', 'None'.- Returns:
- the publicAccess value
-
lastModifiedTime
org.joda.time.DateTime lastModifiedTime()Get returns the date and time the container was last modified.- Returns:
- the lastModifiedTime value
-
leaseStatus
LeaseStatus leaseStatus()Get the lease status of the container. Possible values include: 'Locked', 'Unlocked'.- Returns:
- the leaseStatus value
-
leaseState
LeaseState leaseState()Get lease state of the container. Possible values include: 'Available', 'Leased', 'Expired', 'Breaking', 'Broken'.- Returns:
- the leaseState value
-
leaseDuration
LeaseDuration leaseDuration()Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. Possible values include: 'Infinite', 'Fixed'.- Returns:
- the leaseDuration value
-
metadata
Get a name-value pair to associate with the container as metadata.- Returns:
- the metadata value
-
immutabilityPolicy
ImmutabilityPolicyProperties immutabilityPolicy()Get the ImmutabilityPolicy property of the container.- Returns:
- the immutabilityPolicy value
-
legalHold
LegalHoldProperties legalHold()Get the LegalHold property of the container.- Returns:
- the legalHold value
-
hasLegalHold
Boolean hasLegalHold()Get the hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.- Returns:
- the hasLegalHold value
-
hasImmutabilityPolicy
Boolean hasImmutabilityPolicy()Get the hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.- Returns:
- the hasImmutabilityPolicy value
-