DSAzure.TAzureConnectionString.QueueURL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureConnectionString

Delphi

function QueueURL: String;

C++

System::UnicodeString __fastcall QueueURL();

Description

Returns the base URL for the queue storage account.

QueueURL returns the base URL for the queue storage account.

The values of Protocol, UseDevelopmentStorage, and UseDefaultEndpoints are taken into consideration when constructing the URL.

See Also