Azure Blob

Acquire blob lease

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Establish a lock for write and delete operations.

Inputs

항목

유형

설명

duration [required]

enum

The duration, in seconds, to hold the lock for. Allowed enum values: 15,30,45,60,Infinite

default: Infinite

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

항목

유형

설명

leaseId

string

Uniquely identifies a blob's lease.

requestId

string

The request ID uniquely identifies the request with Azure. This can be used to troubleshoot the request.

PREVIEWING: andrea.moscatelli/clarify-argocd-notifications-service