ApplicationOperationsExtensions.CreateAsync Metod

Definition

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

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)

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.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för