DSAzure.TAzureBlobService.DeleteContainer
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureBlobService | |
Delphi
function DeleteContainer(const ContainerName: String): boolean;
C++
bool __fastcall DeleteContainer(const System::UnicodeString ContainerName);
Description
Deletes the specified container.
DeleteContainer deletes the container with the specified name.