Data.Cloud.AzureAPI.TAzureBlockListItem.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function Create(ABlockId: string; ABlockType: TAzureBlockType;  ASize: string = '0'): TAzureBlockListItem; static;

C++

static TAzureBlockListItem __fastcall Create(System::UnicodeString ABlockId, TAzureBlockType ABlockType, System::UnicodeString ASize = L"0");

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlockListItem


Beschreibung

Gibt eine neue Instanz von TAzureBlockListItem mit den angegebenen Anfangswerten für BlockId, BlockType oder Size zurück.

Siehe auch