DSAzure.TAzureConnectionString.QueueEndpoint

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

Delphi

property QueueEndpoint: string read FQueueEndpoint write FQueueEndpoint;

C++

__property System::UnicodeString QueueEndpoint = {read=FQueueEndpoint, write=FQueueEndpoint};

プロパティ

種類 可視性 ソース ユニット
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString


説明

デフォルトのキュー ストレージ アカウント アドレスの代わりに使用する URL。

UseDefaultEndpointsFalse に設定されている場合、QueueEndpoint に保持されている値が、キュー ストレージ アカウントにアクセスするための URL として使用されます。そうでなければ、デフォルトの [AccountName].queue.core.windows.net が使用されます。これは、UseDevelopmentStorageTrue に設定されている場合には適用されてない点に注意してください。この場合、静的なローカル アドレスが使用されます。

関連項目