CreateRunResponse Class

Response body with a run identifier.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
CreateRunResponse

Constructor

CreateRunResponse(*, run_id: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
run_id
str

Identifier of a run. Required.

Variables

Name Description
run_id
str

Identifier of a run. Required.