Data.Cloud.AzureAPI.TAzureBlockListItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

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");

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlockListItem

Description

Returns a new instance of TAzureBlockListItem with the specified initial values for BlockId, BlockType or Size.

See Also