GetApplicationSummaryResponse Constructor (ApplicationSummary)

 

Initializes a new instance of the GetApplicationSummaryResponse class with required arguments.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public GetApplicationSummaryResponse(
    ApplicationSummary applicationSummary
)
public:
GetApplicationSummaryResponse(
    ApplicationSummary^ applicationSummary
)
new : 
        applicationSummary:ApplicationSummary -> GetApplicationSummaryResponse
Public Sub New (
    applicationSummary As ApplicationSummary
)

Parameters

See Also

GetApplicationSummaryResponse Overload
GetApplicationSummaryResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top