ApplicationOperationsExtensions.AddApplicationPackage Method (IApplicationOperations, String, String, String, String)
Creates an application package record.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public static AddApplicationPackageResult AddApplicationPackage(
this IApplicationOperations operations,
string resourceGroupName,
string accountName,
string applicationId,
string version
)
public:
[ExtensionAttribute]
static AddApplicationPackageResult^ AddApplicationPackage(
IApplicationOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ applicationId,
String^ version
)
static member AddApplicationPackage :
operations:IApplicationOperations *
resourceGroupName:string *
accountName:string *
applicationId:string *
version:string -> AddApplicationPackageResult
<ExtensionAttribute>
Public Shared Function AddApplicationPackage (
operations As IApplicationOperations,
resourceGroupName As String,
accountName As String,
applicationId As String,
version As String
) As AddApplicationPackageResult
Parameters
operations
Type: Microsoft.Azure.Management.Batch.IApplicationOperationsThe operations group for this extension method.
resourceGroupName
Type: System.StringThe name of the resource group that contains the Batch account.
accountName
Type: System.StringThe name of the Batch account.
applicationId
Type: System.StringThe id of the application.
version
Type: System.StringThe version of the application.
Return Value
Type: Microsoft.Azure.Management.Batch.Models.AddApplicationPackageResult
See Also
ApplicationOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace
Return to top