1// +build go1.9
2
3// Copyright 2021 Microsoft Corporation
4//
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9//     http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16
17// This code was auto-generated by:
18// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
19
20package dtl
21
22import (
23	"context"
24
25	original "github.com/Azure/azure-sdk-for-go/services/devtestlabs/mgmt/2018-09-15/dtl"
26)
27
28const (
29	DefaultBaseURI = original.DefaultBaseURI
30)
31
32type CostThresholdStatus = original.CostThresholdStatus
33
34const (
35	Disabled CostThresholdStatus = original.Disabled
36	Enabled  CostThresholdStatus = original.Enabled
37)
38
39type CostType = original.CostType
40
41const (
42	Projected   CostType = original.Projected
43	Reported    CostType = original.Reported
44	Unavailable CostType = original.Unavailable
45)
46
47type CustomImageOsType = original.CustomImageOsType
48
49const (
50	Linux   CustomImageOsType = original.Linux
51	None    CustomImageOsType = original.None
52	Windows CustomImageOsType = original.Windows
53)
54
55type EnableStatus = original.EnableStatus
56
57const (
58	EnableStatusDisabled EnableStatus = original.EnableStatusDisabled
59	EnableStatusEnabled  EnableStatus = original.EnableStatusEnabled
60)
61
62type EnvironmentPermission = original.EnvironmentPermission
63
64const (
65	Contributor EnvironmentPermission = original.Contributor
66	Reader      EnvironmentPermission = original.Reader
67)
68
69type FileUploadOptions = original.FileUploadOptions
70
71const (
72	FileUploadOptionsNone                            FileUploadOptions = original.FileUploadOptionsNone
73	FileUploadOptionsUploadFilesAndGenerateSasTokens FileUploadOptions = original.FileUploadOptionsUploadFilesAndGenerateSasTokens
74)
75
76type HTTPStatusCode = original.HTTPStatusCode
77
78const (
79	Accepted                     HTTPStatusCode = original.Accepted
80	BadGateway                   HTTPStatusCode = original.BadGateway
81	BadRequest                   HTTPStatusCode = original.BadRequest
82	Conflict                     HTTPStatusCode = original.Conflict
83	Continue                     HTTPStatusCode = original.Continue
84	Created                      HTTPStatusCode = original.Created
85	ExpectationFailed            HTTPStatusCode = original.ExpectationFailed
86	Forbidden                    HTTPStatusCode = original.Forbidden
87	GatewayTimeout               HTTPStatusCode = original.GatewayTimeout
88	Gone                         HTTPStatusCode = original.Gone
89	HTTPVersionNotSupported      HTTPStatusCode = original.HTTPVersionNotSupported
90	InternalServerError          HTTPStatusCode = original.InternalServerError
91	LengthRequired               HTTPStatusCode = original.LengthRequired
92	MethodNotAllowed             HTTPStatusCode = original.MethodNotAllowed
93	MovedPermanently             HTTPStatusCode = original.MovedPermanently
94	MultipleChoices              HTTPStatusCode = original.MultipleChoices
95	NoContent                    HTTPStatusCode = original.NoContent
96	NonAuthoritativeInformation  HTTPStatusCode = original.NonAuthoritativeInformation
97	NotAcceptable                HTTPStatusCode = original.NotAcceptable
98	NotFound                     HTTPStatusCode = original.NotFound
99	NotImplemented               HTTPStatusCode = original.NotImplemented
100	NotModified                  HTTPStatusCode = original.NotModified
101	OK                           HTTPStatusCode = original.OK
102	PartialContent               HTTPStatusCode = original.PartialContent
103	PaymentRequired              HTTPStatusCode = original.PaymentRequired
104	PreconditionFailed           HTTPStatusCode = original.PreconditionFailed
105	ProxyAuthenticationRequired  HTTPStatusCode = original.ProxyAuthenticationRequired
106	Redirect                     HTTPStatusCode = original.Redirect
107	RequestedRangeNotSatisfiable HTTPStatusCode = original.RequestedRangeNotSatisfiable
108	RequestEntityTooLarge        HTTPStatusCode = original.RequestEntityTooLarge
109	RequestTimeout               HTTPStatusCode = original.RequestTimeout
110	RequestURITooLong            HTTPStatusCode = original.RequestURITooLong
111	ResetContent                 HTTPStatusCode = original.ResetContent
112	SeeOther                     HTTPStatusCode = original.SeeOther
113	ServiceUnavailable           HTTPStatusCode = original.ServiceUnavailable
114	SwitchingProtocols           HTTPStatusCode = original.SwitchingProtocols
115	TemporaryRedirect            HTTPStatusCode = original.TemporaryRedirect
116	Unauthorized                 HTTPStatusCode = original.Unauthorized
117	UnsupportedMediaType         HTTPStatusCode = original.UnsupportedMediaType
118	Unused                       HTTPStatusCode = original.Unused
119	UpgradeRequired              HTTPStatusCode = original.UpgradeRequired
120	UseProxy                     HTTPStatusCode = original.UseProxy
121)
122
123type HostCachingOptions = original.HostCachingOptions
124
125const (
126	HostCachingOptionsNone      HostCachingOptions = original.HostCachingOptionsNone
127	HostCachingOptionsReadOnly  HostCachingOptions = original.HostCachingOptionsReadOnly
128	HostCachingOptionsReadWrite HostCachingOptions = original.HostCachingOptionsReadWrite
129)
130
131type LinuxOsState = original.LinuxOsState
132
133const (
134	DeprovisionApplied   LinuxOsState = original.DeprovisionApplied
135	DeprovisionRequested LinuxOsState = original.DeprovisionRequested
136	NonDeprovisioned     LinuxOsState = original.NonDeprovisioned
137)
138
139type NotificationChannelEventType = original.NotificationChannelEventType
140
141const (
142	AutoShutdown NotificationChannelEventType = original.AutoShutdown
143	Cost         NotificationChannelEventType = original.Cost
144)
145
146type PolicyEvaluatorType = original.PolicyEvaluatorType
147
148const (
149	AllowedValuesPolicy PolicyEvaluatorType = original.AllowedValuesPolicy
150	MaxValuePolicy      PolicyEvaluatorType = original.MaxValuePolicy
151)
152
153type PolicyFactName = original.PolicyFactName
154
155const (
156	PolicyFactNameEnvironmentTemplate         PolicyFactName = original.PolicyFactNameEnvironmentTemplate
157	PolicyFactNameGalleryImage                PolicyFactName = original.PolicyFactNameGalleryImage
158	PolicyFactNameLabPremiumVMCount           PolicyFactName = original.PolicyFactNameLabPremiumVMCount
159	PolicyFactNameLabTargetCost               PolicyFactName = original.PolicyFactNameLabTargetCost
160	PolicyFactNameLabVMCount                  PolicyFactName = original.PolicyFactNameLabVMCount
161	PolicyFactNameLabVMSize                   PolicyFactName = original.PolicyFactNameLabVMSize
162	PolicyFactNameScheduleEditPermission      PolicyFactName = original.PolicyFactNameScheduleEditPermission
163	PolicyFactNameUserOwnedLabPremiumVMCount  PolicyFactName = original.PolicyFactNameUserOwnedLabPremiumVMCount
164	PolicyFactNameUserOwnedLabVMCount         PolicyFactName = original.PolicyFactNameUserOwnedLabVMCount
165	PolicyFactNameUserOwnedLabVMCountInSubnet PolicyFactName = original.PolicyFactNameUserOwnedLabVMCountInSubnet
166)
167
168type PolicyStatus = original.PolicyStatus
169
170const (
171	PolicyStatusDisabled PolicyStatus = original.PolicyStatusDisabled
172	PolicyStatusEnabled  PolicyStatus = original.PolicyStatusEnabled
173)
174
175type PremiumDataDisk = original.PremiumDataDisk
176
177const (
178	PremiumDataDiskDisabled PremiumDataDisk = original.PremiumDataDiskDisabled
179	PremiumDataDiskEnabled  PremiumDataDisk = original.PremiumDataDiskEnabled
180)
181
182type ReportingCycleType = original.ReportingCycleType
183
184const (
185	CalendarMonth ReportingCycleType = original.CalendarMonth
186	Custom        ReportingCycleType = original.Custom
187)
188
189type SourceControlType = original.SourceControlType
190
191const (
192	GitHub SourceControlType = original.GitHub
193	VsoGit SourceControlType = original.VsoGit
194)
195
196type StorageType = original.StorageType
197
198const (
199	Premium     StorageType = original.Premium
200	Standard    StorageType = original.Standard
201	StandardSSD StorageType = original.StandardSSD
202)
203
204type TargetCostStatus = original.TargetCostStatus
205
206const (
207	TargetCostStatusDisabled TargetCostStatus = original.TargetCostStatusDisabled
208	TargetCostStatusEnabled  TargetCostStatus = original.TargetCostStatusEnabled
209)
210
211type TransportProtocol = original.TransportProtocol
212
213const (
214	TCP TransportProtocol = original.TCP
215	UDP TransportProtocol = original.UDP
216)
217
218type UsagePermissionType = original.UsagePermissionType
219
220const (
221	Allow   UsagePermissionType = original.Allow
222	Default UsagePermissionType = original.Default
223	Deny    UsagePermissionType = original.Deny
224)
225
226type VirtualMachineCreationSource = original.VirtualMachineCreationSource
227
228const (
229	FromCustomImage        VirtualMachineCreationSource = original.FromCustomImage
230	FromGalleryImage       VirtualMachineCreationSource = original.FromGalleryImage
231	FromSharedGalleryImage VirtualMachineCreationSource = original.FromSharedGalleryImage
232)
233
234type WindowsOsState = original.WindowsOsState
235
236const (
237	NonSysprepped    WindowsOsState = original.NonSysprepped
238	SysprepApplied   WindowsOsState = original.SysprepApplied
239	SysprepRequested WindowsOsState = original.SysprepRequested
240)
241
242type ApplicableSchedule = original.ApplicableSchedule
243type ApplicableScheduleFragment = original.ApplicableScheduleFragment
244type ApplicableScheduleProperties = original.ApplicableScheduleProperties
245type ApplicableSchedulePropertiesFragment = original.ApplicableSchedulePropertiesFragment
246type ApplyArtifactsRequest = original.ApplyArtifactsRequest
247type ArmTemplate = original.ArmTemplate
248type ArmTemplateInfo = original.ArmTemplateInfo
249type ArmTemplateList = original.ArmTemplateList
250type ArmTemplateListIterator = original.ArmTemplateListIterator
251type ArmTemplateListPage = original.ArmTemplateListPage
252type ArmTemplateParameterProperties = original.ArmTemplateParameterProperties
253type ArmTemplateParameterPropertiesFragment = original.ArmTemplateParameterPropertiesFragment
254type ArmTemplateProperties = original.ArmTemplateProperties
255type ArmTemplatesClient = original.ArmTemplatesClient
256type Artifact = original.Artifact
257type ArtifactDeploymentStatusProperties = original.ArtifactDeploymentStatusProperties
258type ArtifactDeploymentStatusPropertiesFragment = original.ArtifactDeploymentStatusPropertiesFragment
259type ArtifactInstallProperties = original.ArtifactInstallProperties
260type ArtifactInstallPropertiesFragment = original.ArtifactInstallPropertiesFragment
261type ArtifactList = original.ArtifactList
262type ArtifactListIterator = original.ArtifactListIterator
263type ArtifactListPage = original.ArtifactListPage
264type ArtifactParameterProperties = original.ArtifactParameterProperties
265type ArtifactParameterPropertiesFragment = original.ArtifactParameterPropertiesFragment
266type ArtifactProperties = original.ArtifactProperties
267type ArtifactSource = original.ArtifactSource
268type ArtifactSourceFragment = original.ArtifactSourceFragment
269type ArtifactSourceList = original.ArtifactSourceList
270type ArtifactSourceListIterator = original.ArtifactSourceListIterator
271type ArtifactSourceListPage = original.ArtifactSourceListPage
272type ArtifactSourceProperties = original.ArtifactSourceProperties
273type ArtifactSourcePropertiesFragment = original.ArtifactSourcePropertiesFragment
274type ArtifactSourcesClient = original.ArtifactSourcesClient
275type ArtifactsClient = original.ArtifactsClient
276type AttachDiskProperties = original.AttachDiskProperties
277type AttachNewDataDiskOptions = original.AttachNewDataDiskOptions
278type AttachNewDataDiskOptionsFragment = original.AttachNewDataDiskOptionsFragment
279type BaseClient = original.BaseClient
280type BulkCreationParameters = original.BulkCreationParameters
281type BulkCreationParametersFragment = original.BulkCreationParametersFragment
282type CloudError = original.CloudError
283type CloudErrorBody = original.CloudErrorBody
284type ComputeDataDisk = original.ComputeDataDisk
285type ComputeDataDiskFragment = original.ComputeDataDiskFragment
286type ComputeVMInstanceViewStatus = original.ComputeVMInstanceViewStatus
287type ComputeVMInstanceViewStatusFragment = original.ComputeVMInstanceViewStatusFragment
288type ComputeVMProperties = original.ComputeVMProperties
289type ComputeVMPropertiesFragment = original.ComputeVMPropertiesFragment
290type CostThresholdProperties = original.CostThresholdProperties
291type CostsClient = original.CostsClient
292type CustomImage = original.CustomImage
293type CustomImageFragment = original.CustomImageFragment
294type CustomImageList = original.CustomImageList
295type CustomImageListIterator = original.CustomImageListIterator
296type CustomImageListPage = original.CustomImageListPage
297type CustomImageProperties = original.CustomImageProperties
298type CustomImagePropertiesCustom = original.CustomImagePropertiesCustom
299type CustomImagePropertiesCustomFragment = original.CustomImagePropertiesCustomFragment
300type CustomImagePropertiesFragment = original.CustomImagePropertiesFragment
301type CustomImagePropertiesFromPlan = original.CustomImagePropertiesFromPlan
302type CustomImagePropertiesFromPlanFragment = original.CustomImagePropertiesFromPlanFragment
303type CustomImagePropertiesFromVM = original.CustomImagePropertiesFromVM
304type CustomImagePropertiesFromVMFragment = original.CustomImagePropertiesFromVMFragment
305type CustomImagesClient = original.CustomImagesClient
306type CustomImagesCreateOrUpdateFuture = original.CustomImagesCreateOrUpdateFuture
307type CustomImagesDeleteFuture = original.CustomImagesDeleteFuture
308type DataDiskProperties = original.DataDiskProperties
309type DataDiskPropertiesFragment = original.DataDiskPropertiesFragment
310type DataDiskStorageTypeInfo = original.DataDiskStorageTypeInfo
311type DataDiskStorageTypeInfoFragment = original.DataDiskStorageTypeInfoFragment
312type DayDetails = original.DayDetails
313type DayDetailsFragment = original.DayDetailsFragment
314type DetachDataDiskProperties = original.DetachDataDiskProperties
315type DetachDiskProperties = original.DetachDiskProperties
316type Disk = original.Disk
317type DiskFragment = original.DiskFragment
318type DiskList = original.DiskList
319type DiskListIterator = original.DiskListIterator
320type DiskListPage = original.DiskListPage
321type DiskProperties = original.DiskProperties
322type DiskPropertiesFragment = original.DiskPropertiesFragment
323type DisksAttachFuture = original.DisksAttachFuture
324type DisksClient = original.DisksClient
325type DisksCreateOrUpdateFuture = original.DisksCreateOrUpdateFuture
326type DisksDeleteFuture = original.DisksDeleteFuture
327type DisksDetachFuture = original.DisksDetachFuture
328type Environment = original.Environment
329type EnvironmentDeploymentProperties = original.EnvironmentDeploymentProperties
330type EnvironmentDeploymentPropertiesFragment = original.EnvironmentDeploymentPropertiesFragment
331type EnvironmentFragment = original.EnvironmentFragment
332type EnvironmentList = original.EnvironmentList
333type EnvironmentListIterator = original.EnvironmentListIterator
334type EnvironmentListPage = original.EnvironmentListPage
335type EnvironmentProperties = original.EnvironmentProperties
336type EnvironmentPropertiesFragment = original.EnvironmentPropertiesFragment
337type EnvironmentsClient = original.EnvironmentsClient
338type EnvironmentsCreateOrUpdateFuture = original.EnvironmentsCreateOrUpdateFuture
339type EnvironmentsDeleteFuture = original.EnvironmentsDeleteFuture
340type EvaluatePoliciesProperties = original.EvaluatePoliciesProperties
341type EvaluatePoliciesRequest = original.EvaluatePoliciesRequest
342type EvaluatePoliciesResponse = original.EvaluatePoliciesResponse
343type Event = original.Event
344type EventFragment = original.EventFragment
345type ExportResourceUsageParameters = original.ExportResourceUsageParameters
346type ExternalSubnet = original.ExternalSubnet
347type ExternalSubnetFragment = original.ExternalSubnetFragment
348type Formula = original.Formula
349type FormulaFragment = original.FormulaFragment
350type FormulaList = original.FormulaList
351type FormulaListIterator = original.FormulaListIterator
352type FormulaListPage = original.FormulaListPage
353type FormulaProperties = original.FormulaProperties
354type FormulaPropertiesFragment = original.FormulaPropertiesFragment
355type FormulaPropertiesFromVM = original.FormulaPropertiesFromVM
356type FormulaPropertiesFromVMFragment = original.FormulaPropertiesFromVMFragment
357type FormulasClient = original.FormulasClient
358type FormulasCreateOrUpdateFuture = original.FormulasCreateOrUpdateFuture
359type GalleryImage = original.GalleryImage
360type GalleryImageList = original.GalleryImageList
361type GalleryImageListIterator = original.GalleryImageListIterator
362type GalleryImageListPage = original.GalleryImageListPage
363type GalleryImageProperties = original.GalleryImageProperties
364type GalleryImageReference = original.GalleryImageReference
365type GalleryImageReferenceFragment = original.GalleryImageReferenceFragment
366type GalleryImagesClient = original.GalleryImagesClient
367type GenerateArmTemplateRequest = original.GenerateArmTemplateRequest
368type GenerateUploadURIParameter = original.GenerateUploadURIParameter
369type GenerateUploadURIResponse = original.GenerateUploadURIResponse
370type GlobalSchedulesClient = original.GlobalSchedulesClient
371type GlobalSchedulesExecuteFuture = original.GlobalSchedulesExecuteFuture
372type GlobalSchedulesRetargetFuture = original.GlobalSchedulesRetargetFuture
373type HourDetails = original.HourDetails
374type HourDetailsFragment = original.HourDetailsFragment
375type IdentityProperties = original.IdentityProperties
376type ImportLabVirtualMachineRequest = original.ImportLabVirtualMachineRequest
377type InboundNatRule = original.InboundNatRule
378type InboundNatRuleFragment = original.InboundNatRuleFragment
379type Lab = original.Lab
380type LabAnnouncementProperties = original.LabAnnouncementProperties
381type LabAnnouncementPropertiesFragment = original.LabAnnouncementPropertiesFragment
382type LabCost = original.LabCost
383type LabCostDetailsProperties = original.LabCostDetailsProperties
384type LabCostProperties = original.LabCostProperties
385type LabCostSummaryProperties = original.LabCostSummaryProperties
386type LabFragment = original.LabFragment
387type LabList = original.LabList
388type LabListIterator = original.LabListIterator
389type LabListPage = original.LabListPage
390type LabProperties = original.LabProperties
391type LabPropertiesFragment = original.LabPropertiesFragment
392type LabResourceCostProperties = original.LabResourceCostProperties
393type LabSupportProperties = original.LabSupportProperties
394type LabSupportPropertiesFragment = original.LabSupportPropertiesFragment
395type LabVhd = original.LabVhd
396type LabVhdList = original.LabVhdList
397type LabVhdListIterator = original.LabVhdListIterator
398type LabVhdListPage = original.LabVhdListPage
399type LabVirtualMachine = original.LabVirtualMachine
400type LabVirtualMachineCreationParameter = original.LabVirtualMachineCreationParameter
401type LabVirtualMachineCreationParameterFragment = original.LabVirtualMachineCreationParameterFragment
402type LabVirtualMachineCreationParameterProperties = original.LabVirtualMachineCreationParameterProperties
403type LabVirtualMachineCreationParameterPropertiesFragment = original.LabVirtualMachineCreationParameterPropertiesFragment
404type LabVirtualMachineFragment = original.LabVirtualMachineFragment
405type LabVirtualMachineList = original.LabVirtualMachineList
406type LabVirtualMachineListIterator = original.LabVirtualMachineListIterator
407type LabVirtualMachineListPage = original.LabVirtualMachineListPage
408type LabVirtualMachineProperties = original.LabVirtualMachineProperties
409type LabVirtualMachinePropertiesFragment = original.LabVirtualMachinePropertiesFragment
410type LabsClaimAnyVMFuture = original.LabsClaimAnyVMFuture
411type LabsClient = original.LabsClient
412type LabsCreateEnvironmentFuture = original.LabsCreateEnvironmentFuture
413type LabsCreateOrUpdateFuture = original.LabsCreateOrUpdateFuture
414type LabsDeleteFuture = original.LabsDeleteFuture
415type LabsExportResourceUsageFuture = original.LabsExportResourceUsageFuture
416type LabsImportVirtualMachineFuture = original.LabsImportVirtualMachineFuture
417type LinuxOsInfo = original.LinuxOsInfo
418type LinuxOsInfoFragment = original.LinuxOsInfoFragment
419type NetworkInterfaceProperties = original.NetworkInterfaceProperties
420type NetworkInterfacePropertiesFragment = original.NetworkInterfacePropertiesFragment
421type NotificationChannel = original.NotificationChannel
422type NotificationChannelFragment = original.NotificationChannelFragment
423type NotificationChannelList = original.NotificationChannelList
424type NotificationChannelListIterator = original.NotificationChannelListIterator
425type NotificationChannelListPage = original.NotificationChannelListPage
426type NotificationChannelProperties = original.NotificationChannelProperties
427type NotificationChannelPropertiesFragment = original.NotificationChannelPropertiesFragment
428type NotificationChannelsClient = original.NotificationChannelsClient
429type NotificationSettings = original.NotificationSettings
430type NotificationSettingsFragment = original.NotificationSettingsFragment
431type NotifyParameters = original.NotifyParameters
432type OperationError = original.OperationError
433type OperationMetadata = original.OperationMetadata
434type OperationMetadataDisplay = original.OperationMetadataDisplay
435type OperationResult = original.OperationResult
436type OperationsClient = original.OperationsClient
437type ParameterInfo = original.ParameterInfo
438type ParametersValueFileInfo = original.ParametersValueFileInfo
439type PercentageCostThresholdProperties = original.PercentageCostThresholdProperties
440type PoliciesClient = original.PoliciesClient
441type Policy = original.Policy
442type PolicyFragment = original.PolicyFragment
443type PolicyList = original.PolicyList
444type PolicyListIterator = original.PolicyListIterator
445type PolicyListPage = original.PolicyListPage
446type PolicyProperties = original.PolicyProperties
447type PolicyPropertiesFragment = original.PolicyPropertiesFragment
448type PolicySetResult = original.PolicySetResult
449type PolicySetsClient = original.PolicySetsClient
450type PolicyViolation = original.PolicyViolation
451type Port = original.Port
452type PortFragment = original.PortFragment
453type ProviderOperationResult = original.ProviderOperationResult
454type ProviderOperationResultIterator = original.ProviderOperationResultIterator
455type ProviderOperationResultPage = original.ProviderOperationResultPage
456type ProviderOperationsClient = original.ProviderOperationsClient
457type RdpConnection = original.RdpConnection
458type ResizeLabVirtualMachineProperties = original.ResizeLabVirtualMachineProperties
459type Resource = original.Resource
460type RetargetScheduleProperties = original.RetargetScheduleProperties
461type Schedule = original.Schedule
462type ScheduleCreationParameter = original.ScheduleCreationParameter
463type ScheduleCreationParameterFragment = original.ScheduleCreationParameterFragment
464type ScheduleCreationParameterProperties = original.ScheduleCreationParameterProperties
465type ScheduleCreationParameterPropertiesFragment = original.ScheduleCreationParameterPropertiesFragment
466type ScheduleFragment = original.ScheduleFragment
467type ScheduleList = original.ScheduleList
468type ScheduleListIterator = original.ScheduleListIterator
469type ScheduleListPage = original.ScheduleListPage
470type ScheduleProperties = original.ScheduleProperties
471type SchedulePropertiesFragment = original.SchedulePropertiesFragment
472type SchedulesClient = original.SchedulesClient
473type SchedulesExecuteFuture = original.SchedulesExecuteFuture
474type Secret = original.Secret
475type SecretFragment = original.SecretFragment
476type SecretList = original.SecretList
477type SecretListIterator = original.SecretListIterator
478type SecretListPage = original.SecretListPage
479type SecretProperties = original.SecretProperties
480type SecretPropertiesFragment = original.SecretPropertiesFragment
481type SecretsClient = original.SecretsClient
482type SecretsCreateOrUpdateFuture = original.SecretsCreateOrUpdateFuture
483type ServiceFabric = original.ServiceFabric
484type ServiceFabricFragment = original.ServiceFabricFragment
485type ServiceFabricList = original.ServiceFabricList
486type ServiceFabricListIterator = original.ServiceFabricListIterator
487type ServiceFabricListPage = original.ServiceFabricListPage
488type ServiceFabricProperties = original.ServiceFabricProperties
489type ServiceFabricPropertiesFragment = original.ServiceFabricPropertiesFragment
490type ServiceFabricSchedulesClient = original.ServiceFabricSchedulesClient
491type ServiceFabricSchedulesExecuteFuture = original.ServiceFabricSchedulesExecuteFuture
492type ServiceFabricsClient = original.ServiceFabricsClient
493type ServiceFabricsCreateOrUpdateFuture = original.ServiceFabricsCreateOrUpdateFuture
494type ServiceFabricsDeleteFuture = original.ServiceFabricsDeleteFuture
495type ServiceFabricsStartFuture = original.ServiceFabricsStartFuture
496type ServiceFabricsStopFuture = original.ServiceFabricsStopFuture
497type ServiceRunner = original.ServiceRunner
498type ServiceRunnersClient = original.ServiceRunnersClient
499type SharedPublicIPAddressConfiguration = original.SharedPublicIPAddressConfiguration
500type SharedPublicIPAddressConfigurationFragment = original.SharedPublicIPAddressConfigurationFragment
501type ShutdownNotificationContent = original.ShutdownNotificationContent
502type Subnet = original.Subnet
503type SubnetFragment = original.SubnetFragment
504type SubnetOverride = original.SubnetOverride
505type SubnetOverrideFragment = original.SubnetOverrideFragment
506type SubnetSharedPublicIPAddressConfiguration = original.SubnetSharedPublicIPAddressConfiguration
507type SubnetSharedPublicIPAddressConfigurationFragment = original.SubnetSharedPublicIPAddressConfigurationFragment
508type TargetCostProperties = original.TargetCostProperties
509type UpdateResource = original.UpdateResource
510type User = original.User
511type UserFragment = original.UserFragment
512type UserIdentity = original.UserIdentity
513type UserIdentityFragment = original.UserIdentityFragment
514type UserList = original.UserList
515type UserListIterator = original.UserListIterator
516type UserListPage = original.UserListPage
517type UserProperties = original.UserProperties
518type UserPropertiesFragment = original.UserPropertiesFragment
519type UserSecretStore = original.UserSecretStore
520type UserSecretStoreFragment = original.UserSecretStoreFragment
521type UsersClient = original.UsersClient
522type UsersCreateOrUpdateFuture = original.UsersCreateOrUpdateFuture
523type UsersDeleteFuture = original.UsersDeleteFuture
524type VirtualMachineSchedulesClient = original.VirtualMachineSchedulesClient
525type VirtualMachineSchedulesExecuteFuture = original.VirtualMachineSchedulesExecuteFuture
526type VirtualMachinesAddDataDiskFuture = original.VirtualMachinesAddDataDiskFuture
527type VirtualMachinesApplyArtifactsFuture = original.VirtualMachinesApplyArtifactsFuture
528type VirtualMachinesClaimFuture = original.VirtualMachinesClaimFuture
529type VirtualMachinesClient = original.VirtualMachinesClient
530type VirtualMachinesCreateOrUpdateFuture = original.VirtualMachinesCreateOrUpdateFuture
531type VirtualMachinesDeleteFuture = original.VirtualMachinesDeleteFuture
532type VirtualMachinesDetachDataDiskFuture = original.VirtualMachinesDetachDataDiskFuture
533type VirtualMachinesRedeployFuture = original.VirtualMachinesRedeployFuture
534type VirtualMachinesResizeFuture = original.VirtualMachinesResizeFuture
535type VirtualMachinesRestartFuture = original.VirtualMachinesRestartFuture
536type VirtualMachinesStartFuture = original.VirtualMachinesStartFuture
537type VirtualMachinesStopFuture = original.VirtualMachinesStopFuture
538type VirtualMachinesTransferDisksFuture = original.VirtualMachinesTransferDisksFuture
539type VirtualMachinesUnClaimFuture = original.VirtualMachinesUnClaimFuture
540type VirtualNetwork = original.VirtualNetwork
541type VirtualNetworkFragment = original.VirtualNetworkFragment
542type VirtualNetworkList = original.VirtualNetworkList
543type VirtualNetworkListIterator = original.VirtualNetworkListIterator
544type VirtualNetworkListPage = original.VirtualNetworkListPage
545type VirtualNetworkProperties = original.VirtualNetworkProperties
546type VirtualNetworkPropertiesFragment = original.VirtualNetworkPropertiesFragment
547type VirtualNetworksClient = original.VirtualNetworksClient
548type VirtualNetworksCreateOrUpdateFuture = original.VirtualNetworksCreateOrUpdateFuture
549type VirtualNetworksDeleteFuture = original.VirtualNetworksDeleteFuture
550type WeekDetails = original.WeekDetails
551type WeekDetailsFragment = original.WeekDetailsFragment
552type WindowsOsInfo = original.WindowsOsInfo
553type WindowsOsInfoFragment = original.WindowsOsInfoFragment
554
555func New(subscriptionID string) BaseClient {
556	return original.New(subscriptionID)
557}
558func NewArmTemplateListIterator(page ArmTemplateListPage) ArmTemplateListIterator {
559	return original.NewArmTemplateListIterator(page)
560}
561func NewArmTemplateListPage(cur ArmTemplateList, getNextPage func(context.Context, ArmTemplateList) (ArmTemplateList, error)) ArmTemplateListPage {
562	return original.NewArmTemplateListPage(cur, getNextPage)
563}
564func NewArmTemplatesClient(subscriptionID string) ArmTemplatesClient {
565	return original.NewArmTemplatesClient(subscriptionID)
566}
567func NewArmTemplatesClientWithBaseURI(baseURI string, subscriptionID string) ArmTemplatesClient {
568	return original.NewArmTemplatesClientWithBaseURI(baseURI, subscriptionID)
569}
570func NewArtifactListIterator(page ArtifactListPage) ArtifactListIterator {
571	return original.NewArtifactListIterator(page)
572}
573func NewArtifactListPage(cur ArtifactList, getNextPage func(context.Context, ArtifactList) (ArtifactList, error)) ArtifactListPage {
574	return original.NewArtifactListPage(cur, getNextPage)
575}
576func NewArtifactSourceListIterator(page ArtifactSourceListPage) ArtifactSourceListIterator {
577	return original.NewArtifactSourceListIterator(page)
578}
579func NewArtifactSourceListPage(cur ArtifactSourceList, getNextPage func(context.Context, ArtifactSourceList) (ArtifactSourceList, error)) ArtifactSourceListPage {
580	return original.NewArtifactSourceListPage(cur, getNextPage)
581}
582func NewArtifactSourcesClient(subscriptionID string) ArtifactSourcesClient {
583	return original.NewArtifactSourcesClient(subscriptionID)
584}
585func NewArtifactSourcesClientWithBaseURI(baseURI string, subscriptionID string) ArtifactSourcesClient {
586	return original.NewArtifactSourcesClientWithBaseURI(baseURI, subscriptionID)
587}
588func NewArtifactsClient(subscriptionID string) ArtifactsClient {
589	return original.NewArtifactsClient(subscriptionID)
590}
591func NewArtifactsClientWithBaseURI(baseURI string, subscriptionID string) ArtifactsClient {
592	return original.NewArtifactsClientWithBaseURI(baseURI, subscriptionID)
593}
594func NewCostsClient(subscriptionID string) CostsClient {
595	return original.NewCostsClient(subscriptionID)
596}
597func NewCostsClientWithBaseURI(baseURI string, subscriptionID string) CostsClient {
598	return original.NewCostsClientWithBaseURI(baseURI, subscriptionID)
599}
600func NewCustomImageListIterator(page CustomImageListPage) CustomImageListIterator {
601	return original.NewCustomImageListIterator(page)
602}
603func NewCustomImageListPage(cur CustomImageList, getNextPage func(context.Context, CustomImageList) (CustomImageList, error)) CustomImageListPage {
604	return original.NewCustomImageListPage(cur, getNextPage)
605}
606func NewCustomImagesClient(subscriptionID string) CustomImagesClient {
607	return original.NewCustomImagesClient(subscriptionID)
608}
609func NewCustomImagesClientWithBaseURI(baseURI string, subscriptionID string) CustomImagesClient {
610	return original.NewCustomImagesClientWithBaseURI(baseURI, subscriptionID)
611}
612func NewDiskListIterator(page DiskListPage) DiskListIterator {
613	return original.NewDiskListIterator(page)
614}
615func NewDiskListPage(cur DiskList, getNextPage func(context.Context, DiskList) (DiskList, error)) DiskListPage {
616	return original.NewDiskListPage(cur, getNextPage)
617}
618func NewDisksClient(subscriptionID string) DisksClient {
619	return original.NewDisksClient(subscriptionID)
620}
621func NewDisksClientWithBaseURI(baseURI string, subscriptionID string) DisksClient {
622	return original.NewDisksClientWithBaseURI(baseURI, subscriptionID)
623}
624func NewEnvironmentListIterator(page EnvironmentListPage) EnvironmentListIterator {
625	return original.NewEnvironmentListIterator(page)
626}
627func NewEnvironmentListPage(cur EnvironmentList, getNextPage func(context.Context, EnvironmentList) (EnvironmentList, error)) EnvironmentListPage {
628	return original.NewEnvironmentListPage(cur, getNextPage)
629}
630func NewEnvironmentsClient(subscriptionID string) EnvironmentsClient {
631	return original.NewEnvironmentsClient(subscriptionID)
632}
633func NewEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) EnvironmentsClient {
634	return original.NewEnvironmentsClientWithBaseURI(baseURI, subscriptionID)
635}
636func NewFormulaListIterator(page FormulaListPage) FormulaListIterator {
637	return original.NewFormulaListIterator(page)
638}
639func NewFormulaListPage(cur FormulaList, getNextPage func(context.Context, FormulaList) (FormulaList, error)) FormulaListPage {
640	return original.NewFormulaListPage(cur, getNextPage)
641}
642func NewFormulasClient(subscriptionID string) FormulasClient {
643	return original.NewFormulasClient(subscriptionID)
644}
645func NewFormulasClientWithBaseURI(baseURI string, subscriptionID string) FormulasClient {
646	return original.NewFormulasClientWithBaseURI(baseURI, subscriptionID)
647}
648func NewGalleryImageListIterator(page GalleryImageListPage) GalleryImageListIterator {
649	return original.NewGalleryImageListIterator(page)
650}
651func NewGalleryImageListPage(cur GalleryImageList, getNextPage func(context.Context, GalleryImageList) (GalleryImageList, error)) GalleryImageListPage {
652	return original.NewGalleryImageListPage(cur, getNextPage)
653}
654func NewGalleryImagesClient(subscriptionID string) GalleryImagesClient {
655	return original.NewGalleryImagesClient(subscriptionID)
656}
657func NewGalleryImagesClientWithBaseURI(baseURI string, subscriptionID string) GalleryImagesClient {
658	return original.NewGalleryImagesClientWithBaseURI(baseURI, subscriptionID)
659}
660func NewGlobalSchedulesClient(subscriptionID string) GlobalSchedulesClient {
661	return original.NewGlobalSchedulesClient(subscriptionID)
662}
663func NewGlobalSchedulesClientWithBaseURI(baseURI string, subscriptionID string) GlobalSchedulesClient {
664	return original.NewGlobalSchedulesClientWithBaseURI(baseURI, subscriptionID)
665}
666func NewLabListIterator(page LabListPage) LabListIterator {
667	return original.NewLabListIterator(page)
668}
669func NewLabListPage(cur LabList, getNextPage func(context.Context, LabList) (LabList, error)) LabListPage {
670	return original.NewLabListPage(cur, getNextPage)
671}
672func NewLabVhdListIterator(page LabVhdListPage) LabVhdListIterator {
673	return original.NewLabVhdListIterator(page)
674}
675func NewLabVhdListPage(cur LabVhdList, getNextPage func(context.Context, LabVhdList) (LabVhdList, error)) LabVhdListPage {
676	return original.NewLabVhdListPage(cur, getNextPage)
677}
678func NewLabVirtualMachineListIterator(page LabVirtualMachineListPage) LabVirtualMachineListIterator {
679	return original.NewLabVirtualMachineListIterator(page)
680}
681func NewLabVirtualMachineListPage(cur LabVirtualMachineList, getNextPage func(context.Context, LabVirtualMachineList) (LabVirtualMachineList, error)) LabVirtualMachineListPage {
682	return original.NewLabVirtualMachineListPage(cur, getNextPage)
683}
684func NewLabsClient(subscriptionID string) LabsClient {
685	return original.NewLabsClient(subscriptionID)
686}
687func NewLabsClientWithBaseURI(baseURI string, subscriptionID string) LabsClient {
688	return original.NewLabsClientWithBaseURI(baseURI, subscriptionID)
689}
690func NewNotificationChannelListIterator(page NotificationChannelListPage) NotificationChannelListIterator {
691	return original.NewNotificationChannelListIterator(page)
692}
693func NewNotificationChannelListPage(cur NotificationChannelList, getNextPage func(context.Context, NotificationChannelList) (NotificationChannelList, error)) NotificationChannelListPage {
694	return original.NewNotificationChannelListPage(cur, getNextPage)
695}
696func NewNotificationChannelsClient(subscriptionID string) NotificationChannelsClient {
697	return original.NewNotificationChannelsClient(subscriptionID)
698}
699func NewNotificationChannelsClientWithBaseURI(baseURI string, subscriptionID string) NotificationChannelsClient {
700	return original.NewNotificationChannelsClientWithBaseURI(baseURI, subscriptionID)
701}
702func NewOperationsClient(subscriptionID string) OperationsClient {
703	return original.NewOperationsClient(subscriptionID)
704}
705func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
706	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
707}
708func NewPoliciesClient(subscriptionID string) PoliciesClient {
709	return original.NewPoliciesClient(subscriptionID)
710}
711func NewPoliciesClientWithBaseURI(baseURI string, subscriptionID string) PoliciesClient {
712	return original.NewPoliciesClientWithBaseURI(baseURI, subscriptionID)
713}
714func NewPolicyListIterator(page PolicyListPage) PolicyListIterator {
715	return original.NewPolicyListIterator(page)
716}
717func NewPolicyListPage(cur PolicyList, getNextPage func(context.Context, PolicyList) (PolicyList, error)) PolicyListPage {
718	return original.NewPolicyListPage(cur, getNextPage)
719}
720func NewPolicySetsClient(subscriptionID string) PolicySetsClient {
721	return original.NewPolicySetsClient(subscriptionID)
722}
723func NewPolicySetsClientWithBaseURI(baseURI string, subscriptionID string) PolicySetsClient {
724	return original.NewPolicySetsClientWithBaseURI(baseURI, subscriptionID)
725}
726func NewProviderOperationResultIterator(page ProviderOperationResultPage) ProviderOperationResultIterator {
727	return original.NewProviderOperationResultIterator(page)
728}
729func NewProviderOperationResultPage(cur ProviderOperationResult, getNextPage func(context.Context, ProviderOperationResult) (ProviderOperationResult, error)) ProviderOperationResultPage {
730	return original.NewProviderOperationResultPage(cur, getNextPage)
731}
732func NewProviderOperationsClient(subscriptionID string) ProviderOperationsClient {
733	return original.NewProviderOperationsClient(subscriptionID)
734}
735func NewProviderOperationsClientWithBaseURI(baseURI string, subscriptionID string) ProviderOperationsClient {
736	return original.NewProviderOperationsClientWithBaseURI(baseURI, subscriptionID)
737}
738func NewScheduleListIterator(page ScheduleListPage) ScheduleListIterator {
739	return original.NewScheduleListIterator(page)
740}
741func NewScheduleListPage(cur ScheduleList, getNextPage func(context.Context, ScheduleList) (ScheduleList, error)) ScheduleListPage {
742	return original.NewScheduleListPage(cur, getNextPage)
743}
744func NewSchedulesClient(subscriptionID string) SchedulesClient {
745	return original.NewSchedulesClient(subscriptionID)
746}
747func NewSchedulesClientWithBaseURI(baseURI string, subscriptionID string) SchedulesClient {
748	return original.NewSchedulesClientWithBaseURI(baseURI, subscriptionID)
749}
750func NewSecretListIterator(page SecretListPage) SecretListIterator {
751	return original.NewSecretListIterator(page)
752}
753func NewSecretListPage(cur SecretList, getNextPage func(context.Context, SecretList) (SecretList, error)) SecretListPage {
754	return original.NewSecretListPage(cur, getNextPage)
755}
756func NewSecretsClient(subscriptionID string) SecretsClient {
757	return original.NewSecretsClient(subscriptionID)
758}
759func NewSecretsClientWithBaseURI(baseURI string, subscriptionID string) SecretsClient {
760	return original.NewSecretsClientWithBaseURI(baseURI, subscriptionID)
761}
762func NewServiceFabricListIterator(page ServiceFabricListPage) ServiceFabricListIterator {
763	return original.NewServiceFabricListIterator(page)
764}
765func NewServiceFabricListPage(cur ServiceFabricList, getNextPage func(context.Context, ServiceFabricList) (ServiceFabricList, error)) ServiceFabricListPage {
766	return original.NewServiceFabricListPage(cur, getNextPage)
767}
768func NewServiceFabricSchedulesClient(subscriptionID string) ServiceFabricSchedulesClient {
769	return original.NewServiceFabricSchedulesClient(subscriptionID)
770}
771func NewServiceFabricSchedulesClientWithBaseURI(baseURI string, subscriptionID string) ServiceFabricSchedulesClient {
772	return original.NewServiceFabricSchedulesClientWithBaseURI(baseURI, subscriptionID)
773}
774func NewServiceFabricsClient(subscriptionID string) ServiceFabricsClient {
775	return original.NewServiceFabricsClient(subscriptionID)
776}
777func NewServiceFabricsClientWithBaseURI(baseURI string, subscriptionID string) ServiceFabricsClient {
778	return original.NewServiceFabricsClientWithBaseURI(baseURI, subscriptionID)
779}
780func NewServiceRunnersClient(subscriptionID string) ServiceRunnersClient {
781	return original.NewServiceRunnersClient(subscriptionID)
782}
783func NewServiceRunnersClientWithBaseURI(baseURI string, subscriptionID string) ServiceRunnersClient {
784	return original.NewServiceRunnersClientWithBaseURI(baseURI, subscriptionID)
785}
786func NewUserListIterator(page UserListPage) UserListIterator {
787	return original.NewUserListIterator(page)
788}
789func NewUserListPage(cur UserList, getNextPage func(context.Context, UserList) (UserList, error)) UserListPage {
790	return original.NewUserListPage(cur, getNextPage)
791}
792func NewUsersClient(subscriptionID string) UsersClient {
793	return original.NewUsersClient(subscriptionID)
794}
795func NewUsersClientWithBaseURI(baseURI string, subscriptionID string) UsersClient {
796	return original.NewUsersClientWithBaseURI(baseURI, subscriptionID)
797}
798func NewVirtualMachineSchedulesClient(subscriptionID string) VirtualMachineSchedulesClient {
799	return original.NewVirtualMachineSchedulesClient(subscriptionID)
800}
801func NewVirtualMachineSchedulesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineSchedulesClient {
802	return original.NewVirtualMachineSchedulesClientWithBaseURI(baseURI, subscriptionID)
803}
804func NewVirtualMachinesClient(subscriptionID string) VirtualMachinesClient {
805	return original.NewVirtualMachinesClient(subscriptionID)
806}
807func NewVirtualMachinesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachinesClient {
808	return original.NewVirtualMachinesClientWithBaseURI(baseURI, subscriptionID)
809}
810func NewVirtualNetworkListIterator(page VirtualNetworkListPage) VirtualNetworkListIterator {
811	return original.NewVirtualNetworkListIterator(page)
812}
813func NewVirtualNetworkListPage(cur VirtualNetworkList, getNextPage func(context.Context, VirtualNetworkList) (VirtualNetworkList, error)) VirtualNetworkListPage {
814	return original.NewVirtualNetworkListPage(cur, getNextPage)
815}
816func NewVirtualNetworksClient(subscriptionID string) VirtualNetworksClient {
817	return original.NewVirtualNetworksClient(subscriptionID)
818}
819func NewVirtualNetworksClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworksClient {
820	return original.NewVirtualNetworksClientWithBaseURI(baseURI, subscriptionID)
821}
822func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
823	return original.NewWithBaseURI(baseURI, subscriptionID)
824}
825func PossibleCostThresholdStatusValues() []CostThresholdStatus {
826	return original.PossibleCostThresholdStatusValues()
827}
828func PossibleCostTypeValues() []CostType {
829	return original.PossibleCostTypeValues()
830}
831func PossibleCustomImageOsTypeValues() []CustomImageOsType {
832	return original.PossibleCustomImageOsTypeValues()
833}
834func PossibleEnableStatusValues() []EnableStatus {
835	return original.PossibleEnableStatusValues()
836}
837func PossibleEnvironmentPermissionValues() []EnvironmentPermission {
838	return original.PossibleEnvironmentPermissionValues()
839}
840func PossibleFileUploadOptionsValues() []FileUploadOptions {
841	return original.PossibleFileUploadOptionsValues()
842}
843func PossibleHTTPStatusCodeValues() []HTTPStatusCode {
844	return original.PossibleHTTPStatusCodeValues()
845}
846func PossibleHostCachingOptionsValues() []HostCachingOptions {
847	return original.PossibleHostCachingOptionsValues()
848}
849func PossibleLinuxOsStateValues() []LinuxOsState {
850	return original.PossibleLinuxOsStateValues()
851}
852func PossibleNotificationChannelEventTypeValues() []NotificationChannelEventType {
853	return original.PossibleNotificationChannelEventTypeValues()
854}
855func PossiblePolicyEvaluatorTypeValues() []PolicyEvaluatorType {
856	return original.PossiblePolicyEvaluatorTypeValues()
857}
858func PossiblePolicyFactNameValues() []PolicyFactName {
859	return original.PossiblePolicyFactNameValues()
860}
861func PossiblePolicyStatusValues() []PolicyStatus {
862	return original.PossiblePolicyStatusValues()
863}
864func PossiblePremiumDataDiskValues() []PremiumDataDisk {
865	return original.PossiblePremiumDataDiskValues()
866}
867func PossibleReportingCycleTypeValues() []ReportingCycleType {
868	return original.PossibleReportingCycleTypeValues()
869}
870func PossibleSourceControlTypeValues() []SourceControlType {
871	return original.PossibleSourceControlTypeValues()
872}
873func PossibleStorageTypeValues() []StorageType {
874	return original.PossibleStorageTypeValues()
875}
876func PossibleTargetCostStatusValues() []TargetCostStatus {
877	return original.PossibleTargetCostStatusValues()
878}
879func PossibleTransportProtocolValues() []TransportProtocol {
880	return original.PossibleTransportProtocolValues()
881}
882func PossibleUsagePermissionTypeValues() []UsagePermissionType {
883	return original.PossibleUsagePermissionTypeValues()
884}
885func PossibleVirtualMachineCreationSourceValues() []VirtualMachineCreationSource {
886	return original.PossibleVirtualMachineCreationSourceValues()
887}
888func PossibleWindowsOsStateValues() []WindowsOsState {
889	return original.PossibleWindowsOsStateValues()
890}
891func UserAgent() string {
892	return original.UserAgent() + " profiles/preview"
893}
894func Version() string {
895	return original.Version()
896}
897