DSAzure.TAzureBlobService.SetContainerACL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureBlobService

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");

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