Share via


VMwareVCenterResource.Update Method

Definition

API to update certain properties of the vCenter resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/vcenters/{vcenterName}
  • Operation Id: VCenters_Update
  • Default Api Version: 2023-12-01
  • Resource: VMwareVCenterResource
public virtual Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource> Update (Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourcePatchContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourcePatchContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
override this.Update : Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourcePatchContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
Public Overridable Function Update (content As VMwareResourcePatchContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VMwareVCenterResource)

Parameters

content
VMwareResourcePatchContent

Resource properties to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to