Interface SsisObjectMetadataListResponse
-
public interface SsisObjectMetadataListResponse
An immutable client-side representation of SsisObjectMetadataListResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SsisObjectMetadataListResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataListResponseInner object.String
nextLink()
Gets the nextLink property: The link to the next page of results, if any remaining results exist.List<SsisObjectMetadata>
value()
Gets the value property: List of SSIS object metadata.
-
-
-
Method Detail
-
value
List<SsisObjectMetadata> value()
Gets the value property: List of SSIS object metadata.- Returns:
- the value value.
-
nextLink
String nextLink()
Gets the nextLink property: The link to the next page of results, if any remaining results exist.- Returns:
- the nextLink value.
-
innerModel
SsisObjectMetadataListResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataListResponseInner object.- Returns:
- the inner object.
-
-