TeamsClient.GetMessageWithOptionsSubscriptionInputMetadataAsync Method

Definition

Get message with options subscription input metadata

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

Parameters

typeOfTheRecipientOfTheAction
String

Type of the recipient of the action

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get message with options subscription input metadata response.

Remarks

Discovery method used to populate dynamic parameter values at design time.

Applies to