...

Package job

import "github.com/Azure/azure-sdk-for-go/profiles/preview/datalake/analytics/job"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type BaseClient
    func New() BaseClient
    func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient
type BaseJobParameters
type BasicCreateJobProperties
type BasicProperties
type BuildJobParameters
type Client
    func NewClient() Client
type CompileMode
    func PossibleCompileModeValues() []CompileMode
type CreateJobParameters
type CreateJobProperties
type CreateUSQLJobProperties
type DataPath
type Diagnostics
type ErrorDetails
type HiveJobProperties
type InfoListResult
type InfoListResultIterator
    func NewInfoListResultIterator(page InfoListResultPage) InfoListResultIterator
type InfoListResultPage
    func NewInfoListResultPage(cur InfoListResult, getNextPage func(context.Context, InfoListResult) (InfoListResult, error)) InfoListResultPage
type Information
type InformationBasic
type InnerError
type PipelineClient
    func NewPipelineClient() PipelineClient
type PipelineInformation
type PipelineInformationListResult
type PipelineInformationListResultIterator
    func NewPipelineInformationListResultIterator(page PipelineInformationListResultPage) PipelineInformationListResultIterator
type PipelineInformationListResultPage
    func NewPipelineInformationListResultPage(cur PipelineInformationListResult, getNextPage func(context.Context, PipelineInformationListResult) (PipelineInformationListResult, error)) PipelineInformationListResultPage
type PipelineRunInformation
type Properties
type RecurrenceClient
    func NewRecurrenceClient() RecurrenceClient
type RecurrenceInformation
type RecurrenceInformationListResult
type RecurrenceInformationListResultIterator
    func NewRecurrenceInformationListResultIterator(page RecurrenceInformationListResultPage) RecurrenceInformationListResultIterator
type RecurrenceInformationListResultPage
    func NewRecurrenceInformationListResultPage(cur RecurrenceInformationListResult, getNextPage func(context.Context, RecurrenceInformationListResult) (RecurrenceInformationListResult, error)) RecurrenceInformationListResultPage
type RelationshipProperties
type Resource
type ResourceType
    func PossibleResourceTypeValues() []ResourceType
type Result
    func PossibleResultValues() []Result
type SeverityTypes
    func PossibleSeverityTypesValues() []SeverityTypes
type State
    func PossibleStateValues() []State
type StateAuditRecord
type Statistics
type StatisticsVertexStage
type Type
    func PossibleTypeValues() []Type
type TypeBasicCreateJobProperties
    func PossibleTypeBasicCreateJobPropertiesValues() []TypeBasicCreateJobProperties
type TypeEnum
    func PossibleTypeEnumValues() []TypeEnum
type USQLJobProperties

Package files

models.go

Constants

