DSAzure.TAzureBlobService.SetContainerACL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetContainerACL(const ContainerName: String; const Id: String; AccessPolicy: TAccessPolicy;
const PublicAccess: String = BlobPublicAccessContainer): boolean;

C++

bool __fastcall SetContainerACL(const System::UnicodeString ContainerName, const System::UnicodeString Id, const TAccessPolicy &AccessPolicy, const System::UnicodeString PublicAccess = L"container");

Properties

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

Description

Sets the permissions for the given container.

SetContainerACL sets the access permissions for the given container. These permissions determine in which ways, if any, the container can be accessed publicly. For more information, refer to the See Also section.

See Also