Partilhar via


InventoryItems interface

Interface que representa um InventoryItems.

Métodos

create(string, string, string, InventoryItemsCreateOptionalParams)

Crie ou atualize InventoryItem.

delete(string, string, string, InventoryItemsDeleteOptionalParams)

Implementa o método inventoryItem DELETE.

get(string, string, string, InventoryItemsGetOptionalParams)

Implementa o método GET InventoryItem.

listByVCenter(string, string, InventoryItemsListByVCenterOptionalParams)

Retorna a lista de inventárioItems do vCenter fornecido.

Detalhes de Método

create(string, string, string, InventoryItemsCreateOptionalParams)

Crie ou atualize InventoryItem.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

inventoryItemName

string

Nome do inventárioItem.

options
InventoryItemsCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<InventoryItem>

delete(string, string, string, InventoryItemsDeleteOptionalParams)

Implementa o método inventoryItem DELETE.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

inventoryItemName

string

Nome do inventárioItem.

options
InventoryItemsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, InventoryItemsGetOptionalParams)

Implementa o método GET InventoryItem.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

inventoryItemName

string

Nome do inventárioItem.

options
InventoryItemsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<InventoryItem>

listByVCenter(string, string, InventoryItemsListByVCenterOptionalParams)

Retorna a lista de inventárioItems do vCenter fornecido.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

vcenterName

string

Nome do vCenter.

options
InventoryItemsListByVCenterOptionalParams

Os parâmetros de opções.

Devoluções