IntegrationRuntimeStatusListResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
List of integration runtime status.
- nextLink
- String
The link to the next page of results, if any remaining results exist.
Applies to
Azure SDK for .NET