Data.Cloud.AzureAPI.TAzureBlobService.GetContainerACLXML

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetContainerACLXML(ContainerName: string; out PublicAccess: TBlobPublicAccess): string; overload; deprecated 'Use GetContainerACL method instead';

C++

System::UnicodeString __fastcall GetContainerACLXML _DEPRECATED_ATTRIBUTE1("Use GetContainerACL method instead") (System::UnicodeString ContainerName, /* out */ TBlobPublicAccess &PublicAccess)/* overload */;

Description

Attention: GetContainerACLXML is deprecated. Please use GetContainerACL.

Returns the public permissions for the container in XML representation.

GetContainerACLXML is used to return the XML representation 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