Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
JobRelationshipProperties |
JobInformationBasic.related()
Get the recurring job relationship information properties.
|
JobRelationshipProperties |
CreateJobParameters.related()
Get the recurring job relationship information properties.
|
JobRelationshipProperties |
JobRelationshipProperties.withPipelineId(UUID pipelineId)
Set the job relationship pipeline identifier (a GUID).
|
JobRelationshipProperties |
JobRelationshipProperties.withPipelineName(String pipelineName)
Set the friendly name of the job relationship pipeline, which does not need to be unique.
|
JobRelationshipProperties |
JobRelationshipProperties.withPipelineUri(String pipelineUri)
Set the pipeline uri, unique, links to the originating service for this pipeline.
|
JobRelationshipProperties |
JobRelationshipProperties.withRecurrenceId(UUID recurrenceId)
Set the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.
|
JobRelationshipProperties |
JobRelationshipProperties.withRecurrenceName(String recurrenceName)
Set the recurrence name, user friendly name for the correlation between jobs.
|
JobRelationshipProperties |
JobRelationshipProperties.withRunId(UUID runId)
Set the run identifier (a GUID), unique identifier of the iteration of this pipeline.
|
Modifier and Type | Method and Description |
---|---|
JobInformationBasic |
JobInformationBasic.withRelated(JobRelationshipProperties related)
Set the recurring job relationship information properties.
|
CreateJobParameters |
CreateJobParameters.withRelated(JobRelationshipProperties related)
Set the recurring job relationship information properties.
|
Copyright © 2019. All rights reserved.