Interface CreateRunResponse
-
public interface CreateRunResponse
An immutable client-side representation of CreateRunResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRunResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner object.String
runId()
Gets the runId property: Identifier of a run.
-
-
-
Method Detail
-
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.
-
-