Data.Cloud.AzureAPI.TBlobPolicy.Assign
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: TBlobPolicy |
Delphi
procedure Assign(const ASource: TPolicy); override;
C++
virtual void __fastcall Assign(TPolicy* const ASource);
Description
Copies the information from the specified blob container policy into the current policy.
If the specified policy is not a blob container policy, Assign raises an EConvertError exception with the following message:
- Invalid source class. TBlobPolicy object expected.