Data.Cloud.AzureAPI.TAzureContainer.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: TAzureContainer |
Delphi
constructor Create(const Name, URL: string; Properties: TStrings = nil; Metadata: TStrings = nil);
C++
__fastcall TAzureContainer(const System::UnicodeString Name, const System::UnicodeString URL, System::Classes::TStrings* Properties, System::Classes::TStrings* Metadata);
Description
Creates a new instance of TAzureContainer.
Create creates a new instance of TAzureContainer.
The following table shows the significance of the parameters:
Parameter | Description |
---|---|
Name |
The name of the container. |
URL |
The unique URL of the container. |
Properties |
The properties associated with the container. |
Metadata |
The metadata associated with the container. |
If Properties
and/or Metadata
are left as nil, then a new empty System.Classes.TStrings will be created.