Data.Cloud.AzureAPI.TAzureQueueService.GetQueueACLXML
Delphi
function GetQueueACLXML(const AQueueName: string; const AClientRequestID: string; const AResponseInfo: TCloudResponseInfo): string;
C++
System::UnicodeString __fastcall GetQueueACLXML(const System::UnicodeString AQueueName, const System::UnicodeString AClientRequestID, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureQueueService |
Description
Returns an XML representation of the access policies stored for the specified queue that you may use with shared access signatures.
GetQueueACLXML receives the following parameters:
AQueueName
is the name of the target queue.AClientRequestID
is an optional string that uniquely identifies your client. This value is used for storage analytics.AResponseInfo
is an optional instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.
See Also
- Data.Cloud.AzureAPI.TAzureQueueService.GetQueueACL
- Data.Cloud.AzureAPI.TAzureQueueService.SetQueueACL