1// +build go1.9
2
3// Copyright 2018 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 storageimportexport
21
22import original "github.com/Azure/azure-sdk-for-go/services/storageimportexport/mgmt/2016-11-01/storageimportexport"
23
24type BitLockerKeysClient = original.BitLockerKeysClient
25
26const (
27	DefaultBaseURI = original.DefaultBaseURI
28)
29
30type BaseClient = original.BaseClient
31type JobsClient = original.JobsClient
32type LocationsClient = original.LocationsClient
33type DriveState = original.DriveState
34
35const (
36	Completed         DriveState = original.Completed
37	CompletedMoreInfo DriveState = original.CompletedMoreInfo
38	NeverReceived     DriveState = original.NeverReceived
39	Received          DriveState = original.Received
40	ShippedBack       DriveState = original.ShippedBack
41	Specified         DriveState = original.Specified
42	Transferring      DriveState = original.Transferring
43)
44
45type DriveBitLockerKey = original.DriveBitLockerKey
46type DriveStatus = original.DriveStatus
47type ErrorResponse = original.ErrorResponse
48type ErrorResponseError = original.ErrorResponseError
49type ErrorResponseErrorDetailsItem = original.ErrorResponseErrorDetailsItem
50type Export = original.Export
51type ExportBlobList = original.ExportBlobList
52type GetBitLockerKeysResponse = original.GetBitLockerKeysResponse
53type JobDetails = original.JobDetails
54type JobResponse = original.JobResponse
55type ListJobsResponse = original.ListJobsResponse
56type ListJobsResponseIterator = original.ListJobsResponseIterator
57type ListJobsResponsePage = original.ListJobsResponsePage
58type ListOperationsResponse = original.ListOperationsResponse
59type Location = original.Location
60type LocationProperties = original.LocationProperties
61type LocationsResponse = original.LocationsResponse
62type Operation = original.Operation
63type OperationDisplay = original.OperationDisplay
64type PackageInfomation = original.PackageInfomation
65type PutJobParameters = original.PutJobParameters
66type ReturnAddress = original.ReturnAddress
67type ReturnShipping = original.ReturnShipping
68type ShippingInformation = original.ShippingInformation
69type UpdateJobParameters = original.UpdateJobParameters
70type UpdateJobParametersProperties = original.UpdateJobParametersProperties
71type OperationsClient = original.OperationsClient
72
73func NewBitLockerKeysClient(subscriptionID string, acceptLanguage string) BitLockerKeysClient {
74	return original.NewBitLockerKeysClient(subscriptionID, acceptLanguage)
75}
76func NewBitLockerKeysClientWithBaseURI(baseURI string, subscriptionID string, acceptLanguage string) BitLockerKeysClient {
77	return original.NewBitLockerKeysClientWithBaseURI(baseURI, subscriptionID, acceptLanguage)
78}
79func New(subscriptionID string, acceptLanguage string) BaseClient {
80	return original.New(subscriptionID, acceptLanguage)
81}
82func NewWithBaseURI(baseURI string, subscriptionID string, acceptLanguage string) BaseClient {
83	return original.NewWithBaseURI(baseURI, subscriptionID, acceptLanguage)
84}
85func NewJobsClient(subscriptionID string, acceptLanguage string) JobsClient {
86	return original.NewJobsClient(subscriptionID, acceptLanguage)
87}
88func NewJobsClientWithBaseURI(baseURI string, subscriptionID string, acceptLanguage string) JobsClient {
89	return original.NewJobsClientWithBaseURI(baseURI, subscriptionID, acceptLanguage)
90}
91func NewLocationsClient(subscriptionID string, acceptLanguage string) LocationsClient {
92	return original.NewLocationsClient(subscriptionID, acceptLanguage)
93}
94func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string, acceptLanguage string) LocationsClient {
95	return original.NewLocationsClientWithBaseURI(baseURI, subscriptionID, acceptLanguage)
96}
97func PossibleDriveStateValues() []DriveState {
98	return original.PossibleDriveStateValues()
99}
100func NewOperationsClient(subscriptionID string, acceptLanguage string) OperationsClient {
101	return original.NewOperationsClient(subscriptionID, acceptLanguage)
102}
103func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, acceptLanguage string) OperationsClient {
104	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID, acceptLanguage)
105}
106func UserAgent() string {
107	return original.UserAgent() + " profiles/preview"
108}
109func Version() string {
110	return original.Version()
111}
112