ListApplicationsResponse Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod ListApplicationsResponse()

Initializes a new instance of the ListApplicationsResponse class.

System_CAPS_pubmethod ListApplicationsResponse(IList<Application>)

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

See Also

ListApplicationsResponse Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top

ListApplicationsResponse Constructor ()

Initializes a new instance of the ListApplicationsResponse class.

Syntax

public ListApplicationsResponse()
public:
ListApplicationsResponse()
new : unit -> ListApplicationsResponse
Public Sub New

Return to top

ListApplicationsResponse Constructor (IList<Application>)

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

Syntax

public ListApplicationsResponse(
    IList<Application> applications
)
public:
ListApplicationsResponse(
    IList<Application^>^ applications
)
new : 
        applications:IList<Application> -> ListApplicationsResponse
Public Sub New (
    applications As IList(Of Application)
)

Parameters

Return to top