API:DSAzure.TAzureBlobService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AConnectionString: TAzureConnectionString); override;

C++

__fastcall virtual TAzureBlobService(TAzureConnectionString* AConnectionString);

Properties

Type Visibility Source Unit Parent
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

Description

Creates an instance of the TAzureService class.

DSAzure.TAzureBlobService.Create inherits from DSAzure.TAzureService.Create. All content below this line refers to DSAzure.TAzureService.Create.

Creates an instance of the TAzureService class.

Call Create to create an instance of the TAzureService class. The AConnectionString represents the TAzureConnectionString to get connection information from the connection to the Microsoft Azure cloud.

See Also