ElfsquadDataClient.GetEntityByIdAsync 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.
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