API:Data.Cloud.AzureAPI.TAzureBlobService.DeleteBlobSnapshot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

bool __fastcall DeleteBlobSnapshot _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (System::UnicodeString ContainerName, System::UnicodeString BlobName, System::UnicodeString SnapShot)/* overload */;
bool __fastcall DeleteBlobSnapshot(const System::UnicodeString AContainerName, const System::UnicodeString ABlobName, const System::UnicodeString ASnapShot, 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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.