PatternExtensions.UpdatePatternAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleInfo> UpdatePatternAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IPattern operations, Guid appId, string versionId, Guid patternId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject pattern, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePatternAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IPattern * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleInfo>
<Extension()>
Public Function UpdatePatternAsync (operations As IPattern, appId As Guid, versionId As String, patternId As Guid, pattern As PatternRuleUpdateObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PatternRuleInfo)
Parameters
- operations
- IPattern
- appId
- Guid
- versionId
- String
- patternId
- Guid
- pattern
- PatternRuleUpdateObject
- cancellationToken
- CancellationToken
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET