Interface SsisObjectMetadataStatusResponse
public interface SsisObjectMetadataStatusResponse
An immutable client-side representation of SsisObjectMetadataStatusResponse.
-
Method Summary
Modifier and TypeMethodDescriptionerror()
Gets the error property: The operation error message.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataStatusResponseInner object.name()
Gets the name property: The operation name.Gets the properties property: The operation properties.status()
Gets the status property: The status of the operation.
-
Method Details
-
status
String status()Gets the status property: The status of the operation.- Returns:
- the status value.
-
name
String name()Gets the name property: The operation name.- Returns:
- the name value.
-
properties
String properties()Gets the properties property: The operation properties.- Returns:
- the properties value.
-
error
String error()Gets the error property: The operation error message.- Returns:
- the error value.
-
innerModel
SsisObjectMetadataStatusResponseInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SsisObjectMetadataStatusResponseInner object.- Returns:
- the inner object.
-