ElfsquadDataClient.GetEntityByIdAsync Method

Definition

Get entity by id

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.GetEntityByIdResponse> GetEntityByIdAsync(string nameOfTheEntity, string identifierOfTheEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityByIdAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.GetEntityByIdResponse>
override this.GetEntityByIdAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.GetEntityByIdResponse>
Public Overridable Function GetEntityByIdAsync (nameOfTheEntity As String, identifierOfTheEntity As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetEntityByIdResponse)

Parameters

nameOfTheEntity
String

Name of the entity

identifierOfTheEntity
String

Identifier of the entity

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get entity by id response.

Remarks

Get entity by id

Applies to