ElfsquadDataClient.PostEntityByIdAsync 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.
Create entity
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdResponse> PostEntityByIdAsync(string nameOfTheEntity, Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member PostEntityByIdAsync : string * Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdResponse>
override this.PostEntityByIdAsync : string * Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ElfsquadData.Models.PostEntityByIdResponse>
Public Overridable Function PostEntityByIdAsync (nameOfTheEntity As String, input As PostEntityByIdInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PostEntityByIdResponse)
Parameters
- nameOfTheEntity
- String
Name of the entity
- input
- PostEntityByIdInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create entity response.
Remarks
Create entity