1//go:build go1.9
2// +build go1.9
3
4// Copyright (c) Microsoft Corporation. All rights reserved.
5// Licensed under the MIT License. See License.txt in the project root for license information.
6
7// This code was auto-generated by:
8// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
9
10package insights
11
12import (
13	"context"
14
15	original "github.com/Azure/azure-sdk-for-go/services/appinsights/mgmt/2020-02-02/insights"
16)
17
18const (
19	DefaultBaseURI = original.DefaultBaseURI
20)
21
22type ApplicationType = original.ApplicationType
23
24const (
25	ApplicationTypeOther ApplicationType = original.ApplicationTypeOther
26	ApplicationTypeWeb   ApplicationType = original.ApplicationTypeWeb
27)
28
29type CategoryType = original.CategoryType
30
31const (
32	CategoryTypePerformance CategoryType = original.CategoryTypePerformance
33	CategoryTypeRetention   CategoryType = original.CategoryTypeRetention
34	CategoryTypeTSG         CategoryType = original.CategoryTypeTSG
35	CategoryTypeWorkbook    CategoryType = original.CategoryTypeWorkbook
36)
37
38type FavoriteSourceType = original.FavoriteSourceType
39
40const (
41	FavoriteSourceTypeEvents       FavoriteSourceType = original.FavoriteSourceTypeEvents
42	FavoriteSourceTypeFunnel       FavoriteSourceType = original.FavoriteSourceTypeFunnel
43	FavoriteSourceTypeImpact       FavoriteSourceType = original.FavoriteSourceTypeImpact
44	FavoriteSourceTypeNotebook     FavoriteSourceType = original.FavoriteSourceTypeNotebook
45	FavoriteSourceTypeRetention    FavoriteSourceType = original.FavoriteSourceTypeRetention
46	FavoriteSourceTypeSegmentation FavoriteSourceType = original.FavoriteSourceTypeSegmentation
47	FavoriteSourceTypeSessions     FavoriteSourceType = original.FavoriteSourceTypeSessions
48	FavoriteSourceTypeUserflows    FavoriteSourceType = original.FavoriteSourceTypeUserflows
49)
50
51type FavoriteType = original.FavoriteType
52
53const (
54	FavoriteTypeShared FavoriteType = original.FavoriteTypeShared
55	FavoriteTypeUser   FavoriteType = original.FavoriteTypeUser
56)
57
58type FlowType = original.FlowType
59
60const (
61	FlowTypeBluefield FlowType = original.FlowTypeBluefield
62)
63
64type IngestionMode = original.IngestionMode
65
66const (
67	IngestionModeApplicationInsights                       IngestionMode = original.IngestionModeApplicationInsights
68	IngestionModeApplicationInsightsWithDiagnosticSettings IngestionMode = original.IngestionModeApplicationInsightsWithDiagnosticSettings
69	IngestionModeLogAnalytics                              IngestionMode = original.IngestionModeLogAnalytics
70)
71
72type ItemScope = original.ItemScope
73
74const (
75	ItemScopeShared ItemScope = original.ItemScopeShared
76	ItemScopeUser   ItemScope = original.ItemScopeUser
77)
78
79type ItemScopePath = original.ItemScopePath
80
81const (
82	ItemScopePathAnalyticsItems   ItemScopePath = original.ItemScopePathAnalyticsItems
83	ItemScopePathMyanalyticsItems ItemScopePath = original.ItemScopePathMyanalyticsItems
84)
85
86type ItemType = original.ItemType
87
88const (
89	ItemTypeFolder   ItemType = original.ItemTypeFolder
90	ItemTypeFunction ItemType = original.ItemTypeFunction
91	ItemTypeQuery    ItemType = original.ItemTypeQuery
92	ItemTypeRecent   ItemType = original.ItemTypeRecent
93)
94
95type ItemTypeParameter = original.ItemTypeParameter
96
97const (
98	ItemTypeParameterFolder   ItemTypeParameter = original.ItemTypeParameterFolder
99	ItemTypeParameterFunction ItemTypeParameter = original.ItemTypeParameterFunction
100	ItemTypeParameterNone     ItemTypeParameter = original.ItemTypeParameterNone
101	ItemTypeParameterQuery    ItemTypeParameter = original.ItemTypeParameterQuery
102	ItemTypeParameterRecent   ItemTypeParameter = original.ItemTypeParameterRecent
103)
104
105type PublicNetworkAccessType = original.PublicNetworkAccessType
106
107const (
108	PublicNetworkAccessTypeDisabled PublicNetworkAccessType = original.PublicNetworkAccessTypeDisabled
109	PublicNetworkAccessTypeEnabled  PublicNetworkAccessType = original.PublicNetworkAccessTypeEnabled
110)
111
112type PurgeState = original.PurgeState
113
114const (
115	PurgeStateCompleted PurgeState = original.PurgeStateCompleted
116	PurgeStatePending   PurgeState = original.PurgeStatePending
117)
118
119type RequestSource = original.RequestSource
120
121const (
122	RequestSourceRest RequestSource = original.RequestSourceRest
123)
124
125type SharedTypeKind = original.SharedTypeKind
126
127const (
128	SharedTypeKindShared SharedTypeKind = original.SharedTypeKindShared
129	SharedTypeKindUser   SharedTypeKind = original.SharedTypeKindUser
130)
131
132type WebTestKind = original.WebTestKind
133
134const (
135	WebTestKindMultistep WebTestKind = original.WebTestKindMultistep
136	WebTestKindPing      WebTestKind = original.WebTestKindPing
137)
138
139type APIKeyRequest = original.APIKeyRequest
140type APIKeysClient = original.APIKeysClient
141type AnalyticsItemsClient = original.AnalyticsItemsClient
142type Annotation = original.Annotation
143type AnnotationError = original.AnnotationError
144type AnnotationsClient = original.AnnotationsClient
145type AnnotationsListResult = original.AnnotationsListResult
146type ApplicationInsightsComponent = original.ApplicationInsightsComponent
147type ApplicationInsightsComponentAPIKey = original.ApplicationInsightsComponentAPIKey
148type ApplicationInsightsComponentAPIKeyListResult = original.ApplicationInsightsComponentAPIKeyListResult
149type ApplicationInsightsComponentAnalyticsItem = original.ApplicationInsightsComponentAnalyticsItem
150type ApplicationInsightsComponentAnalyticsItemProperties = original.ApplicationInsightsComponentAnalyticsItemProperties
151type ApplicationInsightsComponentAvailableFeatures = original.ApplicationInsightsComponentAvailableFeatures
152type ApplicationInsightsComponentBillingFeatures = original.ApplicationInsightsComponentBillingFeatures
153type ApplicationInsightsComponentDataVolumeCap = original.ApplicationInsightsComponentDataVolumeCap
154type ApplicationInsightsComponentExportConfiguration = original.ApplicationInsightsComponentExportConfiguration
155type ApplicationInsightsComponentExportRequest = original.ApplicationInsightsComponentExportRequest
156type ApplicationInsightsComponentFavorite = original.ApplicationInsightsComponentFavorite
157type ApplicationInsightsComponentFeature = original.ApplicationInsightsComponentFeature
158type ApplicationInsightsComponentFeatureCapabilities = original.ApplicationInsightsComponentFeatureCapabilities
159type ApplicationInsightsComponentFeatureCapability = original.ApplicationInsightsComponentFeatureCapability
160type ApplicationInsightsComponentListResult = original.ApplicationInsightsComponentListResult
161type ApplicationInsightsComponentListResultIterator = original.ApplicationInsightsComponentListResultIterator
162type ApplicationInsightsComponentListResultPage = original.ApplicationInsightsComponentListResultPage
163type ApplicationInsightsComponentProactiveDetectionConfiguration = original.ApplicationInsightsComponentProactiveDetectionConfiguration
164type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = original.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
165type ApplicationInsightsComponentProperties = original.ApplicationInsightsComponentProperties
166type ApplicationInsightsComponentQuotaStatus = original.ApplicationInsightsComponentQuotaStatus
167type ApplicationInsightsComponentWebTestLocation = original.ApplicationInsightsComponentWebTestLocation
168type ApplicationInsightsWebTestLocationsListResult = original.ApplicationInsightsWebTestLocationsListResult
169type BaseClient = original.BaseClient
170type ComponentAvailableFeaturesClient = original.ComponentAvailableFeaturesClient
171type ComponentCurrentBillingFeaturesClient = original.ComponentCurrentBillingFeaturesClient
172type ComponentFeatureCapabilitiesClient = original.ComponentFeatureCapabilitiesClient
173type ComponentPurgeBody = original.ComponentPurgeBody
174type ComponentPurgeBodyFilters = original.ComponentPurgeBodyFilters
175type ComponentPurgeResponse = original.ComponentPurgeResponse
176type ComponentPurgeStatusResponse = original.ComponentPurgeStatusResponse
177type ComponentQuotaStatusClient = original.ComponentQuotaStatusClient
178type ComponentsClient = original.ComponentsClient
179type ComponentsResource = original.ComponentsResource
180type ErrorFieldContract = original.ErrorFieldContract
181type ErrorResponse = original.ErrorResponse
182type ErrorResponseComponents = original.ErrorResponseComponents
183type ErrorResponseComponentsError = original.ErrorResponseComponentsError
184type ExportConfigurationsClient = original.ExportConfigurationsClient
185type FavoritesClient = original.FavoritesClient
186type InnerError = original.InnerError
187type LinkProperties = original.LinkProperties
188type ListAnnotation = original.ListAnnotation
189type ListApplicationInsightsComponentAnalyticsItem = original.ListApplicationInsightsComponentAnalyticsItem
190type ListApplicationInsightsComponentExportConfiguration = original.ListApplicationInsightsComponentExportConfiguration
191type ListApplicationInsightsComponentFavorite = original.ListApplicationInsightsComponentFavorite
192type ListApplicationInsightsComponentProactiveDetectionConfiguration = original.ListApplicationInsightsComponentProactiveDetectionConfiguration
193type MyWorkbook = original.MyWorkbook
194type MyWorkbookError = original.MyWorkbookError
195type MyWorkbookProperties = original.MyWorkbookProperties
196type MyWorkbookResource = original.MyWorkbookResource
197type MyWorkbooksClient = original.MyWorkbooksClient
198type MyWorkbooksListResult = original.MyWorkbooksListResult
199type Operation = original.Operation
200type OperationDisplay = original.OperationDisplay
201type OperationListResult = original.OperationListResult
202type OperationListResultIterator = original.OperationListResultIterator
203type OperationListResultPage = original.OperationListResultPage
204type OperationsClient = original.OperationsClient
205type PrivateLinkScopedResource = original.PrivateLinkScopedResource
206type ProactiveDetectionConfigurationsClient = original.ProactiveDetectionConfigurationsClient
207type TagsResource = original.TagsResource
208type WebTest = original.WebTest
209type WebTestGeolocation = original.WebTestGeolocation
210type WebTestListResult = original.WebTestListResult
211type WebTestListResultIterator = original.WebTestListResultIterator
212type WebTestListResultPage = original.WebTestListResultPage
213type WebTestLocationsClient = original.WebTestLocationsClient
214type WebTestProperties = original.WebTestProperties
215type WebTestPropertiesConfiguration = original.WebTestPropertiesConfiguration
216type WebTestsClient = original.WebTestsClient
217type WebtestsResource = original.WebtestsResource
218type WorkItemConfiguration = original.WorkItemConfiguration
219type WorkItemConfigurationError = original.WorkItemConfigurationError
220type WorkItemConfigurationsClient = original.WorkItemConfigurationsClient
221type WorkItemConfigurationsListResult = original.WorkItemConfigurationsListResult
222type WorkItemCreateConfiguration = original.WorkItemCreateConfiguration
223type Workbook = original.Workbook
224type WorkbookError = original.WorkbookError
225type WorkbookProperties = original.WorkbookProperties
226type WorkbookResource = original.WorkbookResource
227type WorkbooksClient = original.WorkbooksClient
228type WorkbooksListResult = original.WorkbooksListResult
229
230func New(subscriptionID string) BaseClient {
231	return original.New(subscriptionID)
232}
233func NewAPIKeysClient(subscriptionID string) APIKeysClient {
234	return original.NewAPIKeysClient(subscriptionID)
235}
236func NewAPIKeysClientWithBaseURI(baseURI string, subscriptionID string) APIKeysClient {
237	return original.NewAPIKeysClientWithBaseURI(baseURI, subscriptionID)
238}
239func NewAnalyticsItemsClient(subscriptionID string) AnalyticsItemsClient {
240	return original.NewAnalyticsItemsClient(subscriptionID)
241}
242func NewAnalyticsItemsClientWithBaseURI(baseURI string, subscriptionID string) AnalyticsItemsClient {
243	return original.NewAnalyticsItemsClientWithBaseURI(baseURI, subscriptionID)
244}
245func NewAnnotationsClient(subscriptionID string) AnnotationsClient {
246	return original.NewAnnotationsClient(subscriptionID)
247}
248func NewAnnotationsClientWithBaseURI(baseURI string, subscriptionID string) AnnotationsClient {
249	return original.NewAnnotationsClientWithBaseURI(baseURI, subscriptionID)
250}
251func NewApplicationInsightsComponentListResultIterator(page ApplicationInsightsComponentListResultPage) ApplicationInsightsComponentListResultIterator {
252	return original.NewApplicationInsightsComponentListResultIterator(page)
253}
254func NewApplicationInsightsComponentListResultPage(cur ApplicationInsightsComponentListResult, getNextPage func(context.Context, ApplicationInsightsComponentListResult) (ApplicationInsightsComponentListResult, error)) ApplicationInsightsComponentListResultPage {
255	return original.NewApplicationInsightsComponentListResultPage(cur, getNextPage)
256}
257func NewComponentAvailableFeaturesClient(subscriptionID string) ComponentAvailableFeaturesClient {
258	return original.NewComponentAvailableFeaturesClient(subscriptionID)
259}
260func NewComponentAvailableFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentAvailableFeaturesClient {
261	return original.NewComponentAvailableFeaturesClientWithBaseURI(baseURI, subscriptionID)
262}
263func NewComponentCurrentBillingFeaturesClient(subscriptionID string) ComponentCurrentBillingFeaturesClient {
264	return original.NewComponentCurrentBillingFeaturesClient(subscriptionID)
265}
266func NewComponentCurrentBillingFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentCurrentBillingFeaturesClient {
267	return original.NewComponentCurrentBillingFeaturesClientWithBaseURI(baseURI, subscriptionID)
268}
269func NewComponentFeatureCapabilitiesClient(subscriptionID string) ComponentFeatureCapabilitiesClient {
270	return original.NewComponentFeatureCapabilitiesClient(subscriptionID)
271}
272func NewComponentFeatureCapabilitiesClientWithBaseURI(baseURI string, subscriptionID string) ComponentFeatureCapabilitiesClient {
273	return original.NewComponentFeatureCapabilitiesClientWithBaseURI(baseURI, subscriptionID)
274}
275func NewComponentQuotaStatusClient(subscriptionID string) ComponentQuotaStatusClient {
276	return original.NewComponentQuotaStatusClient(subscriptionID)
277}
278func NewComponentQuotaStatusClientWithBaseURI(baseURI string, subscriptionID string) ComponentQuotaStatusClient {
279	return original.NewComponentQuotaStatusClientWithBaseURI(baseURI, subscriptionID)
280}
281func NewComponentsClient(subscriptionID string) ComponentsClient {
282	return original.NewComponentsClient(subscriptionID)
283}
284func NewComponentsClientWithBaseURI(baseURI string, subscriptionID string) ComponentsClient {
285	return original.NewComponentsClientWithBaseURI(baseURI, subscriptionID)
286}
287func NewExportConfigurationsClient(subscriptionID string) ExportConfigurationsClient {
288	return original.NewExportConfigurationsClient(subscriptionID)
289}
290func NewExportConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ExportConfigurationsClient {
291	return original.NewExportConfigurationsClientWithBaseURI(baseURI, subscriptionID)
292}
293func NewFavoritesClient(subscriptionID string) FavoritesClient {
294	return original.NewFavoritesClient(subscriptionID)
295}
296func NewFavoritesClientWithBaseURI(baseURI string, subscriptionID string) FavoritesClient {
297	return original.NewFavoritesClientWithBaseURI(baseURI, subscriptionID)
298}
299func NewMyWorkbooksClient(subscriptionID string) MyWorkbooksClient {
300	return original.NewMyWorkbooksClient(subscriptionID)
301}
302func NewMyWorkbooksClientWithBaseURI(baseURI string, subscriptionID string) MyWorkbooksClient {
303	return original.NewMyWorkbooksClientWithBaseURI(baseURI, subscriptionID)
304}
305func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
306	return original.NewOperationListResultIterator(page)
307}
308func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage {
309	return original.NewOperationListResultPage(cur, getNextPage)
310}
311func NewOperationsClient(subscriptionID string) OperationsClient {
312	return original.NewOperationsClient(subscriptionID)
313}
314func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
315	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
316}
317func NewProactiveDetectionConfigurationsClient(subscriptionID string) ProactiveDetectionConfigurationsClient {
318	return original.NewProactiveDetectionConfigurationsClient(subscriptionID)
319}
320func NewProactiveDetectionConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ProactiveDetectionConfigurationsClient {
321	return original.NewProactiveDetectionConfigurationsClientWithBaseURI(baseURI, subscriptionID)
322}
323func NewWebTestListResultIterator(page WebTestListResultPage) WebTestListResultIterator {
324	return original.NewWebTestListResultIterator(page)
325}
326func NewWebTestListResultPage(cur WebTestListResult, getNextPage func(context.Context, WebTestListResult) (WebTestListResult, error)) WebTestListResultPage {
327	return original.NewWebTestListResultPage(cur, getNextPage)
328}
329func NewWebTestLocationsClient(subscriptionID string) WebTestLocationsClient {
330	return original.NewWebTestLocationsClient(subscriptionID)
331}
332func NewWebTestLocationsClientWithBaseURI(baseURI string, subscriptionID string) WebTestLocationsClient {
333	return original.NewWebTestLocationsClientWithBaseURI(baseURI, subscriptionID)
334}
335func NewWebTestsClient(subscriptionID string) WebTestsClient {
336	return original.NewWebTestsClient(subscriptionID)
337}
338func NewWebTestsClientWithBaseURI(baseURI string, subscriptionID string) WebTestsClient {
339	return original.NewWebTestsClientWithBaseURI(baseURI, subscriptionID)
340}
341func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
342	return original.NewWithBaseURI(baseURI, subscriptionID)
343}
344func NewWorkItemConfigurationsClient(subscriptionID string) WorkItemConfigurationsClient {
345	return original.NewWorkItemConfigurationsClient(subscriptionID)
346}
347func NewWorkItemConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) WorkItemConfigurationsClient {
348	return original.NewWorkItemConfigurationsClientWithBaseURI(baseURI, subscriptionID)
349}
350func NewWorkbooksClient(subscriptionID string) WorkbooksClient {
351	return original.NewWorkbooksClient(subscriptionID)
352}
353func NewWorkbooksClientWithBaseURI(baseURI string, subscriptionID string) WorkbooksClient {
354	return original.NewWorkbooksClientWithBaseURI(baseURI, subscriptionID)
355}
356func PossibleApplicationTypeValues() []ApplicationType {
357	return original.PossibleApplicationTypeValues()
358}
359func PossibleCategoryTypeValues() []CategoryType {
360	return original.PossibleCategoryTypeValues()
361}
362func PossibleFavoriteSourceTypeValues() []FavoriteSourceType {
363	return original.PossibleFavoriteSourceTypeValues()
364}
365func PossibleFavoriteTypeValues() []FavoriteType {
366	return original.PossibleFavoriteTypeValues()
367}
368func PossibleFlowTypeValues() []FlowType {
369	return original.PossibleFlowTypeValues()
370}
371func PossibleIngestionModeValues() []IngestionMode {
372	return original.PossibleIngestionModeValues()
373}
374func PossibleItemScopePathValues() []ItemScopePath {
375	return original.PossibleItemScopePathValues()
376}
377func PossibleItemScopeValues() []ItemScope {
378	return original.PossibleItemScopeValues()
379}
380func PossibleItemTypeParameterValues() []ItemTypeParameter {
381	return original.PossibleItemTypeParameterValues()
382}
383func PossibleItemTypeValues() []ItemType {
384	return original.PossibleItemTypeValues()
385}
386func PossiblePublicNetworkAccessTypeValues() []PublicNetworkAccessType {
387	return original.PossiblePublicNetworkAccessTypeValues()
388}
389func PossiblePurgeStateValues() []PurgeState {
390	return original.PossiblePurgeStateValues()
391}
392func PossibleRequestSourceValues() []RequestSource {
393	return original.PossibleRequestSourceValues()
394}
395func PossibleSharedTypeKindValues() []SharedTypeKind {
396	return original.PossibleSharedTypeKindValues()
397}
398func PossibleWebTestKindValues() []WebTestKind {
399	return original.PossibleWebTestKindValues()
400}
401func UserAgent() string {
402	return original.UserAgent() + " profiles/preview"
403}
404func Version() string {
405	return original.Version()
406}
407