Data.Cloud.AzureAPI.TSignedIdentifier.AsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsXML: string; virtual;

C++

virtual System::UnicodeString __fastcall AsXML(void);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TSignedIdentifier

Description

Returns the XML representation used for create/update requests.

The AsXML method is used to return the XML representation of the signed identifier, as it is required for Azure requests.

See Also