IApplicationOperations.GetApplicationPackageAsync Method (String, String, String, String, CancellationToken)
Gets information about the specified application package.
Namespace: Microsoft.Azure.Management.Batch
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
Task<GetApplicationPackageResponse> GetApplicationPackageAsync(
string resourceGroupName,
string accountName,
string applicationId,
string version,
CancellationToken cancellationToken
)
Task<GetApplicationPackageResponse^>^ GetApplicationPackageAsync(
String^ resourceGroupName,
String^ accountName,
String^ applicationId,
String^ version,
CancellationToken cancellationToken
)
abstract GetApplicationPackageAsync :
resourceGroupName:string *
accountName:string *
applicationId:string *
version:string *
cancellationToken:CancellationToken -> Task<GetApplicationPackageResponse>
Function GetApplicationPackageAsync (
resourceGroupName As String,
accountName As String,
applicationId As String,
version As String,
cancellationToken As CancellationToken
) As Task(Of GetApplicationPackageResponse)
Parameters
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.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GetApplicationPackageResponse>
Response to an ApplicationOperations.GetApplicationPackage request.
See Also
IApplicationOperations Interface
Microsoft.Azure.Management.Batch Namespace
Return to top