Data.Cloud.AzureAPI.StorageAnalytics.TStorageServiceProperties.LoadFromXML

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Cloud.AzureAPI.StorageAnalytics.pas
Data.Cloud.AzureAPI.StorageAnalytics.hpp
Unit: Data.Cloud.AzureAPI.StorageAnalytics
Parent: TStorageServiceProperties

Delphi

procedure LoadFromXML(const AValue: string);

C++

void __fastcall LoadFromXML(const System::UnicodeString AValue);

Description

Initializes this instance of TStorageServiceProperties from the specified XML data.

The format of the specified XML data should be the same as the result of a Get Storage Account Properties operation.

See Also