Interface CreateRunResponse


public interface CreateRunResponse
An immutable client-side representation of CreateRunResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner object.
    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

      Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner object.
      Returns:
      the inner object.