Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions profiles/latest/serialconsole/mgmt/serialconsole/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package serialconsole

import original "github.com/Azure/azure-sdk-for-go/services/serialconsole/mgmt/2018-05-01/serialconsole"

const (
DefaultBaseURI = original.DefaultBaseURI
)

type BaseClient = original.BaseClient
type ConsoleClient = original.ConsoleClient
type DeploymentValidateResult = original.DeploymentValidateResult
type GetDisabledResult = original.GetDisabledResult
type GetResult = original.GetResult
type ListClient = original.ListClient
type ListConsoleClient = original.ListConsoleClient
type Operations = original.Operations
type SetDisabledResult = original.SetDisabledResult

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewConsoleClient(subscriptionID string) ConsoleClient {
return original.NewConsoleClient(subscriptionID)
}
func NewConsoleClientWithBaseURI(baseURI string, subscriptionID string) ConsoleClient {
return original.NewConsoleClientWithBaseURI(baseURI, subscriptionID)
}
func NewListClient(subscriptionID string) ListClient {
return original.NewListClient(subscriptionID)
}
func NewListClientWithBaseURI(baseURI string, subscriptionID string) ListClient {
return original.NewListClientWithBaseURI(baseURI, subscriptionID)
}
func NewListConsoleClient(subscriptionID string) ListConsoleClient {
return original.NewListConsoleClient(subscriptionID)
}
func NewListConsoleClientWithBaseURI(baseURI string, subscriptionID string) ListConsoleClient {
return original.NewListConsoleClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
func Version() string {
return original.Version()
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package serialconsoleapi

import original "github.com/Azure/azure-sdk-for-go/services/serialconsole/mgmt/2018-05-01/serialconsole/serialconsoleapi"

type ConsoleClientAPI = original.ConsoleClientAPI
type ListClientAPI = original.ListClientAPI
type ListConsoleClientAPI = original.ListConsoleClientAPI
67 changes: 67 additions & 0 deletions profiles/preview/serialconsole/mgmt/serialconsole/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package serialconsole

import original "github.com/Azure/azure-sdk-for-go/services/serialconsole/mgmt/2018-05-01/serialconsole"

const (
DefaultBaseURI = original.DefaultBaseURI
)

type BaseClient = original.BaseClient
type ConsoleClient = original.ConsoleClient
type DeploymentValidateResult = original.DeploymentValidateResult
type GetDisabledResult = original.GetDisabledResult
type GetResult = original.GetResult
type ListClient = original.ListClient
type ListConsoleClient = original.ListConsoleClient
type Operations = original.Operations
type SetDisabledResult = original.SetDisabledResult

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewConsoleClient(subscriptionID string) ConsoleClient {
return original.NewConsoleClient(subscriptionID)
}
func NewConsoleClientWithBaseURI(baseURI string, subscriptionID string) ConsoleClient {
return original.NewConsoleClientWithBaseURI(baseURI, subscriptionID)
}
func NewListClient(subscriptionID string) ListClient {
return original.NewListClient(subscriptionID)
}
func NewListClientWithBaseURI(baseURI string, subscriptionID string) ListClient {
return original.NewListClientWithBaseURI(baseURI, subscriptionID)
}
func NewListConsoleClient(subscriptionID string) ListConsoleClient {
return original.NewListConsoleClient(subscriptionID)
}
func NewListConsoleClientWithBaseURI(baseURI string, subscriptionID string) ListConsoleClient {
return original.NewListConsoleClientWithBaseURI(baseURI, subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package serialconsoleapi

import original "github.com/Azure/azure-sdk-for-go/services/serialconsole/mgmt/2018-05-01/serialconsole/serialconsoleapi"

type ConsoleClientAPI = original.ConsoleClientAPI
type ListClientAPI = original.ListClientAPI
type ListConsoleClientAPI = original.ListConsoleClientAPI
51 changes: 51 additions & 0 deletions services/serialconsole/mgmt/2018-05-01/serialconsole/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading