ClickSendSmsClient.SendPostcardAsync Method

Definition

Send Postcard

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardResponse> SendPostcardAsync(Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member SendPostcardAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardResponse>
override this.SendPostcardAsync : Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.ClickSendSms.Models.SendPostcardResponse>
Public Overridable Function SendPostcardAsync (input As SendPostcardInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SendPostcardResponse)

Parameters

input
SendPostcardInput

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Send Postcard response.

Remarks

Send one or more postcards

Applies to