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