Data.Cloud.AzureAPI.TAzureQueueService.GetQueueServiceProperties

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

Delphi

procedure GetQueueServiceProperties(const AProperties: TStorageServiceProperties; const AResponseInfo: TCloudResponseInfo);

C++

void __fastcall GetQueueServiceProperties(Data::Cloud::Azureapi::Storageanalytics::TStorageServiceProperties* const AProperties, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

プロパティ

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


説明

TStorageServiceProperties の指定されたインスタンスを、ストレージ解析CORS ルールのプロパティを含む、キュー サービスのプロパティで設定します。

メモ: ストレージ アカウント所有者のみが、このオペレーションを呼び出すことができます。

AResponseInfo は、レスポンスの情報を格納する TCloudResponseInfo の任意のインスタンスです。 レスポンスの情報が必要ない場合には nil 値を使用します。

関連項目