AzureAccountsExtensions.AssignToAppAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AssignToAppAsync(IAzureAccounts, Guid, AzureAccountInfoObject, CancellationToken) | |
AssignToAppAsync(IAzureAccounts, Guid, String, AzureAccountInfoObject, CancellationToken) |
AssignToAppAsync(IAzureAccounts, Guid, AzureAccountInfoObject, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus> AssignToAppAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts operations, Guid appId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject azureAccountInfoObject = default, System.Threading.CancellationToken cancellationToken = default);
static member AssignToAppAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>
<Extension()>
Public Function AssignToAppAsync (operations As IAzureAccounts, appId As Guid, Optional azureAccountInfoObject As AzureAccountInfoObject = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)
パラメーター
- operations
- IAzureAccounts
- appId
- Guid
- azureAccountInfoObject
- AzureAccountInfoObject
- cancellationToken
- CancellationToken
戻り値
適用対象
AssignToAppAsync(IAzureAccounts, Guid, String, AzureAccountInfoObject, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus> AssignToAppAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts operations, Guid appId, string armToken = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject azureAccountInfoObject = default, System.Threading.CancellationToken cancellationToken = default);
static member AssignToAppAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts * Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus>
<Extension()>
Public Function AssignToAppAsync (operations As IAzureAccounts, appId As Guid, Optional armToken As String = Nothing, Optional azureAccountInfoObject As AzureAccountInfoObject = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)
パラメーター
- operations
- IAzureAccounts
- appId
- Guid
- armToken
- String
- azureAccountInfoObject
- AzureAccountInfoObject
- cancellationToken
- CancellationToken
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET