Class ManagedIntegrationRuntimeOperationResult
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeOperationResult
Properties of managed integration runtime operation result.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedIntegrationRuntimeOperationResult class. -
Method Summary
Modifier and TypeMethodDescriptionGet the activityId property: The activity id for the operation request.Get the additionalProperties property: Properties of managed integration runtime operation result.Get the errorCode property: The error code.Get the parameters property: Managed integration runtime error parameters.result()
Get the result property: The operation result.Get the startTime property: The start time of the operation.type()
Get the type property: The operation type.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of managed integration runtime operation result.
-
Constructor Details
-
ManagedIntegrationRuntimeOperationResult
public ManagedIntegrationRuntimeOperationResult()Creates an instance of ManagedIntegrationRuntimeOperationResult class.
-
-
Method Details
-
type
Get the type property: The operation type. Could be start or stop.- Returns:
- the type value.
-
startTime
Get the startTime property: The start time of the operation.- Returns:
- the startTime value.
-
result
Get the result property: The operation result.- Returns:
- the result value.
-
errorCode
Get the errorCode property: The error code.- Returns:
- the errorCode value.
-
parameters
Get the parameters property: Managed integration runtime error parameters.- Returns:
- the parameters value.
-
activityId
Get the activityId property: The activity id for the operation request.- Returns:
- the activityId value.
-
additionalProperties
Get the additionalProperties property: Properties of managed integration runtime operation result.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ManagedIntegrationRuntimeOperationResult withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of managed integration runtime operation result.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ManagedIntegrationRuntimeOperationResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-