LeaseContainerResponse Class

Lease Container response schema.

Inheritance
azure.mgmt.storage._serialization.Model
LeaseContainerResponse

Constructor

LeaseContainerResponse(*, lease_id: str | None = None, lease_time_seconds: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
lease_id
str

Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease.

lease_time_seconds
str

Approximate time remaining in the lease period, in seconds.

Variables

Name Description
lease_id
str

Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease.

lease_time_seconds
str

Approximate time remaining in the lease period, in seconds.