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