Interface CreateRunResponse
public interface CreateRunResponse
An immutable client-side representation of CreateRunResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner object.runId()
Gets the runId property: Identifier of a run.
-
Method Details
-
runId
String runId()Gets the runId property: Identifier of a run.- Returns:
- the runId value.
-
innerModel
CreateRunResponseInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner object.- Returns:
- the inner object.
-