Compartilhar via


InventoryItemCollection.CreateOrUpdate Método

Definição

Criar ou atualizar InventoryItem.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}/inventoryItems/{inventoryItemName}
  • Operação IdInventoryItems_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string inventoryItemName, Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.InventoryItemResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, inventoryItemName As String, data As InventoryItemData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of InventoryItemResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

inventoryItemName
String

Nome do inventoryItem.

data
InventoryItemData

Conteúdo da solicitação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

inventoryItemName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

inventoryItemName ou data é nulo.

Aplica-se a