Data.Cloud.AzureAPI.TAzureBlobService.GetContainerACL

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContainerACL(ContainerName: string; out PublicAccess: TBlobPublicAccess;  ResponseInfo: TCloudResponseInfo = nil): TList<TSignedIdentifier>; overload; deprecated 'Use overloaded method instead';
function GetContainerACL(const AContainerName: string; out APublicAccess: TBlobPublicAccess;  out AResponseXML: string; const AResponseInfo: TCloudResponseInfo): TArray<ISignedIdentifier>; overload;

C++

System::Generics::Collections::TList__1<TSignedIdentifier*>* __fastcall GetContainerACL _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (System::UnicodeString ContainerName, /* out */ TBlobPublicAccess &PublicAccess, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0))/* overload */;
System::DynamicArray<_di_ISignedIdentifier> __fastcall GetContainerACL(const System::UnicodeString AContainerName, /* out */ TBlobPublicAccess &APublicAccess, /* out */ System::UnicodeString &AResponseXML, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService


Beschreibung

Gibt die als public deklarierten Berechtigungen für den Container zurück.

Mit GetContainerACL wird die Liste von Zugriffsrichtlinien zurückgegeben.

Die folgende Tabelle beschreibt die Parameter:

Parameter Beschreibung

ContainerName

Der Name des Containers, für den die Berechtigungen ermittelt werden sollen.

PublicAccess

Die als public deklarierte Zugriffseinstellung für den Container.

ResponseInfo

Die optionale Klasse zum Speichern der Antwortinformationen.


Siehe auch