ApplicationOperationsExtensions.GetApplicationPackage Method (IApplicationOperations, String, String, String, String)
Gets information about the specified application package.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public static GetApplicationPackageResult GetApplicationPackage(
this IApplicationOperations operations,
string resourceGroupName,
string accountName,
string applicationId,
string version
)
public:
[ExtensionAttribute]
static GetApplicationPackageResult^ GetApplicationPackage(
IApplicationOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ applicationId,
String^ version
)
static member GetApplicationPackage :
operations:IApplicationOperations *
resourceGroupName:string *
accountName:string *
applicationId:string *
version:string -> GetApplicationPackageResult
<ExtensionAttribute>
Public Shared Function GetApplicationPackage (
operations As IApplicationOperations,
resourceGroupName As String,
accountName As String,
applicationId As String,
version As String
) As GetApplicationPackageResult
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.GetApplicationPackageResult
See Also
ApplicationOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace
Return to top