Class CreateRunResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner
Response body with a run identifier.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CreateRunResponseInner class. -
Method Summary
-
Constructor Details
-
CreateRunResponseInner
public CreateRunResponseInner()Creates an instance of CreateRunResponseInner class.
-
-
Method Details
-
runId
Get the runId property: Identifier of a run.- Returns:
- the runId value.
-
withRunId
Set the runId property: Identifier of a run.- Parameters:
runId
- the runId value to set.- Returns:
- the CreateRunResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-