次の方法で共有


AppsExtensions.AddCustomPrebuiltDomainAsync メソッド

定義

public static System.Threading.Tasks.Task<Guid> AddCustomPrebuiltDomainAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IApps operations, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainCreateObject prebuiltDomainCreateObject, System.Threading.CancellationToken cancellationToken = default);
static member AddCustomPrebuiltDomainAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IApps * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainCreateObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Guid>
<Extension()>
Public Function AddCustomPrebuiltDomainAsync (operations As IApps, prebuiltDomainCreateObject As PrebuiltDomainCreateObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Guid)

パラメーター

operations
IApps
prebuiltDomainCreateObject
PrebuiltDomainCreateObject
cancellationToken
CancellationToken

戻り値

適用対象