Bagikan melalui


IntegrationRuntimeStatusListResponse Constructors

Definition

Overloads

IntegrationRuntimeStatusListResponse()

Initializes a new instance of the IntegrationRuntimeStatusListResponse class.

IntegrationRuntimeStatusListResponse(IList<IntegrationRuntimeStatusResponse>, String)

Initializes a new instance of the IntegrationRuntimeStatusListResponse class.

IntegrationRuntimeStatusListResponse()

Initializes a new instance of the IntegrationRuntimeStatusListResponse class.

public IntegrationRuntimeStatusListResponse ();
Public Sub New ()

Applies to

IntegrationRuntimeStatusListResponse(IList<IntegrationRuntimeStatusResponse>, String)

Initializes a new instance of the IntegrationRuntimeStatusListResponse class.

public IntegrationRuntimeStatusListResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse> value, string nextLink = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse> * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse
Public Sub New (value As IList(Of IntegrationRuntimeStatusResponse), Optional nextLink As String = Nothing)

Parameters

value
IList<IntegrationRuntimeStatusResponse>

List of integration runtime status.

nextLink
String

The link to the next page of results, if any remaining results exist.

Applies to