Data.Cloud.AzureAPI.TAzureBlobService.ReleaseBlobLease

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ReleaseBlobLease(ContainerName, BlobName, LeaseId: string): Boolean; overload; deprecated 'Use overloaded method instead';
function ReleaseBlobLease(const AContainerName, ABlobName, ALeaseId: string;
const AResponseInfo: TCloudResponseInfo): Boolean; overload;

C++

bool __fastcall ReleaseBlobLease _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (System::UnicodeString ContainerName, System::UnicodeString BlobName, System::UnicodeString LeaseId)/* overload */;
bool __fastcall ReleaseBlobLease(const System::UnicodeString AContainerName, const System::UnicodeString ABlobName, const System::UnicodeString ALeaseId, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService


Beschreibung

Gibt ein früher festgelegtes Leasing frei.

ReleaseBlobLease gibt ein früher festgelegtes Leasing frei.

Die folgende Tabelle beschreibt die Parameter:

Parameter Beschreibung

ContainerName

Der Name des Containers, in dem sich das Blob befindet.

BlobName

Der Name des Blobs, für das das Leasing aufgelöst wird.

LeaseId

Die ID des früher festgelegten Leasings.

ResponseInfo

Die optionale Klasse zum Speichern von Antwortinformationen.

Die Methode gibt True zurück, wenn die Operation erfolgreich ist, ansonsten False.

Siehe auch