Freigeben über


ApplicationOperationsExtensions.Create Methode

Definition

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

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

Parameter

operations
IApplicationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

applicationName
String

Der Namen der Anwendung. Dies muss innerhalb des Kontos eindeutig sein.

parameters
Application

Die Parameter für die Anforderung.

Gibt zurück

Gilt für: