Compartir a través de


Versions.CloneWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<string>> CloneWithHttpMessagesAsync (Guid appId, string versionId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.TaskUpdateObject versionCloneObject, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CloneWithHttpMessagesAsync : Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.TaskUpdateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<string>>
override this.CloneWithHttpMessagesAsync : Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.TaskUpdateObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<string>>
Public Function CloneWithHttpMessagesAsync (appId As Guid, versionId As String, versionCloneObject As TaskUpdateObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of String))

Parámetros

appId
Guid
versionId
String
versionCloneObject
TaskUpdateObject
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Devoluciones

Implementaciones

Se aplica a