Data.Cloud.AzureAPI.TAzureBlobService.GetContainerACL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerACL(ContainerName: string; out PublicAccess: TBlobPublicAccess;  ResponseInfo: TCloudResponseInfo = nil): TList<TSignedIdentifier>;

C++

System::Generics::Collections::TList__1<TSignedIdentifier*>* __fastcall GetContainerACL(System::UnicodeString ContainerName, /* out */ TBlobPublicAccess &PublicAccess, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService

Description

Returns the public permissions for the container.

GetContainerACL is used to return the list of the access policies.

The following table describes the parameters:

Parameter Description

ContainerName

The name of the container to get the permissions for.

PublicAccess

The public access setting for the container.

ResponseInfo

The optional class for storing response info into.


See Also