Data.Cloud.AzureAPI.TAzureBlobService.GetContainerACL

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService

説明

コンテナのpublic アクセス権限を返します。

GetContainerACL は、アクセス ポリシーのリストを返すために使用されます。

次の表では、パラメータを説明しています。

パラメータ 説明

ContainerName

アクセス権限を取得する対象のコンテナの名前。

PublicAccess

コンテナへ設定する public アクセス設定。

ResponseInfo

レスポンス情報を保管するための、任意のクラス。


関連項目