forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.go
176 lines (153 loc) · 6.68 KB
/
models.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
// +build go1.9
// Copyright 2017 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
// commit ID: 2014fbbf031942474ad27a5a66dffaed5347f3fb
package job
import original "github.com/Azure/azure-sdk-for-go/services/datalake/analytics/2017-09-01-preview/job"
const (
DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix
)
type BaseClient = original.BaseClient
type Client = original.Client
type CompileMode = original.CompileMode
const (
Full CompileMode = original.Full
Semantic CompileMode = original.Semantic
SingleBox CompileMode = original.SingleBox
)
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
)
type Result = original.Result
const (
Cancelled Result = original.Cancelled
Failed Result = original.Failed
None Result = original.None
Succeeded Result = original.Succeeded
)
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
)
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
)
type Type = original.Type
const (
Hive Type = original.Hive
Scope Type = original.Scope
USQL Type = original.USQL
)
type TypeBasicCreateJobProperties = original.TypeBasicCreateJobProperties
const (
TypeCreateJobProperties TypeBasicCreateJobProperties = original.TypeCreateJobProperties
TypeScope TypeBasicCreateJobProperties = original.TypeScope
TypeUSQL TypeBasicCreateJobProperties = original.TypeUSQL
)
type TypeBasicProperties = original.TypeBasicProperties
const (
TypeBasicPropertiesTypeHive TypeBasicProperties = original.TypeBasicPropertiesTypeHive
TypeBasicPropertiesTypeJobProperties TypeBasicProperties = original.TypeBasicPropertiesTypeJobProperties
TypeBasicPropertiesTypeScope TypeBasicProperties = original.TypeBasicPropertiesTypeScope
TypeBasicPropertiesTypeUSQL TypeBasicProperties = original.TypeBasicPropertiesTypeUSQL
)
type BaseJobParameters = original.BaseJobParameters
type BuildJobParameters = original.BuildJobParameters
type CreateJobParameters = original.CreateJobParameters
type BasicCreateJobProperties = original.BasicCreateJobProperties
type CreateJobProperties = original.CreateJobProperties
type CreateScopeJobParameters = original.CreateScopeJobParameters
type CreateScopeJobProperties = original.CreateScopeJobProperties
type CreateUSQLJobProperties = original.CreateUSQLJobProperties
type DataPath = original.DataPath
type Diagnostics = original.Diagnostics
type ErrorDetails = original.ErrorDetails
type HiveJobProperties = original.HiveJobProperties
type InfoListResult = original.InfoListResult
type InfoListResultIterator = original.InfoListResultIterator
type InfoListResultPage = original.InfoListResultPage
type Information = original.Information
type InformationBasic = original.InformationBasic
type InnerError = original.InnerError
type JobCancelFuture = original.JobCancelFuture
type JobUpdateFuture = original.JobUpdateFuture
type JobYieldFuture = original.JobYieldFuture
type PipelineInformation = original.PipelineInformation
type PipelineInformationListResult = original.PipelineInformationListResult
type PipelineInformationListResultIterator = original.PipelineInformationListResultIterator
type PipelineInformationListResultPage = original.PipelineInformationListResultPage
type PipelineRunInformation = original.PipelineRunInformation
type BasicProperties = original.BasicProperties
type Properties = original.Properties
type RecurrenceInformation = original.RecurrenceInformation
type RecurrenceInformationListResult = original.RecurrenceInformationListResult
type RecurrenceInformationListResultIterator = original.RecurrenceInformationListResultIterator
type RecurrenceInformationListResultPage = original.RecurrenceInformationListResultPage
type RelationshipProperties = original.RelationshipProperties
type Resource = original.Resource
type ResourceUsageStatistics = original.ResourceUsageStatistics
type ScopeJobProperties = original.ScopeJobProperties
type ScopeJobResource = original.ScopeJobResource
type StateAuditRecord = original.StateAuditRecord
type Statistics = original.Statistics
type StatisticsVertex = original.StatisticsVertex
type StatisticsVertexStage = original.StatisticsVertexStage
type UpdateJobParameters = original.UpdateJobParameters
type USQLJobProperties = original.USQLJobProperties
type PipelineClient = original.PipelineClient
type RecurrenceClient = original.RecurrenceClient
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
func New() BaseClient {
return original.New()
}
func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient {
return original.NewWithoutDefaults(adlaJobDNSSuffix)
}
func NewClient() Client {
return original.NewClient()
}
func NewPipelineClient() PipelineClient {
return original.NewPipelineClient()
}
func NewRecurrenceClient() RecurrenceClient {
return original.NewRecurrenceClient()
}