SsisObjectMetadataListResponse 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
SsisObjectMetadataListResponse() |
Initializes a new instance of the SsisObjectMetadataListResponse class. |
SsisObjectMetadataListResponse(IList<SsisObjectMetadata>, String) |
Initializes a new instance of the SsisObjectMetadataListResponse class. |
SsisObjectMetadataListResponse()
Initializes a new instance of the SsisObjectMetadataListResponse class.
public SsisObjectMetadataListResponse ();
Public Sub New ()
Applies to
SsisObjectMetadataListResponse(IList<SsisObjectMetadata>, String)
Initializes a new instance of the SsisObjectMetadataListResponse class.
public SsisObjectMetadataListResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata> value = default, string nextLink = default);
new Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadataListResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadata> * string -> Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadataListResponse
Public Sub New (Optional value As IList(Of SsisObjectMetadata) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<SsisObjectMetadata>
List of SSIS object metadata.
- nextLink
- String
The link to the next page of results, if any remaining results exist.
Applies to
Azure SDK for .NET