DSAzure.TAzureBlobService.DeleteContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteContainer(const ContainerName: String): boolean;

C++

bool __fastcall DeleteContainer(const System::UnicodeString ContainerName);

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

Description

Deletes the specified container.

DeleteContainer deletes the container with the specified name.

See Also