DSAzure.TAzureBlobService.DeleteContainer

提供:RAD Studio API Documentation

Delphi

function DeleteContainer(const ContainerName: String): boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService


説明

指定されたコンテナを削除します。

DeleteContainer メソッドでは、指定された名前のコンテナを削除します。

関連項目