共用方式為


ApplicationOperationsExtensions.CreateAsync 方法

定義

將應用程式新增至指定的 Batch 帳戶。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application> CreateAsync (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName, Microsoft.Azure.Management.Batch.Models.Application parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function CreateAsync (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String, Optional parameters As Application = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)

參數

operations
IApplicationOperations

這個擴充方法的作業群組。

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

applicationName
String

應用程式的名稱。 這在帳戶內必須是唯一的。

parameters
Application

要求的參數。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於