Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobRelationshipProperties
Packages that use JobRelationshipProperties
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobRelationshipProperties in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return JobRelationshipPropertiesModifier and TypeMethodDescriptionCreateJobParameters.related()
Get the recurring job relationship information properties.JobInformationBasic.related()
Get the recurring job relationship information properties.JobRelationshipProperties.withPipelineId
(UUID pipelineId) Set the job relationship pipeline identifier (a GUID).JobRelationshipProperties.withPipelineName
(String pipelineName) Set the friendly name of the job relationship pipeline, which does not need to be unique.JobRelationshipProperties.withPipelineUri
(String pipelineUri) Set the pipeline uri, unique, links to the originating service for this pipeline.JobRelationshipProperties.withRecurrenceId
(UUID recurrenceId) Set the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.JobRelationshipProperties.withRecurrenceName
(String recurrenceName) Set the recurrence name, user friendly name for the correlation between jobs.Set the run identifier (a GUID), unique identifier of the iteration of this pipeline.Methods in com.microsoft.azure.management.datalake.analytics.models with parameters of type JobRelationshipPropertiesModifier and TypeMethodDescriptionCreateJobParameters.withRelated
(JobRelationshipProperties related) Set the recurring job relationship information properties.JobInformationBasic.withRelated
(JobRelationshipProperties related) Set the recurring job relationship information properties.