TAzureConnectionString

From RAD Studio
Jump to: navigation, search

Go Up to Azure and Cloud Computing with DataSnap

Warning: DSAzure API is deprecated and has been replaced by Data.Cloud.AzureAPI. You are encouraged to use the new API when developing cloud computing applications. See Cloud Computing with DataSnap for more information.

Note: The TAzureConnectionString is available in the Tool Palette only if you install the dclWindowsAzureManagement190.bpl package, that you can find in the bin folder of the RAD Studio installation folder.

The TAzureConnectionString component provides Azure connection information such as AccountKey, AccountName, and Protocol.

Every Azure component from the Tool Palette requires a TAzureConnectionString placed on the same form to provide Azure connection parameters.

This component also has a development storage property that should only be set to True if you have a developer copy of the Microsoft Azure cloud running on your development machine.

See Also