Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureConnectionInfo

Delphi

property UseDefaultEndpoints;

C++

__property UseDefaultEndpoints = {default=1};

Description

Specifies whether the connection uses the default service or not.

Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDefaultEndpoints inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.UseDefaultEndpoints.

Specifies whether the connection uses the default service or not.

UseDefaultEndpoints is set to True to use the default service URLs, and to False to use custom ones.

See Also