ListContainerItem Class

The blob container properties be listed out.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage.v2018_07_01.models._models_py3.AzureEntityResource
ListContainerItem

Constructor

ListContainerItem(*, public_access: str | _models.PublicAccess | None = None, metadata: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
public_access

Specifies whether data in the container may be accessed publicly and the level of access. Known values are: "Container", "Blob", and "None".

metadata

A name-value pair to associate with the container as metadata.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

etag
str

Resource Etag.

public_access

Specifies whether data in the container may be accessed publicly and the level of access. Known values are: "Container", "Blob", and "None".

last_modified_time

Returns the date and time the container was last modified.

lease_status

The lease status of the container. Known values are: "Locked" and "Unlocked".

lease_state

Lease state of the container. Known values are: "Available", "Leased", "Expired", "Breaking", and "Broken".

lease_duration

Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. Known values are: "Infinite" and "Fixed".

metadata

A name-value pair to associate with the container as metadata.

immutability_policy

The ImmutabilityPolicy property of the container.

legal_hold

The LegalHold property of the container.

has_legal_hold

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.

has_immutability_policy

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.