Data.Cloud.AzureAPI.TAzureBlockListItem.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlockListItem


説明

指定された初期値を BlockIdBlockTypeSize に設定した TAzureBlockListItem の新しいインスタンスを返します。

関連項目