Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDefaultEndpoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDefaultEndpoints: Boolean read FUseDefaultEndpoints write FUseDefaultEndpoints default 1;

C++

__property UseDefaultEndpoints = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

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