DSAzure.TSignedIdentifier.CanonicalizedResource

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TSignedIdentifier

Delphi

function CanonicalizedResource: String;

C++

System::UnicodeString __fastcall CanonicalizedResource();

Description

Returns a string in the format: Account/Resource.

CanonicalizedResource builds a string in the format: 'Account/Resource', where the value for Account and Resource are as they are passed in from the constructor. The account is the storage account name as held by the ConnectionString, and the resource is dependent on what you are currently working with, but could be a specific container's name, for example.

See Also