Data.Cloud.AzureAPI.TAzureQueueService.SetQueueServiceProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetQueueServiceProperties(const AProperties: TStorageServiceProperties; const AResponseInfo: TCloudResponseInfo): Boolean;

C++

bool __fastcall SetQueueServiceProperties(Data::Cloud::Azureapi::Storageanalytics::TStorageServiceProperties* const AProperties, 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

Sets the specified service properties as the properties of the queue service, including properties for storage analytics and CORS rules.

Note: Only the storage account owner may call this operation.

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