const (
    DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type BaseClient

type BaseClient = original.BaseClient

func New

func New() BaseClient

func NewWithoutDefaults

func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient

type BaseJobParameters

type BaseJobParameters = original.BaseJobParameters

type BasicCreateJobProperties

type BasicCreateJobProperties = original.BasicCreateJobProperties

type BasicProperties

type BasicProperties = original.BasicProperties

type BuildJobParameters

type BuildJobParameters = original.BuildJobParameters

type Client

type Client = original.Client

func NewClient

func NewClient() Client

type CompileMode

type CompileMode = original.CompileMode
const (
    Full      CompileMode = original.Full
    Semantic  CompileMode = original.Semantic
    SingleBox CompileMode = original.SingleBox
)

func PossibleCompileModeValues

func PossibleCompileModeValues() []CompileMode

type CreateJobParameters

type CreateJobParameters = original.CreateJobParameters

type CreateJobProperties

type CreateJobProperties = original.CreateJobProperties

type CreateUSQLJobProperties

type CreateUSQLJobProperties = original.CreateUSQLJobProperties

type DataPath

type DataPath = original.DataPath

type Diagnostics

type Diagnostics = original.Diagnostics

type ErrorDetails

type ErrorDetails = original.ErrorDetails

type HiveJobProperties

type HiveJobProperties = original.HiveJobProperties

type InfoListResult

type InfoListResult = original.InfoListResult

type InfoListResultIterator

type InfoListResultIterator = original.InfoListResultIterator

func NewInfoListResultIterator

func NewInfoListResultIterator(page InfoListResultPage) InfoListResultIterator

type InfoListResultPage

type InfoListResultPage = original.InfoListResultPage

func NewInfoListResultPage

func NewInfoListResultPage(cur InfoListResult, getNextPage func(context.Context, InfoListResult) (InfoListResult, error)) InfoListResultPage

type Information

type Information = original.Information

type InformationBasic

type InformationBasic = original.InformationBasic

type InnerError

type InnerError = original.InnerError

type PipelineClient

type PipelineClient = original.PipelineClient

func NewPipelineClient

func NewPipelineClient() PipelineClient

type PipelineInformation

type PipelineInformation = original.PipelineInformation

type PipelineInformationListResult

type PipelineInformationListResult = original.PipelineInformationListResult

type PipelineInformationListResultIterator

type PipelineInformationListResultIterator = original.PipelineInformationListResultIterator

func NewPipelineInformationListResultIterator

func NewPipelineInformationListResultIterator(page PipelineInformationListResultPage) PipelineInformationListResultIterator

type PipelineInformationListResultPage

type PipelineInformationListResultPage = original.PipelineInformationListResultPage

func NewPipelineInformationListResultPage

func NewPipelineInformationListResultPage(cur PipelineInformationListResult, getNextPage func(context.Context, PipelineInformationListResult) (PipelineInformationListResult, error)) PipelineInformationListResultPage

type PipelineRunInformation

type PipelineRunInformation = original.PipelineRunInformation

type Properties

type Properties = original.Properties

type RecurrenceClient

type RecurrenceClient = original.RecurrenceClient

func NewRecurrenceClient

func NewRecurrenceClient() RecurrenceClient

type RecurrenceInformation

type RecurrenceInformation = original.RecurrenceInformation

type RecurrenceInformationListResult

type RecurrenceInformationListResult = original.RecurrenceInformationListResult

type RecurrenceInformationListResultIterator

type RecurrenceInformationListResultIterator = original.RecurrenceInformationListResultIterator

func NewRecurrenceInformationListResultIterator

func NewRecurrenceInformationListResultIterator(page RecurrenceInformationListResultPage) RecurrenceInformationListResultIterator

type RecurrenceInformationListResultPage

type RecurrenceInformationListResultPage = original.RecurrenceInformationListResultPage

func NewRecurrenceInformationListResultPage

func NewRecurrenceInformationListResultPage(cur RecurrenceInformationListResult, getNextPage func(context.Context, RecurrenceInformationListResult) (RecurrenceInformationListResult, error)) RecurrenceInformationListResultPage

type RelationshipProperties

type RelationshipProperties = original.RelationshipProperties

type Resource

type Resource = original.Resource

type ResourceType

type ResourceType = original.ResourceType
const (
    JobManagerResource             ResourceType = original.JobManagerResource
    JobManagerResourceInUserFolder ResourceType = original.JobManagerResourceInUserFolder
    StatisticsResource             ResourceType = original.StatisticsResource
    StatisticsResourceInUserFolder ResourceType = original.StatisticsResourceInUserFolder
    VertexResource                 ResourceType = original.VertexResource
    VertexResourceInUserFolder     ResourceType = original.VertexResourceInUserFolder
)

func PossibleResourceTypeValues

func PossibleResourceTypeValues() []ResourceType

type Result

type Result = original.Result
const (
    Cancelled Result = original.Cancelled
    Failed    Result = original.Failed
    None      Result = original.None
    Succeeded Result = original.Succeeded
)

func PossibleResultValues

func PossibleResultValues() []Result

type SeverityTypes

type SeverityTypes = original.SeverityTypes
const (
    Deprecated    SeverityTypes = original.Deprecated
    Error         SeverityTypes = original.Error
    Info          SeverityTypes = original.Info
    SevereWarning SeverityTypes = original.SevereWarning
    UserWarning   SeverityTypes = original.UserWarning
    Warning       SeverityTypes = original.Warning
)

func PossibleSeverityTypesValues

func PossibleSeverityTypesValues() []SeverityTypes

type State

type State = original.State
const (
    StateAccepted           State = original.StateAccepted
    StateCompiling          State = original.StateCompiling
    StateEnded              State = original.StateEnded
    StateNew                State = original.StateNew
    StatePaused             State = original.StatePaused
    StateQueued             State = original.StateQueued
    StateRunning            State = original.StateRunning
    StateScheduling         State = original.StateScheduling
    StateStarting           State = original.StateStarting
    StateWaitingForCapacity State = original.StateWaitingForCapacity
)

func PossibleStateValues

func PossibleStateValues() []State

type StateAuditRecord

type StateAuditRecord = original.StateAuditRecord

type Statistics

type Statistics = original.Statistics

type StatisticsVertexStage

type StatisticsVertexStage = original.StatisticsVertexStage

type Type

type Type = original.Type
const (
    TypeHive          Type = original.TypeHive
    TypeJobProperties Type = original.TypeJobProperties
    TypeUSQL          Type = original.TypeUSQL
)

func PossibleTypeValues

func PossibleTypeValues() []Type

type TypeBasicCreateJobProperties

type TypeBasicCreateJobProperties = original.TypeBasicCreateJobProperties
const (
    TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeCreateJobProperties
    TypeBasicCreateJobPropertiesTypeUSQL                TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeUSQL
)

func PossibleTypeBasicCreateJobPropertiesValues

func PossibleTypeBasicCreateJobPropertiesValues() []TypeBasicCreateJobProperties

type TypeEnum

type TypeEnum = original.TypeEnum
const (
    Hive TypeEnum = original.Hive
    USQL TypeEnum = original.USQL
)

func PossibleTypeEnumValues

func PossibleTypeEnumValues() []TypeEnum

type USQLJobProperties

type USQLJobProperties = original.USQLJobProperties

Subdirectories

Name Synopsis
..
jobapi