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