DSAzure.TAzureBlobService.GetContainerACL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerACL(const ContainerName: String): String;

C++

System::UnicodeString __fastcall GetContainerACL(const System::UnicodeString ContainerName);

Properties

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

Description

Returns the permissions for the given container.

GetContainerACL returns the permissions for the given container, which specify whether the container can be accessed publicly. The result returned is an XML string, which contains an AccessPolicy defining the permissions, as well as the start date and expiry date for the access policy.

For more information on the XML returned, refer to the MSDN documentation in the See Also section.

See Also