ProjectplaceClient.CreateCardAsync 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 Card
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Projectplace.Models.CreateCardResponse> CreateCardAsync(int board, Azure.Connectors.Sdk.Projectplace.Models.CreateCardInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateCardAsync : int * Azure.Connectors.Sdk.Projectplace.Models.CreateCardInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Projectplace.Models.CreateCardResponse>
override this.CreateCardAsync : int * Azure.Connectors.Sdk.Projectplace.Models.CreateCardInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Projectplace.Models.CreateCardResponse>
Public Overridable Function CreateCardAsync (board As Integer, input As CreateCardInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateCardResponse)
Parameters
- board
- Int32
Board
- input
- CreateCardInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create Card response.
Remarks
Creates a new card with the parameters provided