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 search
11
12import (
13	"context"
14
15	original "github.com/Azure/azure-sdk-for-go/services/search/mgmt/2020-08-01/search"
16)
17
18const (
19	DefaultBaseURI = original.DefaultBaseURI
20)
21
22type AdminKeyKind = original.AdminKeyKind
23
24const (
25	Primary   AdminKeyKind = original.Primary
26	Secondary AdminKeyKind = original.Secondary
27)
28
29type HostingMode = original.HostingMode
30
31const (
32	Default     HostingMode = original.Default
33	HighDensity HostingMode = original.HighDensity
34)
35
36type IdentityType = original.IdentityType
37
38const (
39	None           IdentityType = original.None
40	SystemAssigned IdentityType = original.SystemAssigned
41)
42
43type PrivateLinkServiceConnectionStatus = original.PrivateLinkServiceConnectionStatus
44
45const (
46	Approved     PrivateLinkServiceConnectionStatus = original.Approved
47	Disconnected PrivateLinkServiceConnectionStatus = original.Disconnected
48	Pending      PrivateLinkServiceConnectionStatus = original.Pending
49	Rejected     PrivateLinkServiceConnectionStatus = original.Rejected
50)
51
52type ProvisioningState = original.ProvisioningState
53
54const (
55	Failed       ProvisioningState = original.Failed
56	Provisioning ProvisioningState = original.Provisioning
57	Succeeded    ProvisioningState = original.Succeeded
58)
59
60type PublicNetworkAccess = original.PublicNetworkAccess
61
62const (
63	Disabled PublicNetworkAccess = original.Disabled
64	Enabled  PublicNetworkAccess = original.Enabled
65)
66
67type ServiceStatus = original.ServiceStatus
68
69const (
70	ServiceStatusDegraded     ServiceStatus = original.ServiceStatusDegraded
71	ServiceStatusDeleting     ServiceStatus = original.ServiceStatusDeleting
72	ServiceStatusDisabled     ServiceStatus = original.ServiceStatusDisabled
73	ServiceStatusError        ServiceStatus = original.ServiceStatusError
74	ServiceStatusProvisioning ServiceStatus = original.ServiceStatusProvisioning
75	ServiceStatusRunning      ServiceStatus = original.ServiceStatusRunning
76)
77
78type SharedPrivateLinkResourceAsyncOperationResult = original.SharedPrivateLinkResourceAsyncOperationResult
79
80const (
81	SharedPrivateLinkResourceAsyncOperationResultFailed    SharedPrivateLinkResourceAsyncOperationResult = original.SharedPrivateLinkResourceAsyncOperationResultFailed
82	SharedPrivateLinkResourceAsyncOperationResultRunning   SharedPrivateLinkResourceAsyncOperationResult = original.SharedPrivateLinkResourceAsyncOperationResultRunning
83	SharedPrivateLinkResourceAsyncOperationResultSucceeded SharedPrivateLinkResourceAsyncOperationResult = original.SharedPrivateLinkResourceAsyncOperationResultSucceeded
84)
85
86type SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningState
87
88const (
89	SharedPrivateLinkResourceProvisioningStateDeleting   SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningStateDeleting
90	SharedPrivateLinkResourceProvisioningStateFailed     SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningStateFailed
91	SharedPrivateLinkResourceProvisioningStateIncomplete SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningStateIncomplete
92	SharedPrivateLinkResourceProvisioningStateSucceeded  SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningStateSucceeded
93	SharedPrivateLinkResourceProvisioningStateUpdating   SharedPrivateLinkResourceProvisioningState = original.SharedPrivateLinkResourceProvisioningStateUpdating
94)
95
96type SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatus
97
98const (
99	SharedPrivateLinkResourceStatusApproved     SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusApproved
100	SharedPrivateLinkResourceStatusDisconnected SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusDisconnected
101	SharedPrivateLinkResourceStatusPending      SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusPending
102	SharedPrivateLinkResourceStatusRejected     SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusRejected
103)
104
105type SkuName = original.SkuName
106
107const (
108	Basic              SkuName = original.Basic
109	Free               SkuName = original.Free
110	Standard           SkuName = original.Standard
111	Standard2          SkuName = original.Standard2
112	Standard3          SkuName = original.Standard3
113	StorageOptimizedL1 SkuName = original.StorageOptimizedL1
114	StorageOptimizedL2 SkuName = original.StorageOptimizedL2
115)
116
117type UnavailableNameReason = original.UnavailableNameReason
118
119const (
120	AlreadyExists UnavailableNameReason = original.AlreadyExists
121	Invalid       UnavailableNameReason = original.Invalid
122)
123
124type AdminKeyResult = original.AdminKeyResult
125type AdminKeysClient = original.AdminKeysClient
126type AsyncOperationResult = original.AsyncOperationResult
127type AzureEntityResource = original.AzureEntityResource
128type BaseClient = original.BaseClient
129type CheckNameAvailabilityInput = original.CheckNameAvailabilityInput
130type CheckNameAvailabilityOutput = original.CheckNameAvailabilityOutput
131type CloudError = original.CloudError
132type CloudErrorBody = original.CloudErrorBody
133type IPRule = original.IPRule
134type Identity = original.Identity
135type ListQueryKeysResult = original.ListQueryKeysResult
136type ListQueryKeysResultIterator = original.ListQueryKeysResultIterator
137type ListQueryKeysResultPage = original.ListQueryKeysResultPage
138type NetworkRuleSet = original.NetworkRuleSet
139type Operation = original.Operation
140type OperationDisplay = original.OperationDisplay
141type OperationListResult = original.OperationListResult
142type OperationsClient = original.OperationsClient
143type PrivateEndpointConnection = original.PrivateEndpointConnection
144type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
145type PrivateEndpointConnectionListResultIterator = original.PrivateEndpointConnectionListResultIterator
146type PrivateEndpointConnectionListResultPage = original.PrivateEndpointConnectionListResultPage
147type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
148type PrivateEndpointConnectionPropertiesPrivateEndpoint = original.PrivateEndpointConnectionPropertiesPrivateEndpoint
149type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState = original.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
150type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
151type PrivateLinkResource = original.PrivateLinkResource
152type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
153type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
154type PrivateLinkResourcesResult = original.PrivateLinkResourcesResult
155type ProxyResource = original.ProxyResource
156type QueryKey = original.QueryKey
157type QueryKeysClient = original.QueryKeysClient
158type Resource = original.Resource
159type Service = original.Service
160type ServiceListResult = original.ServiceListResult
161type ServiceListResultIterator = original.ServiceListResultIterator
162type ServiceListResultPage = original.ServiceListResultPage
163type ServiceProperties = original.ServiceProperties
164type ServiceUpdate = original.ServiceUpdate
165type ServicesClient = original.ServicesClient
166type ServicesCreateOrUpdateFuture = original.ServicesCreateOrUpdateFuture
167type ShareablePrivateLinkResourceProperties = original.ShareablePrivateLinkResourceProperties
168type ShareablePrivateLinkResourceType = original.ShareablePrivateLinkResourceType
169type SharedPrivateLinkResource = original.SharedPrivateLinkResource
170type SharedPrivateLinkResourceListResult = original.SharedPrivateLinkResourceListResult
171type SharedPrivateLinkResourceListResultIterator = original.SharedPrivateLinkResourceListResultIterator
172type SharedPrivateLinkResourceListResultPage = original.SharedPrivateLinkResourceListResultPage
173type SharedPrivateLinkResourceProperties = original.SharedPrivateLinkResourceProperties
174type SharedPrivateLinkResourcesClient = original.SharedPrivateLinkResourcesClient
175type SharedPrivateLinkResourcesCreateOrUpdateFuture = original.SharedPrivateLinkResourcesCreateOrUpdateFuture
176type SharedPrivateLinkResourcesDeleteFuture = original.SharedPrivateLinkResourcesDeleteFuture
177type Sku = original.Sku
178type TrackedResource = original.TrackedResource
179
180func New(subscriptionID string) BaseClient {
181	return original.New(subscriptionID)
182}
183func NewAdminKeysClient(subscriptionID string) AdminKeysClient {
184	return original.NewAdminKeysClient(subscriptionID)
185}
186func NewAdminKeysClientWithBaseURI(baseURI string, subscriptionID string) AdminKeysClient {
187	return original.NewAdminKeysClientWithBaseURI(baseURI, subscriptionID)
188}
189func NewListQueryKeysResultIterator(page ListQueryKeysResultPage) ListQueryKeysResultIterator {
190	return original.NewListQueryKeysResultIterator(page)
191}
192func NewListQueryKeysResultPage(cur ListQueryKeysResult, getNextPage func(context.Context, ListQueryKeysResult) (ListQueryKeysResult, error)) ListQueryKeysResultPage {
193	return original.NewListQueryKeysResultPage(cur, getNextPage)
194}
195func NewOperationsClient(subscriptionID string) OperationsClient {
196	return original.NewOperationsClient(subscriptionID)
197}
198func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
199	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
200}
201func NewPrivateEndpointConnectionListResultIterator(page PrivateEndpointConnectionListResultPage) PrivateEndpointConnectionListResultIterator {
202	return original.NewPrivateEndpointConnectionListResultIterator(page)
203}
204func NewPrivateEndpointConnectionListResultPage(cur PrivateEndpointConnectionListResult, getNextPage func(context.Context, PrivateEndpointConnectionListResult) (PrivateEndpointConnectionListResult, error)) PrivateEndpointConnectionListResultPage {
205	return original.NewPrivateEndpointConnectionListResultPage(cur, getNextPage)
206}
207func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient {
208	return original.NewPrivateEndpointConnectionsClient(subscriptionID)
209}
210func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient {
211	return original.NewPrivateEndpointConnectionsClientWithBaseURI(baseURI, subscriptionID)
212}
213func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient {
214	return original.NewPrivateLinkResourcesClient(subscriptionID)
215}
216func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient {
217	return original.NewPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
218}
219func NewQueryKeysClient(subscriptionID string) QueryKeysClient {
220	return original.NewQueryKeysClient(subscriptionID)
221}
222func NewQueryKeysClientWithBaseURI(baseURI string, subscriptionID string) QueryKeysClient {
223	return original.NewQueryKeysClientWithBaseURI(baseURI, subscriptionID)
224}
225func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultIterator {
226	return original.NewServiceListResultIterator(page)
227}
228func NewServiceListResultPage(cur ServiceListResult, getNextPage func(context.Context, ServiceListResult) (ServiceListResult, error)) ServiceListResultPage {
229	return original.NewServiceListResultPage(cur, getNextPage)
230}
231func NewServicesClient(subscriptionID string) ServicesClient {
232	return original.NewServicesClient(subscriptionID)
233}
234func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient {
235	return original.NewServicesClientWithBaseURI(baseURI, subscriptionID)
236}
237func NewSharedPrivateLinkResourceListResultIterator(page SharedPrivateLinkResourceListResultPage) SharedPrivateLinkResourceListResultIterator {
238	return original.NewSharedPrivateLinkResourceListResultIterator(page)
239}
240func NewSharedPrivateLinkResourceListResultPage(cur SharedPrivateLinkResourceListResult, getNextPage func(context.Context, SharedPrivateLinkResourceListResult) (SharedPrivateLinkResourceListResult, error)) SharedPrivateLinkResourceListResultPage {
241	return original.NewSharedPrivateLinkResourceListResultPage(cur, getNextPage)
242}
243func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient {
244	return original.NewSharedPrivateLinkResourcesClient(subscriptionID)
245}
246func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient {
247	return original.NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
248}
249func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
250	return original.NewWithBaseURI(baseURI, subscriptionID)
251}
252func PossibleAdminKeyKindValues() []AdminKeyKind {
253	return original.PossibleAdminKeyKindValues()
254}
255func PossibleHostingModeValues() []HostingMode {
256	return original.PossibleHostingModeValues()
257}
258func PossibleIdentityTypeValues() []IdentityType {
259	return original.PossibleIdentityTypeValues()
260}
261func PossiblePrivateLinkServiceConnectionStatusValues() []PrivateLinkServiceConnectionStatus {
262	return original.PossiblePrivateLinkServiceConnectionStatusValues()
263}
264func PossibleProvisioningStateValues() []ProvisioningState {
265	return original.PossibleProvisioningStateValues()
266}
267func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
268	return original.PossiblePublicNetworkAccessValues()
269}
270func PossibleServiceStatusValues() []ServiceStatus {
271	return original.PossibleServiceStatusValues()
272}
273func PossibleSharedPrivateLinkResourceAsyncOperationResultValues() []SharedPrivateLinkResourceAsyncOperationResult {
274	return original.PossibleSharedPrivateLinkResourceAsyncOperationResultValues()
275}
276func PossibleSharedPrivateLinkResourceProvisioningStateValues() []SharedPrivateLinkResourceProvisioningState {
277	return original.PossibleSharedPrivateLinkResourceProvisioningStateValues()
278}
279func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus {
280	return original.PossibleSharedPrivateLinkResourceStatusValues()
281}
282func PossibleSkuNameValues() []SkuName {
283	return original.PossibleSkuNameValues()
284}
285func PossibleUnavailableNameReasonValues() []UnavailableNameReason {
286	return original.PossibleUnavailableNameReasonValues()
287}
288func UserAgent() string {
289	return original.UserAgent() + " profiles/latest"
290}
291func Version() string {
292	return original.Version()
293}
294