共用方式為


ApplicationOperationsExtensions.Create 方法

定義

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

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

參數

operations
IApplicationOperations

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

resourceGroupName
String

包含 Batch 帳戶的資源組名。

accountName
String

Batch 帳戶的名稱。

applicationName
String

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

parameters
Application

要求的參數。

傳回

適用於