Dela via


ApplicationOperationsExtensions.Create Metod

Definition

Lägger till ett program i det angivna Batch-kontot.

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

Parametrar

operations
IApplicationOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som innehåller Batch-kontot.

accountName
String

Namnet på Batch-kontot.

applicationName
String

Namnet på programmet. Detta måste vara unikt i kontot.

parameters
Application

Parametrarna för begäran.

Returer

Gäller för