ElfsquadDataClient.PutEntityByIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update entity
public virtual System.Threading.Tasks.Task PutEntityByIdAsync(string nameOfTheEntity, string identifierOfTheEntity, Azure.Connectors.Sdk.ElfsquadData.Models.PutEntityByIdInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member PutEntityByIdAsync : string * string * Azure.Connectors.Sdk.ElfsquadData.Models.PutEntityByIdInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.PutEntityByIdAsync : string * string * Azure.Connectors.Sdk.ElfsquadData.Models.PutEntityByIdInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function PutEntityByIdAsync (nameOfTheEntity As String, identifierOfTheEntity As String, input As PutEntityByIdInput, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- nameOfTheEntity
- String
Name of the entity
- identifierOfTheEntity
- String
Identifier of the entity
- input
- PutEntityByIdInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Update entity