IApplicationOperations.GetApplicationPackageWithHttpMessagesAsync Method (String, String, String, String, Dictionary<String, List<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<AzureOperationResponse<GetApplicationPackageResult>> GetApplicationPackageWithHttpMessagesAsync(
    string resourceGroupName,
    string accountName,
    string applicationId,
    string version,
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)
Task<AzureOperationResponse<GetApplicationPackageResult^>^>^ GetApplicationPackageWithHttpMessagesAsync(
    String^ resourceGroupName,
    String^ accountName,
    String^ applicationId,
    String^ version,
    Dictionary<String^, List<String^>^>^ customHeaders = null,
    CancellationToken cancellationToken = null
)
abstract GetApplicationPackageWithHttpMessagesAsync : 
        resourceGroupName:string *
        accountName:string *
        applicationId:string *
        version:string *
        customHeaders:Dictionary<string, List<string>> = null *
        cancellationToken:CancellationToken = null -> Task<AzureOperationResponse<GetApplicationPackageResult>>
Function GetApplicationPackageWithHttpMessagesAsync (
    resourceGroupName As String,
    accountName As String,
    applicationId As String,
    version As String,
    customHeaders As Dictionary(Of String, List(Of String)),
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse(Of GetApplicationPackageResult))

Parameters

  • resourceGroupName
    Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse<GetApplicationPackageResult>>

See Also

IApplicationOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top