ApplicationPackageOperationsExtensions.Get Method

Definition

Gets information about the specified application package.

public static Microsoft.Azure.Management.Batch.Models.ApplicationPackage Get (this Microsoft.Azure.Management.Batch.IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName);
static member Get : Microsoft.Azure.Management.Batch.IApplicationPackageOperations * string * string * string * string -> Microsoft.Azure.Management.Batch.Models.ApplicationPackage
<Extension()>
Public Function Get (operations As IApplicationPackageOperations, resourceGroupName As String, accountName As String, applicationName As String, versionName As String) As ApplicationPackage

Parameters

operations
IApplicationPackageOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

applicationName
String

The name of the application. This must be unique within the account.

versionName
String

The version of the application.

Returns

Applies to