Data.Cloud.AzureAPI.TAzureQueueService.GetQueueServicePropertiesXML
Delphi
function GetQueueServicePropertiesXML(const AResponseInfo: TCloudResponseInfo): string;
C++
System::UnicodeString __fastcall GetQueueServicePropertiesXML(Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TAzureQueueService |
説明
キュー サービスのプロパティの XML 表現を返します。これには、ストレージ解析や CORS ルールのプロパティも含まれています。
- メモ: ストレージ アカウント所有者のみが、このオペレーションを呼び出すことができます。
AResponseInfo
は、レスポンスの情報を格納する TCloudResponseInfo の任意のインスタンスです。 レスポンスの情報が必要ない場合には nil 値を使用します。
関連項目
- Data.Cloud.AzureAPI.TAzureQueueService.GetQueueServiceProperties
- Data.Cloud.AzureAPI.TAzureQueueService.SetQueueServiceProperties