Data.Cloud.AzureAPI.StorageAnalytics.TStorageServiceProperties.LoadFromXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromXML(const AValue: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Cloud.AzureAPI.StorageAnalytics.pas
Data.Cloud.AzureAPI.StorageAnalytics.hpp
Data.Cloud.AzureAPI.StorageAnalytics TStorageServiceProperties

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