InventoryItems interface

InventoryItems を表すインターフェイス。

メソッド

create(string, string, string, InventoryItemsCreateOptionalParams)

InventoryItem を作成または更新します。

delete(string, string, string, InventoryItemsDeleteOptionalParams)

inventoryItem DELETE メソッドを実装します。

get(string, string, string, InventoryItemsGetOptionalParams)

InventoryItem GET メソッドを実装します。

listByVCenter(string, string, InventoryItemsListByVCenterOptionalParams)

指定された vCenter の inventoryItems の一覧を返します。

メソッドの詳細

create(string, string, string, InventoryItemsCreateOptionalParams)

InventoryItem を作成または更新します。

function create(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItem>

パラメーター

resourceGroupName

string

リソース グループ名。

vcenterName

string

vCenter の名前。

inventoryItemName

string

inventoryItem の名前。

options
InventoryItemsCreateOptionalParams

オプション パラメーター。

戻り値

Promise<InventoryItem>

delete(string, string, string, InventoryItemsDeleteOptionalParams)

inventoryItem DELETE メソッドを実装します。

function delete(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

vcenterName

string

vCenter の名前。

inventoryItemName

string

inventoryItem の名前。

options
InventoryItemsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, InventoryItemsGetOptionalParams)

InventoryItem GET メソッドを実装します。

function get(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItem>

パラメーター

resourceGroupName

string

リソース グループ名。

vcenterName

string

vCenter の名前。

inventoryItemName

string

inventoryItem の名前。

options
InventoryItemsGetOptionalParams

オプション パラメーター。

戻り値

Promise<InventoryItem>

listByVCenter(string, string, InventoryItemsListByVCenterOptionalParams)

指定された vCenter の inventoryItems の一覧を返します。

function listByVCenter(resourceGroupName: string, vcenterName: string, options?: InventoryItemsListByVCenterOptionalParams): PagedAsyncIterableIterator<InventoryItem, InventoryItem[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

vcenterName

string

vCenter の名前。

options
InventoryItemsListByVCenterOptionalParams

オプション パラメーター。

戻り値