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 メソッドでは、指定された名前のコンテナを削除します。

関連項目