public interface ListContainerItem
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.storage.implementation.ListContainerItemInner>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
hasImmutabilityPolicy()
Get the hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container.
|
Boolean |
hasLegalHold()
Get the hasLegalHold public property is set to true by SRP if there are at least one existing tag.
|
ImmutabilityPolicyProperties |
immutabilityPolicy()
Get the ImmutabilityPolicy property of the container.
|
org.joda.time.DateTime |
lastModifiedTime()
Get returns the date and time the container was last modified.
|
LeaseDuration |
leaseDuration()
Get specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
LeaseState |
leaseState()
Get lease state of the container.
|
LeaseStatus |
leaseStatus()
Get the lease status of the container.
|
LegalHoldProperties |
legalHold()
Get the LegalHold property of the container.
|
Map<String,String> |
metadata()
Get a name-value pair to associate with the container as metadata.
|
PublicAccess |
publicAccess()
Get specifies whether data in the container may be accessed publicly and the level of access.
|
PublicAccess publicAccess()
org.joda.time.DateTime lastModifiedTime()
LeaseStatus leaseStatus()
LeaseState leaseState()
LeaseDuration leaseDuration()
Map<String,String> metadata()
ImmutabilityPolicyProperties immutabilityPolicy()
LegalHoldProperties legalHold()
Boolean hasLegalHold()
Boolean hasImmutabilityPolicy()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/