mirror of
https://github.com/restic/restic.git
synced 2026-06-10 10:59:43 +00:00
Update dependencies, enable pruning for vendor/
So, `dep` got an nice new feature to remove tests and non-go files from `vendor/`, and this brings the size of the vendor directory from ~300MiB down to ~20MiB. We don that now.
This commit is contained in:
-12
@@ -1,12 +0,0 @@
|
||||
Thanks you for your contribution to the Azure-SDK-for-Go! We will triage and review it as quickly as we can.
|
||||
|
||||
As part of your submission, please make sure that you can make the following assertions:
|
||||
|
||||
- [ ] I'm not making changes to Auto-Generated files which will just get erased next time there's a release.
|
||||
- If that's what you want to do, consider making a contribution here: https://github.com/Azure/autorest.go
|
||||
- [ ] I've tested my changes, adding unit tests where applicable.
|
||||
- [ ] I've added Apache 2.0 Headers to the top of any new source files.
|
||||
- [ ] I'm submitting this PR to the `dev` branch, or I'm fixing a bug that warrants its own release and I'm targeting the `master` branch.
|
||||
- [ ] If I'm targeting the `master` branch, I've also added a note to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-go/blob/master/README.md).
|
||||
- [ ] I've mentioned any relevant open issues in this PR, making clear the context for the contribution.
|
||||
|
||||
-32
@@ -1,32 +0,0 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
# *.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# Editor swap files
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# ignore vendor/
|
||||
vendor/
|
||||
-45
@@ -1,45 +0,0 @@
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- master
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- MODE=default
|
||||
- MODE=breaking
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- go: 1.8.x
|
||||
env: MODE=breaking
|
||||
- go: 1.9.x
|
||||
env: MODE=breaking
|
||||
- go: master
|
||||
env: MODE=breaking
|
||||
allow_failures:
|
||||
- env: MODE=breaking
|
||||
- go: master
|
||||
|
||||
install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
|
||||
script:
|
||||
- >-
|
||||
if [[ $MODE == 'default' ]]; then
|
||||
bash rungas.sh
|
||||
grep -L -r --include *.go --exclude-dir vendor -P "Copyright (\d{4}|\(c\)) Microsoft" ./ | tee /dev/stderr | test -z "$(< /dev/stdin)"
|
||||
test -z "$(go build $(go list ./... | grep -v vendor) | tee /dev/stderr)"
|
||||
test -z "$(go fmt $(go list ./... | grep -v vendor) | tee /dev/stderr)"
|
||||
go vet $(go list ./... | grep -v vendor)
|
||||
go test $(sh ./findTestedPackages.sh)
|
||||
fi
|
||||
- >-
|
||||
if [[ $MODE == 'breaking' ]]; then
|
||||
go run ./tools/apidiff/main.go packages ./services FETCH_HEAD~1 FETCH_HEAD --copyrepo --breakingchanges
|
||||
fi
|
||||
-152
@@ -1,152 +0,0 @@
|
||||
# CHANGELOG
|
||||
|
||||
## `v15.0.0`
|
||||
|
||||
NOTE: There is a new subdirectory, ./services/preview, which going forward will be used for segregating pre-GA packages.
|
||||
|
||||
### New Features
|
||||
|
||||
- Added helper func per enum type that returns a slice of all possible values for that type.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Removed the "arm-" prefix from user-agent strings as not all services are for ARM.
|
||||
- Fixed missing marshaller for structs with flattened fields.
|
||||
- Fixed an issue where the incorrect content MIME type was being specified.
|
||||
- Marshalling of empty values for enum types now works as expected.
|
||||
|
||||
### New Services
|
||||
|
||||
| Package Name | API Version |
|
||||
|-------------:|:-----------:|
|
||||
|apimanagement | 2017-03-01 |
|
||||
|azurestack | 2017-06-01 |
|
||||
|billing | 2018-03-01-preview |
|
||||
|compute | 2018-04-01 |
|
||||
|consumption | 2018-03-31 |
|
||||
|databricks | 2018-04-01 |
|
||||
|dns | 2017-10-01 |
|
||||
|insights | 2018-03-01 |
|
||||
|iothub | 2018-01-22 |
|
||||
|iotspaces | 2017-10-01-preview |
|
||||
|management | 2018-01-01-preview |
|
||||
|migrate | 2018-02-02 |
|
||||
|policyinsights | 2017-08-09-preview<br/>2017-10-17-preview<br/>2017-12-12-preview |
|
||||
|resources | 2018-02-01 |
|
||||
|siterecovery | 2018-01-10 |
|
||||
|sql | 2017-10-01-preview |
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
| Package Name | API Version |
|
||||
|-------------:|:-----------:|
|
||||
| automation | 2017-05-15-preview |
|
||||
| advisor | 2017-04-19 |
|
||||
| cognitiveservices | 2017-04-18 |
|
||||
| compute | 2017-03-30<br/>2017-12-01 |
|
||||
| consumption | 2018-01-31 |
|
||||
| containerinstance | 2018-02-01-preview |
|
||||
| containerservice | 2017-08-31<br/>2017-09-30 |
|
||||
| customsearch | v1.0 |
|
||||
| datafactory | 2017-09-01-preview |
|
||||
| datamigration | 2017-11-15-preview |
|
||||
| dns | 2018-03-01-preview |
|
||||
| entitysearch | v1.0 |
|
||||
| imagesearch | v1.0 |
|
||||
| insights | 2017-05-01-preview |
|
||||
| iothub | 2017-11-15 |
|
||||
| management | 2017-08-31-preview<br/>2017-11-01-preview |
|
||||
| mysql | 2017-12-01-preview |
|
||||
| newssearch | v1.0 |
|
||||
| operationalinsights | 2015-03-20 |
|
||||
| postgresql | 2017-12-01-preview |
|
||||
| servicebus | 2015-08-01 |
|
||||
| servicefabric | 2017-07-01-preview<br/>5.6<br/>6.0<br/>6.1 |
|
||||
| servicemap | 2015-11-01-preview |
|
||||
| spellcheck | v1.0 |
|
||||
| timeseriesinsights | 2017-02-28-preview<br/>2017-11-15 |
|
||||
| videosearch | v1.0 |
|
||||
| web | 2016-09-01 |
|
||||
| websearch | v1.0 |
|
||||
|
||||
## `v14.6.0`
|
||||
|
||||
### New Services
|
||||
|
||||
- Batch 2018-03-01.6.1
|
||||
- BatchAI 2018-03-01
|
||||
- Cognitive services custom vision prediction v1.1
|
||||
- Eventhub 2018-01-01-preview
|
||||
- MySQL 2017-12-01
|
||||
- PostgreSQL 2017-12-01
|
||||
- Redis 2018-03-01
|
||||
- Subscription 2018-03-01-preview
|
||||
|
||||
## `v14.5.0`
|
||||
|
||||
### Changes
|
||||
|
||||
- Added new preview packages for apimanagement and dns.
|
||||
|
||||
## `v14.4.0`
|
||||
|
||||
### Changes
|
||||
|
||||
- Added new preview API versions for mysql and postgresql.
|
||||
|
||||
## `v14.3.0`
|
||||
|
||||
### Changes
|
||||
|
||||
- Add exports for max file range and sizes for files in storage.
|
||||
- Updated README regarding blob storage support.
|
||||
- Add godoc indexer tool.
|
||||
- Add apidiff tool.
|
||||
|
||||
## `v14.2.0`
|
||||
|
||||
### Changes
|
||||
|
||||
- For blob storage, added GetProperties() method to Container.
|
||||
- Added PublicAccess field to ContainerProperties struct.
|
||||
|
||||
## `v14.1.1`
|
||||
|
||||
- Fixing timestamp marshalling bug in the `storage` package.
|
||||
- Updating `profileBuilder` to clear-output folders when it is run by `go generate`.
|
||||
- Tweaking Swagger -> SDK config to use "latest" instead of "nightly" and be tied to a particular version of autorest.go.
|
||||
|
||||
## `v14.1.0`
|
||||
|
||||
### Changes
|
||||
|
||||
- Update README with details on new authentication helpers.
|
||||
- Update `latest` profile to point to latest stable API versions.
|
||||
- Add new API version for Azure Monitoring service and for Batch Data plane service.
|
||||
|
||||
## `v14.0.2`
|
||||
|
||||
### Changes
|
||||
|
||||
- Updating `profileBuilder list` to accept an `input` flag instead of reading from `stdin`.
|
||||
- Simplifying CI to have less chatter, be faster, and have no special cases.
|
||||
|
||||
## `v14.0.1`
|
||||
|
||||
### Changes
|
||||
|
||||
- Removed the ./services/search/2016-09-01/search package, it was never intended to be included and doesn't work.
|
||||
|
||||
## `v14.0.0`
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Removed the ./arm, ./datalake-store and ./dataplane directories. You can find the same packages under ./services
|
||||
- The management package was moved to ./services/classic/management
|
||||
- Renamed package ./services/redis/mgmt/2017-10-01/cache to ./services/redis/mgmt/2017-10-01/redis
|
||||
|
||||
### Changes
|
||||
|
||||
- Removed the "-beta" suffix.
|
||||
- Added various new services.
|
||||
- Added ./version package for centralized SDK versioning.
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
# Contributing
|
||||
|
||||
While in preview we maintain only a `master` branch for releases and `dev` branch for development.
|
||||
|
||||
After release we will maintain a branch for each major version to backport important fixes.
|
||||
|
||||
Please submit pull requests to `dev` to update the latest version or to a version branch for backports.
|
||||
|
||||
Also see these [guidelines][] about contributing to Azure projects.
|
||||
|
||||
This project follows the [Microsoft Open Source Code of Conduct][CoC]. For more information see the [Code of Conduct FAQ][CoCfaq]. Contact [opencode@microsoft.com][CoCmail] with questions and comments.
|
||||
|
||||
[guidelines]: http://azure.github.io/guidelines/
|
||||
[CoC]: https://opensource.microsoft.com/codeofconduct/
|
||||
[CoCfaq]: https://opensource.microsoft.com/codeofconduct/faq/
|
||||
[CoCmail]: mailto:opencode@microsoft.com
|
||||
-232
@@ -1,232 +0,0 @@
|
||||
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
||||
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/Azure/go-autorest"
|
||||
packages = [
|
||||
"autorest",
|
||||
"autorest/adal",
|
||||
"autorest/azure",
|
||||
"autorest/date",
|
||||
"autorest/to",
|
||||
"autorest/validation"
|
||||
]
|
||||
revision = "ed4b7f5bf1ec0c9ede1fda2681d96771282f2862"
|
||||
version = "v10.4.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/dgrijalva/jwt-go"
|
||||
packages = ["."]
|
||||
revision = "06ea1031745cb8b3dab3f6a236daf2b0aa468b7e"
|
||||
version = "v3.2.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/dnaeon/go-vcr"
|
||||
packages = [
|
||||
"cassette",
|
||||
"recorder"
|
||||
]
|
||||
revision = "b68d3628568e385c2f706bf3f0db84f9c32fe610"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/fsnotify/fsnotify"
|
||||
packages = ["."]
|
||||
revision = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
|
||||
version = "v1.4.7"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/globalsign/mgo"
|
||||
packages = [
|
||||
".",
|
||||
"bson",
|
||||
"internal/json",
|
||||
"internal/sasl",
|
||||
"internal/scram"
|
||||
]
|
||||
revision = "baa28fcb8e7d5dfab92026c0920cb6c9ae72faa2"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/hashicorp/hcl"
|
||||
packages = [
|
||||
".",
|
||||
"hcl/ast",
|
||||
"hcl/parser",
|
||||
"hcl/printer",
|
||||
"hcl/scanner",
|
||||
"hcl/strconv",
|
||||
"hcl/token",
|
||||
"json/parser",
|
||||
"json/scanner",
|
||||
"json/token"
|
||||
]
|
||||
revision = "f40e974e75af4e271d97ce0fc917af5898ae7bda"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/inconshreveable/mousetrap"
|
||||
packages = ["."]
|
||||
revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
|
||||
version = "v1.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/magiconair/properties"
|
||||
packages = ["."]
|
||||
revision = "c3beff4c2358b44d0493c7dda585e7db7ff28ae6"
|
||||
version = "v1.7.6"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/marstr/collection"
|
||||
packages = ["."]
|
||||
revision = "871b1cfa2ab97d3d8f54a034280907896190c346"
|
||||
version = "v0.3.3"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/goalias"
|
||||
packages = ["model"]
|
||||
revision = "3026ca7e18e829805b990b41e4ce28c92cb80caa"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/marstr/guid"
|
||||
packages = ["."]
|
||||
revision = "8bd9a64bf37eb297b492a4101fb28e80ac0b290f"
|
||||
version = "v1.1.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/randname"
|
||||
packages = ["."]
|
||||
revision = "3ef1f47af99e66171417047e6f6fa334345e95e7"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/mitchellh/go-homedir"
|
||||
packages = ["."]
|
||||
revision = "b8bc1bf767474819792c23f32d8286a45736f1c6"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/mitchellh/mapstructure"
|
||||
packages = ["."]
|
||||
revision = "00c29f56e2386353d58c599509e8dc3801b0d716"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/pelletier/go-toml"
|
||||
packages = ["."]
|
||||
revision = "acdc4509485b587f5e675510c4f2c63e90ff68a8"
|
||||
version = "v1.1.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/satori/go.uuid"
|
||||
packages = ["."]
|
||||
revision = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3"
|
||||
version = "v1.2.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/satori/uuid"
|
||||
packages = ["."]
|
||||
revision = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3"
|
||||
version = "v1.2.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/shopspring/decimal"
|
||||
packages = ["."]
|
||||
revision = "69b3a8ad1f5f2c8bd855cb6506d18593064a346b"
|
||||
version = "1.0.1"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/afero"
|
||||
packages = [
|
||||
".",
|
||||
"mem"
|
||||
]
|
||||
revision = "bb8f1927f2a9d3ab41c9340aa034f6b803f4359c"
|
||||
version = "v1.0.2"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/cast"
|
||||
packages = ["."]
|
||||
revision = "8965335b8c7107321228e3e3702cab9832751bac"
|
||||
version = "v1.2.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/cobra"
|
||||
packages = ["."]
|
||||
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b"
|
||||
version = "v0.0.1"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/spf13/jwalterweatherman"
|
||||
packages = ["."]
|
||||
revision = "7c0cea34c8ece3fbeb2b27ab9b59511d360fb394"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/pflag"
|
||||
packages = ["."]
|
||||
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
|
||||
version = "v1.0.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/viper"
|
||||
packages = ["."]
|
||||
revision = "b5e8006cbee93ec955a89ab31e0e3ce3204f3736"
|
||||
version = "v1.0.2"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/crypto"
|
||||
packages = [
|
||||
"pkcs12",
|
||||
"pkcs12/internal/rc2"
|
||||
]
|
||||
revision = "88942b9c40a4c9d203b82b3731787b672d6e809b"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/sys"
|
||||
packages = ["unix"]
|
||||
revision = "13d03a9a82fba647c21a0ef8fba44a795d0f0835"
|
||||
|
||||
[[projects]]
|
||||
name = "golang.org/x/text"
|
||||
packages = [
|
||||
"internal/gen",
|
||||
"internal/triegen",
|
||||
"internal/ucd",
|
||||
"transform",
|
||||
"unicode/cldr",
|
||||
"unicode/norm"
|
||||
]
|
||||
revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
|
||||
version = "v0.3.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/tools"
|
||||
packages = [
|
||||
"go/ast/astutil",
|
||||
"imports"
|
||||
]
|
||||
revision = "77106db15f689a60e7d4e085d967ac557b918fb2"
|
||||
|
||||
[[projects]]
|
||||
branch = "v1"
|
||||
name = "gopkg.in/check.v1"
|
||||
packages = ["."]
|
||||
revision = "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec"
|
||||
|
||||
[[projects]]
|
||||
name = "gopkg.in/yaml.v2"
|
||||
packages = ["."]
|
||||
revision = "86f5ed62f8a0ee96bd888d2efdfd6d4fb100a4eb"
|
||||
version = "v2.2.0"
|
||||
|
||||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
analyzer-version = 1
|
||||
inputs-digest = "b50dce089292d6dce440c432747832361380d51c805deb02d869b321988f08bf"
|
||||
solver-name = "gps-cdcl"
|
||||
solver-version = 1
|
||||
-69
@@ -1,69 +0,0 @@
|
||||
# Gopkg.toml example
|
||||
#
|
||||
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
||||
# for detailed Gopkg.toml documentation.
|
||||
#
|
||||
# required = ["github.com/user/thing/cmd/thing"]
|
||||
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
||||
#
|
||||
# [[constraint]]
|
||||
# name = "github.com/user/project"
|
||||
# version = "1.0.0"
|
||||
#
|
||||
# [[constraint]]
|
||||
# name = "github.com/user/project2"
|
||||
# branch = "dev"
|
||||
# source = "github.com/myfork/project2"
|
||||
#
|
||||
# [[override]]
|
||||
# name = "github.com/x/y"
|
||||
# version = "2.4.0"
|
||||
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/Azure/go-autorest"
|
||||
version = "10.4.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/dnaeon/go-vcr"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/globalsign/mgo"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/marstr/collection"
|
||||
version = "0.3.3"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/goalias"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/marstr/guid"
|
||||
version = "1.1.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/randname"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/satori/go.uuid"
|
||||
version = "1.2.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/shopspring/decimal"
|
||||
version = "1.0.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/crypto"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/tools"
|
||||
|
||||
[[constraint]]
|
||||
branch = "v1"
|
||||
name = "gopkg.in/check.v1"
|
||||
-301
@@ -1,301 +0,0 @@
|
||||
# Azure SDK for Go
|
||||
|
||||
[](https://godoc.org/github.com/Azure/azure-sdk-for-go)
|
||||
[](https://travis-ci.org/Azure/azure-sdk-for-go)
|
||||
[](https://goreportcard.com/report/github.com/Azure/azure-sdk-for-go)
|
||||
|
||||
azure-sdk-for-go provides Go packages for managing and using Azure services. It has been
|
||||
tested with Go 1.8, 1.9 and 1.10.
|
||||
|
||||
To be notified about updates and changes, subscribe to the [Azure update
|
||||
feed](https://azure.microsoft.com/updates/).
|
||||
|
||||
Users of the SDK may prefer to jump right in to our samples repo at
|
||||
[github.com/Azure-Samples/azure-sdk-for-go-samples][samples_repo].
|
||||
|
||||
### Build Details
|
||||
|
||||
Most packages in the SDK are generated from [Azure API specs][azure_rest_specs]
|
||||
using [Azure/autorest.go][] and [Azure/autorest][]. These generated packages
|
||||
depend on the HTTP client implemented at [Azure/go-autorest][].
|
||||
|
||||
[azure_rest_specs]: https://github.com/Azure/azure-rest-api-specs
|
||||
[Azure/autorest]: https://github.com/Azure/autorest
|
||||
[Azure/autorest.go]: https://github.com/Azure/autorest.go
|
||||
[Azure/go-autorest]: https://github.com/Azure/go-autorest
|
||||
|
||||
The SDK codebase adheres to [semantic versioning](https://semver.org) and thus
|
||||
avoids breaking changes other than at major (x.0.0) releases. However,
|
||||
occasionally Azure API fixes require breaking updates within an individual
|
||||
package; these exceptions are noted in release changelogs.
|
||||
|
||||
To more reliably manage dependencies like the Azure SDK in your applications we
|
||||
recommend [golang/dep](https://github.com/golang/dep).
|
||||
|
||||
# Install and Use:
|
||||
|
||||
### Install
|
||||
|
||||
```sh
|
||||
$ go get -u github.com/Azure/azure-sdk-for-go/...
|
||||
```
|
||||
|
||||
or if you use dep, within your repo run:
|
||||
|
||||
```sh
|
||||
$ dep ensure -add github.com/Azure/azure-sdk-for-go
|
||||
```
|
||||
|
||||
If you need to install Go, follow [the official instructions](https://golang.org/dl/).
|
||||
|
||||
### Use
|
||||
|
||||
For complete examples of many scenarios see [Azure-Samples/azure-sdk-for-go-samples][samples_repo].
|
||||
|
||||
1. Import a package from the [services][services_dir] directory.
|
||||
2. Create and authenticate a client with a `New*Client` func, e.g.
|
||||
`c := compute.NewVirtualMachinesClient(...)`.
|
||||
3. Invoke API methods using the client, e.g. `c.CreateOrUpdate(...)`.
|
||||
4. Handle responses.
|
||||
|
||||
[services_dir]: https://github.com/Azure/azure-sdk-for-go/tree/master/services
|
||||
|
||||
For example, to create a new virtual network (substitute your own values for
|
||||
strings in angle brackets):
|
||||
|
||||
Note: For more on authentication and the `Authorizer` interface see [the next
|
||||
section](#authentication).
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-09-01/network"
|
||||
"github.com/Azure/go-autorest/autorest/azure/auth"
|
||||
"github.com/Azure/go-autorest/autorest/to"
|
||||
)
|
||||
|
||||
func main() {
|
||||
vnetClient := network.NewVirtualNetworksClient("<subscriptionID>")
|
||||
authorizer, err := auth.NewAuthorizerFromEnvironment()
|
||||
|
||||
if err == nil {
|
||||
vnetClient.Authorizer = authorizer
|
||||
}
|
||||
|
||||
vnetClient.CreateOrUpdate(context.Background(),
|
||||
"<resourceGroupName>",
|
||||
"<vnetName>",
|
||||
network.VirtualNetwork{
|
||||
Location: to.StringPtr("<azureRegion>"),
|
||||
VirtualNetworkPropertiesFormat: &network.VirtualNetworkPropertiesFormat{
|
||||
AddressSpace: &network.AddressSpace{
|
||||
AddressPrefixes: &[]string{"10.0.0.0/8"},
|
||||
},
|
||||
Subnets: &[]network.Subnet{
|
||||
{
|
||||
Name: to.StringPtr("<subnet1Name>"),
|
||||
SubnetPropertiesFormat: &network.SubnetPropertiesFormat{
|
||||
AddressPrefix: to.StringPtr("10.0.0.0/16"),
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: to.StringPtr("<subnet2Name>"),
|
||||
SubnetPropertiesFormat: &network.SubnetPropertiesFormat{
|
||||
AddressPrefix: to.StringPtr("10.1.0.0/16"),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
```
|
||||
|
||||
### Authentication
|
||||
|
||||
Most SDK operations require an OAuth token for authentication and authorization. These are
|
||||
made available in the Go SDK For Azure through types implementing the `Authorizer` interface.
|
||||
You can get one from Azure Active Directory using the SDK's
|
||||
[authentication](https://godoc.org/github.com/Azure/go-autorest/autorest/azure/auth) package. The `Authorizer` returned should
|
||||
be set as the authorizer for the resource client, as shown in the [previous section](#use).
|
||||
|
||||
You can get an authorizer in the following ways:
|
||||
1. From the **Environment**:
|
||||
- Use `auth.auth.NewAuthorizerFromEnvironment()`. This call will try to get an authorizer based on the environment
|
||||
variables with different types of credentials in the following order:
|
||||
1. **Client Credentials**: Uses the AAD App Secret for auth.
|
||||
- `AZURE_TENANT_ID`: Specifies the Tenant to which to authenticate.
|
||||
- `AZURE_CLIENT_ID`: Specifies the app client ID to use.
|
||||
- `AZURE_CLIENT_SECRET`: Specifies the app secret to use.
|
||||
2. **Client Certificate**: Uses a certificate that was configured on the AAD Service Principal.
|
||||
- `AZURE_TENANT_ID`: Specifies the Tenant to which to authenticate.
|
||||
- `AZURE_CLIENT_ID`: Specifies the app client ID to use.
|
||||
- `AZURE_CERTIFICATE_PATH`: Specifies the certificate Path to use.
|
||||
- `AZURE_CERTIFICATE_PASSWORD`: Specifies the certificate password to use.
|
||||
3. **Username Pasword**: Uses a username and a password for auth. This is not recommended. Use `Device Flow` Auth instead for user interactive acccess.
|
||||
- `AZURE_TENANT_ID`: Specifies the Tenant to which to authenticate.
|
||||
- `AZURE_CLIENT_ID`: Specifies the app client ID to use.
|
||||
- `AZURE_USERNAME`: Specifies the username to use.
|
||||
- `AZURE_PASSWORD`: Specifies the password to use.
|
||||
4. **MSI**: Only available for apps running in Azure. No configuration needed as it leverages the fact that the app is running in Azure. See [Azure Managed Service Identity](https://docs.microsoft.com/en-us/azure/active-directory/msi-overview).
|
||||
|
||||
- Optionally, the following environment variables can be defined:
|
||||
- `AZURE_ENVIRONMENT`: Specifies the Azure Environment to use. If not set, it defaults to `AzurePublicCloud`. (Not applicable to MSI based auth)
|
||||
- `AZURE_AD_RESOURCE`: Specifies the AAD resource ID to use. If not set, it defaults to `ResourceManagerEndpoint`which allows management operations against Azure Resource Manager.
|
||||
|
||||
2. From an **Auth File**:
|
||||
- Create a service principal and output the file content using `az ad sp create-for-rbac --sdk-auth` from the Azure CLI.For more details see [az ad sp](https://docs.microsoft.com/en-us/cli/azure/ad/sp).
|
||||
- Set environment variable `AZURE_AUTH_LOCATION` for finding the file.
|
||||
- Use `auth.NewAuthorizerFromFile()` for getting the `Authorizer` based on the auth file.
|
||||
|
||||
3. From **Device Flow** by configuring `auth.DeviceFlowConfig` and calling the `Authorizer()` method.
|
||||
|
||||
Note: To authenticate you first need to create a service principal in Azure. To create a new service principal, run
|
||||
`az ad sp create-for-rbac -n "<app_name>"` in the
|
||||
[azure-cli](https://github.com/Azure/azure-cli). See
|
||||
[these docs](https://docs.microsoft.com/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest)
|
||||
for more info. Copy the new principal's ID, secret, and tenant ID for use in your app.
|
||||
|
||||
Alternatively, if your apps are running in Azure, you can now leverage the [Managed Service Identity](https://docs.microsoft.com/en-us/azure/active-directory/msi-overview).
|
||||
|
||||
# Versioning
|
||||
|
||||
azure-sdk-for-go provides at least a basic Go binding for every Azure API. To
|
||||
provide maximum flexibility to users, the SDK even includes previous versions of
|
||||
Azure APIs which are still in use. This enables us to support users of the
|
||||
most updated Azure datacenters, regional datacenters with earlier APIs, and
|
||||
even on-premises installations of Azure Stack.
|
||||
|
||||
**SDK versions** apply globally and are tracked by git
|
||||
[tags](https://github.com/Azure/azure-sdk-for-go/tags). These are in x.y.z form
|
||||
and generally adhere to [semantic versioning](https://semver.org) specifications.
|
||||
|
||||
**Service API versions** are generally represented by a date string and are
|
||||
tracked by offering separate packages for each version. For example, to choose the
|
||||
latest API versions for Compute and Network, use the following imports:
|
||||
|
||||
```go
|
||||
import (
|
||||
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-12-01/compute"
|
||||
"github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-09-01/network"
|
||||
)
|
||||
```
|
||||
|
||||
Occasionally service-side changes require major changes to existing versions.
|
||||
These cases are noted in the changelog.
|
||||
|
||||
All avilable services and versions are listed under the `services/` path in
|
||||
this repo and in [GoDoc][services_godoc]. Run `find ./services -type d
|
||||
-mindepth 3` to list all available service packages.
|
||||
|
||||
[services_godoc]: https://godoc.org/github.com/Azure/azure-sdk-for-go/services
|
||||
|
||||
### Profiles
|
||||
|
||||
Azure **API profiles** specify subsets of Azure APIs and versions. Profiles can provide:
|
||||
|
||||
* **stability** for your application by locking to specific API versions; and/or
|
||||
* **compatibility** for your application with Azure Stack and regional Azure datacenters.
|
||||
|
||||
In the Go SDK, profiles are available under the `profiles/` path and their
|
||||
component API versions are aliases to the true service package under
|
||||
`services/`. You can use them as follows:
|
||||
|
||||
```go
|
||||
import "github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/compute/mgmt/compute"
|
||||
import "github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/network/mgmt/network"
|
||||
import "github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/storage/mgmt/storage"
|
||||
```
|
||||
|
||||
The 2017-03-09 profile is the only one currently available and is for use in
|
||||
hybrid Azure and Azure Stack environments. More profiles are under development.
|
||||
|
||||
In addition to versioned profiles, we also provide two special profiles
|
||||
`latest` and `preview`. These *always* include the most recent respective stable or
|
||||
preview API versions for each service, even when updating them to do so causes
|
||||
breaking changes. That is, these do *not* adhere to semantic versioning rules.
|
||||
|
||||
The `latest` and `preview` profiles can help you stay up to date with API
|
||||
updates as you build applications. Since they are by definition not stable,
|
||||
however, they **should not** be used in production apps. Instead, choose the
|
||||
latest specific API version (or an older one if necessary) from the `services/`
|
||||
path.
|
||||
|
||||
As an example, to automatically use the most recent Compute APIs, use one of
|
||||
the following imports:
|
||||
|
||||
```go
|
||||
import "github.com/Azure/azure-sdk-for-go/profiles/latest/compute/mgmt/compute"
|
||||
import "github.com/Azure/azure-sdk-for-go/profiles/preview/compute/mgmt/compute"
|
||||
```
|
||||
|
||||
## Inspecting and Debugging
|
||||
|
||||
All clients implement some handy hooks to help inspect the underlying requests being made to Azure.
|
||||
|
||||
- `RequestInspector`: View and manipulate the go `http.Request` before it's sent
|
||||
- `ResponseInspector`: View the `http.Response` received
|
||||
|
||||
Here is an example of how these can be used with `net/http/httputil` to see requests and responses.
|
||||
|
||||
```go
|
||||
|
||||
vnetClient := network.NewVirtualNetworksClient("<subscriptionID>")
|
||||
vnetClient.RequestInspector = LogRequest()
|
||||
vnetClient.ResponseInspector = LogResponse()
|
||||
|
||||
...
|
||||
|
||||
func LogRequest() autorest.PrepareDecorator {
|
||||
return func(p autorest.Preparer) autorest.Preparer {
|
||||
return autorest.PreparerFunc(func(r *http.Request) (*http.Request, error) {
|
||||
r, err := p.Prepare(r)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
}
|
||||
dump, _ := httputil.DumpRequestOut(r, true)
|
||||
log.Println(string(dump))
|
||||
return r, err
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
func LogResponse() autorest.RespondDecorator {
|
||||
return func(p autorest.Responder) autorest.Responder {
|
||||
return autorest.ResponderFunc(func(r *http.Response) error {
|
||||
err := p.Respond(r)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
}
|
||||
dump, _ := httputil.DumpResponse(r, true)
|
||||
log.Println(string(dump))
|
||||
return err
|
||||
})
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
# Resources
|
||||
|
||||
- SDK docs are at [godoc.org](https://godoc.org/github.com/Azure/azure-sdk-for-go/).
|
||||
- SDK samples are at [Azure-Samples/azure-sdk-for-go-samples](https://github.com/Azure-Samples/azure-sdk-for-go-samples).
|
||||
- SDK notifications are published via the [Azure update feed](https://azure.microsoft.com/updates/).
|
||||
- Azure API docs are at [docs.microsoft.com/rest/api](https://docs.microsoft.com/rest/api/).
|
||||
- General Azure docs are at [docs.microsoft.com/azure](https://docs.microsoft.com/azure).
|
||||
|
||||
### Other Azure packages for Go
|
||||
|
||||
- [Azure Storage Blobs](https://azure.microsoft.com/services/storage/blobs) - [github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go)
|
||||
- [Azure Applications Insights](https://azure.microsoft.com/en-us/services/application-insights/) - [github.com/Microsoft/ApplicationInsights-Go](https://github.com/Microsoft/ApplicationInsights-Go)
|
||||
|
||||
## License
|
||||
|
||||
Apache 2.0, see [LICENSE](./LICENSE).
|
||||
|
||||
## Contribute
|
||||
|
||||
See [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||
|
||||
[samples_repo]: https://github.com/Azure-Samples/azure-sdk-for-go-samples
|
||||
|
||||
-26
@@ -1,26 +0,0 @@
|
||||
/*
|
||||
Package sdk provides Go packages for managing and using Azure services.
|
||||
|
||||
GitHub repo: https://github.com/Azure/azure-sdk-for-go
|
||||
|
||||
Official documentation: https://docs.microsoft.com/go/azure
|
||||
|
||||
API reference: https://godoc.org/github.com/Azure/azure-sdk-for-go
|
||||
|
||||
Samples: https://github.com/Azure-Samples/azure-sdk-for-go-samples
|
||||
*/
|
||||
package sdk
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
//
|
||||
// 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.
|
||||
-96
@@ -1,96 +0,0 @@
|
||||
# Generate code
|
||||
|
||||
## Generate SDK packages
|
||||
|
||||
### Generate an Azure-SDK-for-Go service package
|
||||
|
||||
1. [Install AutoRest](https://github.com/Azure/autorest#installing-autorest).
|
||||
|
||||
1. Call autorest with the following arguments...
|
||||
|
||||
``` cmd
|
||||
autorest path/to/readme/file --go --go-sdk-folder=<your/gopath/src/github.com/Azure/azure-sdk-for-go> --package-version=<version> --user-agent=<Azure-SDK-For-Go/version services> [--tag=choose/a/tag/in/the/readme/file]
|
||||
```
|
||||
|
||||
For example...
|
||||
|
||||
``` cmd
|
||||
autorest C:/azure-rest-api-specs/specification/advisor/resource-manager/readme.md --go --go-sdk-folder=C:/goWorkspace/src/github.com/Azure/azure-sdk-for-go --tag=package-2016-07-preview --package-version=v11.2.0-beta --user-agent='Azure-SDK-For-Go/v11.2.0-beta services'
|
||||
```
|
||||
|
||||
- If you are looking to generate code based on a specific swagger file, you can replace `path/to/readme/file` with `--input-file=path/to/swagger/file`.
|
||||
- If the readme file you want to use as input does not have golang tags yet, you can call autorest like this...
|
||||
|
||||
``` cmd
|
||||
autorest path/to/readme/file --go --license-header=<MICROSOFT_APACHE_NO_VERSION> --namespace=<packageName> --output-folder=<your/gopath/src/github.com/Azure/azure-sdk-for-go/services/serviceName/mgmt/APIversion/packageName> --package-version=<version> --user-agent=<Azure-SDK-For-Go/version services> --clear-output-folder --can-clear-output-folder --tag=<choose/a/tag/in/the/readme/file>
|
||||
```
|
||||
|
||||
For example...
|
||||
|
||||
``` cmd
|
||||
autorest --input-file=https://raw.githubusercontent.com/Azure/azure-rest-api-specs/current/specification/network/resource-manager/Microsoft.Network/2017-10-01/loadBalancer.json --go --license-header=MICROSOFT_APACHE_NO_VERSION --namespace=lb --output-folder=C:/goWorkspace/src/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-09-01/network/lb --package-version=v11.2.0-beta --clear-output-folder --can-clear-output-folder
|
||||
```
|
||||
|
||||
1. Run `go fmt` on the generated package folder.
|
||||
|
||||
1. To make sure the SDK has been generated correctly, also run `golint`, `go build` and `go vet`.
|
||||
|
||||
### Generate Azure SDK for Go service packages in bulk
|
||||
|
||||
All services, all API versions.
|
||||
|
||||
1. [Install AutoRest](https://github.com/Azure/autorest#installing-autorest).
|
||||
|
||||
This repo contains a tool to generate the SDK, which depends on the golang tags from the readme files in the Azure REST API specs repo. The tool assumes you have an [Azure REST API specs](https://github.com/Azure/azure-rest-api-specs) clone, and [golint](https://github.com/golang/lint) is installed.
|
||||
|
||||
1. `cd tools/generator`
|
||||
|
||||
1. `go install`
|
||||
|
||||
1. Add `GOPATH/bin` to your `PATH`, in case it was not already there.
|
||||
|
||||
1. Call the generator tool like this...
|
||||
|
||||
``` cmd
|
||||
generator –r [–v] [–l=logs/output/folder] –version=<version> path/to/your/swagger/repo/clone
|
||||
```
|
||||
|
||||
For example...
|
||||
|
||||
``` cmd
|
||||
generator –r –v –l=temp –version=v11.2.0-beta C:/azure-rest-api-specs
|
||||
```
|
||||
|
||||
The generator tool already runs `go fmt`, `golint`, `go build` and `go vet`; so running them is not necessary.
|
||||
|
||||
#### Use the generator tool to generate a single package
|
||||
|
||||
1. Just call the generator tool specifying the service to be generated in the input folder.
|
||||
|
||||
``` cmd
|
||||
generator –r [–v] [–l=logs/output/folder] –version=<version> path/to/your/swagger/repo/clone/specification/service
|
||||
```
|
||||
|
||||
For example...
|
||||
|
||||
``` cmd
|
||||
generator –r –v –l=temp –version=v11.2.0-beta C:/azure-rest-api-specs/specification/network
|
||||
```
|
||||
|
||||
## Include a new package in the SDK
|
||||
|
||||
1. Submit a pull request to the Azure REST API specs repo adding the golang tags for the service and API versions in the service readme file, if the needed tags are not there yet.
|
||||
|
||||
1. Once the tags are available in the Azure REST API specs repo, generate the SDK.
|
||||
|
||||
1. In the changelog file, document the new generated SDK. Include the [autorest.go extension](https://github.com/Azure/autorest.go) version used, and the Azure REST API specs repo commit from where the SDK was generated.
|
||||
|
||||
1. Install [dep](https://github.com/golang/dep).
|
||||
|
||||
1. Run `dep ensure`.
|
||||
|
||||
1. Submit a pull request to this repo, and we will review it.
|
||||
|
||||
## Generate Azure SDK for Go profiles
|
||||
|
||||
Take a look into the [profile generator documentation](tools/profileBuilder)
|
||||
-1
@@ -1 +0,0 @@
|
||||
dirname $(find | grep _test.go | grep -v vendor) | sort -u
|
||||
Generated
Vendored
-461
@@ -1,461 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 compute
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2016-03-30/compute"
|
||||
|
||||
type AvailabilitySetsClient = original.AvailabilitySetsClient
|
||||
|
||||
func NewAvailabilitySetsClient(subscriptionID string) AvailabilitySetsClient {
|
||||
return original.NewAvailabilitySetsClient(subscriptionID)
|
||||
}
|
||||
func NewAvailabilitySetsClientWithBaseURI(baseURI string, subscriptionID string) AvailabilitySetsClient {
|
||||
return original.NewAvailabilitySetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CachingTypes = original.CachingTypes
|
||||
|
||||
const (
|
||||
None CachingTypes = original.None
|
||||
ReadOnly CachingTypes = original.ReadOnly
|
||||
ReadWrite CachingTypes = original.ReadWrite
|
||||
)
|
||||
|
||||
func PossibleCachingTypesValues() []CachingTypes {
|
||||
return original.PossibleCachingTypesValues()
|
||||
}
|
||||
|
||||
type ComponentNames = original.ComponentNames
|
||||
|
||||
const (
|
||||
MicrosoftWindowsShellSetup ComponentNames = original.MicrosoftWindowsShellSetup
|
||||
)
|
||||
|
||||
func PossibleComponentNamesValues() []ComponentNames {
|
||||
return original.PossibleComponentNamesValues()
|
||||
}
|
||||
|
||||
type DiskCreateOptionTypes = original.DiskCreateOptionTypes
|
||||
|
||||
const (
|
||||
Attach DiskCreateOptionTypes = original.Attach
|
||||
Empty DiskCreateOptionTypes = original.Empty
|
||||
FromImage DiskCreateOptionTypes = original.FromImage
|
||||
)
|
||||
|
||||
func PossibleDiskCreateOptionTypesValues() []DiskCreateOptionTypes {
|
||||
return original.PossibleDiskCreateOptionTypesValues()
|
||||
}
|
||||
|
||||
type InstanceViewTypes = original.InstanceViewTypes
|
||||
|
||||
const (
|
||||
InstanceView InstanceViewTypes = original.InstanceView
|
||||
)
|
||||
|
||||
func PossibleInstanceViewTypesValues() []InstanceViewTypes {
|
||||
return original.PossibleInstanceViewTypesValues()
|
||||
}
|
||||
|
||||
type OperatingSystemTypes = original.OperatingSystemTypes
|
||||
|
||||
const (
|
||||
Linux OperatingSystemTypes = original.Linux
|
||||
Windows OperatingSystemTypes = original.Windows
|
||||
)
|
||||
|
||||
func PossibleOperatingSystemTypesValues() []OperatingSystemTypes {
|
||||
return original.PossibleOperatingSystemTypesValues()
|
||||
}
|
||||
|
||||
type PassNames = original.PassNames
|
||||
|
||||
const (
|
||||
OobeSystem PassNames = original.OobeSystem
|
||||
)
|
||||
|
||||
func PossiblePassNamesValues() []PassNames {
|
||||
return original.PossiblePassNamesValues()
|
||||
}
|
||||
|
||||
type ProtocolTypes = original.ProtocolTypes
|
||||
|
||||
const (
|
||||
HTTP ProtocolTypes = original.HTTP
|
||||
HTTPS ProtocolTypes = original.HTTPS
|
||||
)
|
||||
|
||||
func PossibleProtocolTypesValues() []ProtocolTypes {
|
||||
return original.PossibleProtocolTypesValues()
|
||||
}
|
||||
|
||||
type ResourceIdentityType = original.ResourceIdentityType
|
||||
|
||||
const (
|
||||
SystemAssigned ResourceIdentityType = original.SystemAssigned
|
||||
)
|
||||
|
||||
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
|
||||
return original.PossibleResourceIdentityTypeValues()
|
||||
}
|
||||
|
||||
type SettingNames = original.SettingNames
|
||||
|
||||
const (
|
||||
AutoLogon SettingNames = original.AutoLogon
|
||||
FirstLogonCommands SettingNames = original.FirstLogonCommands
|
||||
)
|
||||
|
||||
func PossibleSettingNamesValues() []SettingNames {
|
||||
return original.PossibleSettingNamesValues()
|
||||
}
|
||||
|
||||
type StatusLevelTypes = original.StatusLevelTypes
|
||||
|
||||
const (
|
||||
Error StatusLevelTypes = original.Error
|
||||
Info StatusLevelTypes = original.Info
|
||||
Warning StatusLevelTypes = original.Warning
|
||||
)
|
||||
|
||||
func PossibleStatusLevelTypesValues() []StatusLevelTypes {
|
||||
return original.PossibleStatusLevelTypesValues()
|
||||
}
|
||||
|
||||
type UpgradeMode = original.UpgradeMode
|
||||
|
||||
const (
|
||||
Automatic UpgradeMode = original.Automatic
|
||||
Manual UpgradeMode = original.Manual
|
||||
)
|
||||
|
||||
func PossibleUpgradeModeValues() []UpgradeMode {
|
||||
return original.PossibleUpgradeModeValues()
|
||||
}
|
||||
|
||||
type VirtualMachineScaleSetSkuScaleType = original.VirtualMachineScaleSetSkuScaleType
|
||||
|
||||
const (
|
||||
VirtualMachineScaleSetSkuScaleTypeAutomatic VirtualMachineScaleSetSkuScaleType = original.VirtualMachineScaleSetSkuScaleTypeAutomatic
|
||||
VirtualMachineScaleSetSkuScaleTypeNone VirtualMachineScaleSetSkuScaleType = original.VirtualMachineScaleSetSkuScaleTypeNone
|
||||
)
|
||||
|
||||
func PossibleVirtualMachineScaleSetSkuScaleTypeValues() []VirtualMachineScaleSetSkuScaleType {
|
||||
return original.PossibleVirtualMachineScaleSetSkuScaleTypeValues()
|
||||
}
|
||||
|
||||
type VirtualMachineSizeTypes = original.VirtualMachineSizeTypes
|
||||
|
||||
const (
|
||||
BasicA0 VirtualMachineSizeTypes = original.BasicA0
|
||||
BasicA1 VirtualMachineSizeTypes = original.BasicA1
|
||||
BasicA2 VirtualMachineSizeTypes = original.BasicA2
|
||||
BasicA3 VirtualMachineSizeTypes = original.BasicA3
|
||||
BasicA4 VirtualMachineSizeTypes = original.BasicA4
|
||||
StandardA0 VirtualMachineSizeTypes = original.StandardA0
|
||||
StandardA1 VirtualMachineSizeTypes = original.StandardA1
|
||||
StandardA10 VirtualMachineSizeTypes = original.StandardA10
|
||||
StandardA11 VirtualMachineSizeTypes = original.StandardA11
|
||||
StandardA2 VirtualMachineSizeTypes = original.StandardA2
|
||||
StandardA3 VirtualMachineSizeTypes = original.StandardA3
|
||||
StandardA4 VirtualMachineSizeTypes = original.StandardA4
|
||||
StandardA5 VirtualMachineSizeTypes = original.StandardA5
|
||||
StandardA6 VirtualMachineSizeTypes = original.StandardA6
|
||||
StandardA7 VirtualMachineSizeTypes = original.StandardA7
|
||||
StandardA8 VirtualMachineSizeTypes = original.StandardA8
|
||||
StandardA9 VirtualMachineSizeTypes = original.StandardA9
|
||||
StandardD1 VirtualMachineSizeTypes = original.StandardD1
|
||||
StandardD11 VirtualMachineSizeTypes = original.StandardD11
|
||||
StandardD11V2 VirtualMachineSizeTypes = original.StandardD11V2
|
||||
StandardD12 VirtualMachineSizeTypes = original.StandardD12
|
||||
StandardD12V2 VirtualMachineSizeTypes = original.StandardD12V2
|
||||
StandardD13 VirtualMachineSizeTypes = original.StandardD13
|
||||
StandardD13V2 VirtualMachineSizeTypes = original.StandardD13V2
|
||||
StandardD14 VirtualMachineSizeTypes = original.StandardD14
|
||||
StandardD14V2 VirtualMachineSizeTypes = original.StandardD14V2
|
||||
StandardD15V2 VirtualMachineSizeTypes = original.StandardD15V2
|
||||
StandardD1V2 VirtualMachineSizeTypes = original.StandardD1V2
|
||||
StandardD2 VirtualMachineSizeTypes = original.StandardD2
|
||||
StandardD2V2 VirtualMachineSizeTypes = original.StandardD2V2
|
||||
StandardD3 VirtualMachineSizeTypes = original.StandardD3
|
||||
StandardD3V2 VirtualMachineSizeTypes = original.StandardD3V2
|
||||
StandardD4 VirtualMachineSizeTypes = original.StandardD4
|
||||
StandardD4V2 VirtualMachineSizeTypes = original.StandardD4V2
|
||||
StandardD5V2 VirtualMachineSizeTypes = original.StandardD5V2
|
||||
StandardDS1 VirtualMachineSizeTypes = original.StandardDS1
|
||||
StandardDS11 VirtualMachineSizeTypes = original.StandardDS11
|
||||
StandardDS11V2 VirtualMachineSizeTypes = original.StandardDS11V2
|
||||
StandardDS12 VirtualMachineSizeTypes = original.StandardDS12
|
||||
StandardDS12V2 VirtualMachineSizeTypes = original.StandardDS12V2
|
||||
StandardDS13 VirtualMachineSizeTypes = original.StandardDS13
|
||||
StandardDS13V2 VirtualMachineSizeTypes = original.StandardDS13V2
|
||||
StandardDS14 VirtualMachineSizeTypes = original.StandardDS14
|
||||
StandardDS14V2 VirtualMachineSizeTypes = original.StandardDS14V2
|
||||
StandardDS15V2 VirtualMachineSizeTypes = original.StandardDS15V2
|
||||
StandardDS1V2 VirtualMachineSizeTypes = original.StandardDS1V2
|
||||
StandardDS2 VirtualMachineSizeTypes = original.StandardDS2
|
||||
StandardDS2V2 VirtualMachineSizeTypes = original.StandardDS2V2
|
||||
StandardDS3 VirtualMachineSizeTypes = original.StandardDS3
|
||||
StandardDS3V2 VirtualMachineSizeTypes = original.StandardDS3V2
|
||||
StandardDS4 VirtualMachineSizeTypes = original.StandardDS4
|
||||
StandardDS4V2 VirtualMachineSizeTypes = original.StandardDS4V2
|
||||
StandardDS5V2 VirtualMachineSizeTypes = original.StandardDS5V2
|
||||
StandardG1 VirtualMachineSizeTypes = original.StandardG1
|
||||
StandardG2 VirtualMachineSizeTypes = original.StandardG2
|
||||
StandardG3 VirtualMachineSizeTypes = original.StandardG3
|
||||
StandardG4 VirtualMachineSizeTypes = original.StandardG4
|
||||
StandardG5 VirtualMachineSizeTypes = original.StandardG5
|
||||
StandardGS1 VirtualMachineSizeTypes = original.StandardGS1
|
||||
StandardGS2 VirtualMachineSizeTypes = original.StandardGS2
|
||||
StandardGS3 VirtualMachineSizeTypes = original.StandardGS3
|
||||
StandardGS4 VirtualMachineSizeTypes = original.StandardGS4
|
||||
StandardGS5 VirtualMachineSizeTypes = original.StandardGS5
|
||||
)
|
||||
|
||||
func PossibleVirtualMachineSizeTypesValues() []VirtualMachineSizeTypes {
|
||||
return original.PossibleVirtualMachineSizeTypesValues()
|
||||
}
|
||||
|
||||
type AdditionalUnattendContent = original.AdditionalUnattendContent
|
||||
type APIEntityReference = original.APIEntityReference
|
||||
type APIError = original.APIError
|
||||
type APIErrorBase = original.APIErrorBase
|
||||
type AvailabilitySet = original.AvailabilitySet
|
||||
type AvailabilitySetListResult = original.AvailabilitySetListResult
|
||||
type AvailabilitySetProperties = original.AvailabilitySetProperties
|
||||
type BootDiagnostics = original.BootDiagnostics
|
||||
type BootDiagnosticsInstanceView = original.BootDiagnosticsInstanceView
|
||||
type DataDisk = original.DataDisk
|
||||
type DataDiskImage = original.DataDiskImage
|
||||
type DiagnosticsProfile = original.DiagnosticsProfile
|
||||
type DiskEncryptionSettings = original.DiskEncryptionSettings
|
||||
type DiskInstanceView = original.DiskInstanceView
|
||||
type HardwareProfile = original.HardwareProfile
|
||||
type ImageReference = original.ImageReference
|
||||
type InnerError = original.InnerError
|
||||
type InstanceViewStatus = original.InstanceViewStatus
|
||||
type KeyVaultKeyReference = original.KeyVaultKeyReference
|
||||
type KeyVaultSecretReference = original.KeyVaultSecretReference
|
||||
type LinuxConfiguration = original.LinuxConfiguration
|
||||
type ListUsagesResult = original.ListUsagesResult
|
||||
type ListUsagesResultIterator = original.ListUsagesResultIterator
|
||||
type ListUsagesResultPage = original.ListUsagesResultPage
|
||||
type ListVirtualMachineExtensionImage = original.ListVirtualMachineExtensionImage
|
||||
type ListVirtualMachineImageResource = original.ListVirtualMachineImageResource
|
||||
type LongRunningOperationProperties = original.LongRunningOperationProperties
|
||||
type NetworkInterfaceReference = original.NetworkInterfaceReference
|
||||
type NetworkInterfaceReferenceProperties = original.NetworkInterfaceReferenceProperties
|
||||
type NetworkProfile = original.NetworkProfile
|
||||
type OperationStatusResponse = original.OperationStatusResponse
|
||||
type OSDisk = original.OSDisk
|
||||
type OSDiskImage = original.OSDiskImage
|
||||
type OSProfile = original.OSProfile
|
||||
type Plan = original.Plan
|
||||
type PurchasePlan = original.PurchasePlan
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type SSHConfiguration = original.SSHConfiguration
|
||||
type SSHPublicKey = original.SSHPublicKey
|
||||
type StorageProfile = original.StorageProfile
|
||||
type SubResource = original.SubResource
|
||||
type UpgradePolicy = original.UpgradePolicy
|
||||
type Usage = original.Usage
|
||||
type UsageName = original.UsageName
|
||||
type VaultCertificate = original.VaultCertificate
|
||||
type VaultSecretGroup = original.VaultSecretGroup
|
||||
type VirtualHardDisk = original.VirtualHardDisk
|
||||
type VirtualMachine = original.VirtualMachine
|
||||
type VirtualMachineAgentInstanceView = original.VirtualMachineAgentInstanceView
|
||||
type VirtualMachineCaptureParameters = original.VirtualMachineCaptureParameters
|
||||
type VirtualMachineCaptureResult = original.VirtualMachineCaptureResult
|
||||
type VirtualMachineCaptureResultProperties = original.VirtualMachineCaptureResultProperties
|
||||
type VirtualMachineExtension = original.VirtualMachineExtension
|
||||
type VirtualMachineExtensionHandlerInstanceView = original.VirtualMachineExtensionHandlerInstanceView
|
||||
type VirtualMachineExtensionImage = original.VirtualMachineExtensionImage
|
||||
type VirtualMachineExtensionImageProperties = original.VirtualMachineExtensionImageProperties
|
||||
type VirtualMachineExtensionInstanceView = original.VirtualMachineExtensionInstanceView
|
||||
type VirtualMachineExtensionProperties = original.VirtualMachineExtensionProperties
|
||||
type VirtualMachineExtensionsCreateOrUpdateFuture = original.VirtualMachineExtensionsCreateOrUpdateFuture
|
||||
type VirtualMachineExtensionsDeleteFuture = original.VirtualMachineExtensionsDeleteFuture
|
||||
type VirtualMachineIdentity = original.VirtualMachineIdentity
|
||||
type VirtualMachineImage = original.VirtualMachineImage
|
||||
type VirtualMachineImageProperties = original.VirtualMachineImageProperties
|
||||
type VirtualMachineImageResource = original.VirtualMachineImageResource
|
||||
type VirtualMachineInstanceView = original.VirtualMachineInstanceView
|
||||
type VirtualMachineListResult = original.VirtualMachineListResult
|
||||
type VirtualMachineListResultIterator = original.VirtualMachineListResultIterator
|
||||
type VirtualMachineListResultPage = original.VirtualMachineListResultPage
|
||||
type VirtualMachineProperties = original.VirtualMachineProperties
|
||||
type VirtualMachineScaleSet = original.VirtualMachineScaleSet
|
||||
type VirtualMachineScaleSetExtension = original.VirtualMachineScaleSetExtension
|
||||
type VirtualMachineScaleSetExtensionProfile = original.VirtualMachineScaleSetExtensionProfile
|
||||
type VirtualMachineScaleSetExtensionProperties = original.VirtualMachineScaleSetExtensionProperties
|
||||
type VirtualMachineScaleSetIdentity = original.VirtualMachineScaleSetIdentity
|
||||
type VirtualMachineScaleSetInstanceView = original.VirtualMachineScaleSetInstanceView
|
||||
type VirtualMachineScaleSetInstanceViewStatusesSummary = original.VirtualMachineScaleSetInstanceViewStatusesSummary
|
||||
type VirtualMachineScaleSetIPConfiguration = original.VirtualMachineScaleSetIPConfiguration
|
||||
type VirtualMachineScaleSetIPConfigurationProperties = original.VirtualMachineScaleSetIPConfigurationProperties
|
||||
type VirtualMachineScaleSetListResult = original.VirtualMachineScaleSetListResult
|
||||
type VirtualMachineScaleSetListResultIterator = original.VirtualMachineScaleSetListResultIterator
|
||||
type VirtualMachineScaleSetListResultPage = original.VirtualMachineScaleSetListResultPage
|
||||
type VirtualMachineScaleSetListSkusResult = original.VirtualMachineScaleSetListSkusResult
|
||||
type VirtualMachineScaleSetListSkusResultIterator = original.VirtualMachineScaleSetListSkusResultIterator
|
||||
type VirtualMachineScaleSetListSkusResultPage = original.VirtualMachineScaleSetListSkusResultPage
|
||||
type VirtualMachineScaleSetListWithLinkResult = original.VirtualMachineScaleSetListWithLinkResult
|
||||
type VirtualMachineScaleSetListWithLinkResultIterator = original.VirtualMachineScaleSetListWithLinkResultIterator
|
||||
type VirtualMachineScaleSetListWithLinkResultPage = original.VirtualMachineScaleSetListWithLinkResultPage
|
||||
type VirtualMachineScaleSetNetworkConfiguration = original.VirtualMachineScaleSetNetworkConfiguration
|
||||
type VirtualMachineScaleSetNetworkConfigurationProperties = original.VirtualMachineScaleSetNetworkConfigurationProperties
|
||||
type VirtualMachineScaleSetNetworkProfile = original.VirtualMachineScaleSetNetworkProfile
|
||||
type VirtualMachineScaleSetOSDisk = original.VirtualMachineScaleSetOSDisk
|
||||
type VirtualMachineScaleSetOSProfile = original.VirtualMachineScaleSetOSProfile
|
||||
type VirtualMachineScaleSetProperties = original.VirtualMachineScaleSetProperties
|
||||
type VirtualMachineScaleSetsCreateOrUpdateFuture = original.VirtualMachineScaleSetsCreateOrUpdateFuture
|
||||
type VirtualMachineScaleSetsDeallocateFuture = original.VirtualMachineScaleSetsDeallocateFuture
|
||||
type VirtualMachineScaleSetsDeleteFuture = original.VirtualMachineScaleSetsDeleteFuture
|
||||
type VirtualMachineScaleSetsDeleteInstancesFuture = original.VirtualMachineScaleSetsDeleteInstancesFuture
|
||||
type VirtualMachineScaleSetSku = original.VirtualMachineScaleSetSku
|
||||
type VirtualMachineScaleSetSkuCapacity = original.VirtualMachineScaleSetSkuCapacity
|
||||
type VirtualMachineScaleSetsPowerOffFuture = original.VirtualMachineScaleSetsPowerOffFuture
|
||||
type VirtualMachineScaleSetsReimageFuture = original.VirtualMachineScaleSetsReimageFuture
|
||||
type VirtualMachineScaleSetsRestartFuture = original.VirtualMachineScaleSetsRestartFuture
|
||||
type VirtualMachineScaleSetsStartFuture = original.VirtualMachineScaleSetsStartFuture
|
||||
type VirtualMachineScaleSetStorageProfile = original.VirtualMachineScaleSetStorageProfile
|
||||
type VirtualMachineScaleSetsUpdateInstancesFuture = original.VirtualMachineScaleSetsUpdateInstancesFuture
|
||||
type VirtualMachineScaleSetVM = original.VirtualMachineScaleSetVM
|
||||
type VirtualMachineScaleSetVMExtensionsSummary = original.VirtualMachineScaleSetVMExtensionsSummary
|
||||
type VirtualMachineScaleSetVMInstanceIDs = original.VirtualMachineScaleSetVMInstanceIDs
|
||||
type VirtualMachineScaleSetVMInstanceRequiredIDs = original.VirtualMachineScaleSetVMInstanceRequiredIDs
|
||||
type VirtualMachineScaleSetVMInstanceView = original.VirtualMachineScaleSetVMInstanceView
|
||||
type VirtualMachineScaleSetVMListResult = original.VirtualMachineScaleSetVMListResult
|
||||
type VirtualMachineScaleSetVMListResultIterator = original.VirtualMachineScaleSetVMListResultIterator
|
||||
type VirtualMachineScaleSetVMListResultPage = original.VirtualMachineScaleSetVMListResultPage
|
||||
type VirtualMachineScaleSetVMProfile = original.VirtualMachineScaleSetVMProfile
|
||||
type VirtualMachineScaleSetVMProperties = original.VirtualMachineScaleSetVMProperties
|
||||
type VirtualMachineScaleSetVMsDeallocateFuture = original.VirtualMachineScaleSetVMsDeallocateFuture
|
||||
type VirtualMachineScaleSetVMsDeleteFuture = original.VirtualMachineScaleSetVMsDeleteFuture
|
||||
type VirtualMachineScaleSetVMsPowerOffFuture = original.VirtualMachineScaleSetVMsPowerOffFuture
|
||||
type VirtualMachineScaleSetVMsReimageFuture = original.VirtualMachineScaleSetVMsReimageFuture
|
||||
type VirtualMachineScaleSetVMsRestartFuture = original.VirtualMachineScaleSetVMsRestartFuture
|
||||
type VirtualMachineScaleSetVMsStartFuture = original.VirtualMachineScaleSetVMsStartFuture
|
||||
type VirtualMachinesCaptureFuture = original.VirtualMachinesCaptureFuture
|
||||
type VirtualMachinesCreateOrUpdateFuture = original.VirtualMachinesCreateOrUpdateFuture
|
||||
type VirtualMachinesDeallocateFuture = original.VirtualMachinesDeallocateFuture
|
||||
type VirtualMachinesDeleteFuture = original.VirtualMachinesDeleteFuture
|
||||
type VirtualMachineSize = original.VirtualMachineSize
|
||||
type VirtualMachineSizeListResult = original.VirtualMachineSizeListResult
|
||||
type VirtualMachinesPowerOffFuture = original.VirtualMachinesPowerOffFuture
|
||||
type VirtualMachinesRedeployFuture = original.VirtualMachinesRedeployFuture
|
||||
type VirtualMachinesRestartFuture = original.VirtualMachinesRestartFuture
|
||||
type VirtualMachinesStartFuture = original.VirtualMachinesStartFuture
|
||||
type VirtualMachineStatusCodeCount = original.VirtualMachineStatusCodeCount
|
||||
type WindowsConfiguration = original.WindowsConfiguration
|
||||
type WinRMConfiguration = original.WinRMConfiguration
|
||||
type WinRMListener = original.WinRMListener
|
||||
type UsageClient = original.UsageClient
|
||||
|
||||
func NewUsageClient(subscriptionID string) UsageClient {
|
||||
return original.NewUsageClient(subscriptionID)
|
||||
}
|
||||
func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient {
|
||||
return original.NewUsageClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VirtualMachineExtensionImagesClient = original.VirtualMachineExtensionImagesClient
|
||||
|
||||
func NewVirtualMachineExtensionImagesClient(subscriptionID string) VirtualMachineExtensionImagesClient {
|
||||
return original.NewVirtualMachineExtensionImagesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineExtensionImagesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineExtensionImagesClient {
|
||||
return original.NewVirtualMachineExtensionImagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineExtensionsClient = original.VirtualMachineExtensionsClient
|
||||
|
||||
func NewVirtualMachineExtensionsClient(subscriptionID string) VirtualMachineExtensionsClient {
|
||||
return original.NewVirtualMachineExtensionsClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineExtensionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineExtensionsClient {
|
||||
return original.NewVirtualMachineExtensionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineImagesClient = original.VirtualMachineImagesClient
|
||||
|
||||
func NewVirtualMachineImagesClient(subscriptionID string) VirtualMachineImagesClient {
|
||||
return original.NewVirtualMachineImagesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineImagesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineImagesClient {
|
||||
return original.NewVirtualMachineImagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachinesClient = original.VirtualMachinesClient
|
||||
|
||||
func NewVirtualMachinesClient(subscriptionID string) VirtualMachinesClient {
|
||||
return original.NewVirtualMachinesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachinesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachinesClient {
|
||||
return original.NewVirtualMachinesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineScaleSetsClient = original.VirtualMachineScaleSetsClient
|
||||
|
||||
func NewVirtualMachineScaleSetsClient(subscriptionID string) VirtualMachineScaleSetsClient {
|
||||
return original.NewVirtualMachineScaleSetsClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineScaleSetsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetsClient {
|
||||
return original.NewVirtualMachineScaleSetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineScaleSetVMsClient = original.VirtualMachineScaleSetVMsClient
|
||||
|
||||
func NewVirtualMachineScaleSetVMsClient(subscriptionID string) VirtualMachineScaleSetVMsClient {
|
||||
return original.NewVirtualMachineScaleSetVMsClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineScaleSetVMsClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineScaleSetVMsClient {
|
||||
return original.NewVirtualMachineScaleSetVMsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineSizesClient = original.VirtualMachineSizesClient
|
||||
|
||||
func NewVirtualMachineSizesClient(subscriptionID string) VirtualMachineSizesClient {
|
||||
return original.NewVirtualMachineSizesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineSizesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineSizesClient {
|
||||
return original.NewVirtualMachineSizesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2016-01-01/storage
|
||||
github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network
|
||||
github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2016-03-30/compute
|
||||
github.com/Azure/azure-sdk-for-go/services/keyvault/2016-10-01/keyvault
|
||||
github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2016-10-01/keyvault
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-12-01/features
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-09-01/links
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-01-01/locks
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-10-01-preview/policy
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-02-01/resources
|
||||
github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions
|
||||
-17
@@ -1,17 +0,0 @@
|
||||
// Copyright 2018 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.
|
||||
|
||||
package v20170309
|
||||
|
||||
//go:generate go run ../../tools/profileBuilder/main.go list --clear-output --input ./definition.txt --name 2017-03-09
|
||||
Generated
Vendored
-252
@@ -1,252 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 keyvault
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/keyvault/2016-10-01/keyvault"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults() BaseClient {
|
||||
return original.NewWithoutDefaults()
|
||||
}
|
||||
|
||||
type ActionType = original.ActionType
|
||||
|
||||
const (
|
||||
AutoRenew ActionType = original.AutoRenew
|
||||
EmailContacts ActionType = original.EmailContacts
|
||||
)
|
||||
|
||||
func PossibleActionTypeValues() []ActionType {
|
||||
return original.PossibleActionTypeValues()
|
||||
}
|
||||
|
||||
type DeletionRecoveryLevel = original.DeletionRecoveryLevel
|
||||
|
||||
const (
|
||||
Purgeable DeletionRecoveryLevel = original.Purgeable
|
||||
Recoverable DeletionRecoveryLevel = original.Recoverable
|
||||
RecoverableProtectedSubscription DeletionRecoveryLevel = original.RecoverableProtectedSubscription
|
||||
RecoverablePurgeable DeletionRecoveryLevel = original.RecoverablePurgeable
|
||||
)
|
||||
|
||||
func PossibleDeletionRecoveryLevelValues() []DeletionRecoveryLevel {
|
||||
return original.PossibleDeletionRecoveryLevelValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyCurveName = original.JSONWebKeyCurveName
|
||||
|
||||
const (
|
||||
P256 JSONWebKeyCurveName = original.P256
|
||||
P384 JSONWebKeyCurveName = original.P384
|
||||
P521 JSONWebKeyCurveName = original.P521
|
||||
SECP256K1 JSONWebKeyCurveName = original.SECP256K1
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyCurveNameValues() []JSONWebKeyCurveName {
|
||||
return original.PossibleJSONWebKeyCurveNameValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyEncryptionAlgorithm = original.JSONWebKeyEncryptionAlgorithm
|
||||
|
||||
const (
|
||||
RSA15 JSONWebKeyEncryptionAlgorithm = original.RSA15
|
||||
RSAOAEP JSONWebKeyEncryptionAlgorithm = original.RSAOAEP
|
||||
RSAOAEP256 JSONWebKeyEncryptionAlgorithm = original.RSAOAEP256
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyEncryptionAlgorithmValues() []JSONWebKeyEncryptionAlgorithm {
|
||||
return original.PossibleJSONWebKeyEncryptionAlgorithmValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyOperation = original.JSONWebKeyOperation
|
||||
|
||||
const (
|
||||
Decrypt JSONWebKeyOperation = original.Decrypt
|
||||
Encrypt JSONWebKeyOperation = original.Encrypt
|
||||
Sign JSONWebKeyOperation = original.Sign
|
||||
UnwrapKey JSONWebKeyOperation = original.UnwrapKey
|
||||
Verify JSONWebKeyOperation = original.Verify
|
||||
WrapKey JSONWebKeyOperation = original.WrapKey
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyOperationValues() []JSONWebKeyOperation {
|
||||
return original.PossibleJSONWebKeyOperationValues()
|
||||
}
|
||||
|
||||
type JSONWebKeySignatureAlgorithm = original.JSONWebKeySignatureAlgorithm
|
||||
|
||||
const (
|
||||
ECDSA256 JSONWebKeySignatureAlgorithm = original.ECDSA256
|
||||
ES256 JSONWebKeySignatureAlgorithm = original.ES256
|
||||
ES384 JSONWebKeySignatureAlgorithm = original.ES384
|
||||
ES512 JSONWebKeySignatureAlgorithm = original.ES512
|
||||
PS256 JSONWebKeySignatureAlgorithm = original.PS256
|
||||
PS384 JSONWebKeySignatureAlgorithm = original.PS384
|
||||
PS512 JSONWebKeySignatureAlgorithm = original.PS512
|
||||
RS256 JSONWebKeySignatureAlgorithm = original.RS256
|
||||
RS384 JSONWebKeySignatureAlgorithm = original.RS384
|
||||
RS512 JSONWebKeySignatureAlgorithm = original.RS512
|
||||
RSNULL JSONWebKeySignatureAlgorithm = original.RSNULL
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeySignatureAlgorithmValues() []JSONWebKeySignatureAlgorithm {
|
||||
return original.PossibleJSONWebKeySignatureAlgorithmValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyType = original.JSONWebKeyType
|
||||
|
||||
const (
|
||||
EC JSONWebKeyType = original.EC
|
||||
ECHSM JSONWebKeyType = original.ECHSM
|
||||
Oct JSONWebKeyType = original.Oct
|
||||
RSA JSONWebKeyType = original.RSA
|
||||
RSAHSM JSONWebKeyType = original.RSAHSM
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyTypeValues() []JSONWebKeyType {
|
||||
return original.PossibleJSONWebKeyTypeValues()
|
||||
}
|
||||
|
||||
type KeyUsageType = original.KeyUsageType
|
||||
|
||||
const (
|
||||
CRLSign KeyUsageType = original.CRLSign
|
||||
DataEncipherment KeyUsageType = original.DataEncipherment
|
||||
DecipherOnly KeyUsageType = original.DecipherOnly
|
||||
DigitalSignature KeyUsageType = original.DigitalSignature
|
||||
EncipherOnly KeyUsageType = original.EncipherOnly
|
||||
KeyAgreement KeyUsageType = original.KeyAgreement
|
||||
KeyCertSign KeyUsageType = original.KeyCertSign
|
||||
KeyEncipherment KeyUsageType = original.KeyEncipherment
|
||||
NonRepudiation KeyUsageType = original.NonRepudiation
|
||||
)
|
||||
|
||||
func PossibleKeyUsageTypeValues() []KeyUsageType {
|
||||
return original.PossibleKeyUsageTypeValues()
|
||||
}
|
||||
|
||||
type Action = original.Action
|
||||
type AdministratorDetails = original.AdministratorDetails
|
||||
type Attributes = original.Attributes
|
||||
type BackupKeyResult = original.BackupKeyResult
|
||||
type BackupSecretResult = original.BackupSecretResult
|
||||
type CertificateAttributes = original.CertificateAttributes
|
||||
type CertificateBundle = original.CertificateBundle
|
||||
type CertificateCreateParameters = original.CertificateCreateParameters
|
||||
type CertificateImportParameters = original.CertificateImportParameters
|
||||
type CertificateIssuerItem = original.CertificateIssuerItem
|
||||
type CertificateIssuerListResult = original.CertificateIssuerListResult
|
||||
type CertificateIssuerListResultIterator = original.CertificateIssuerListResultIterator
|
||||
type CertificateIssuerListResultPage = original.CertificateIssuerListResultPage
|
||||
type CertificateIssuerSetParameters = original.CertificateIssuerSetParameters
|
||||
type CertificateIssuerUpdateParameters = original.CertificateIssuerUpdateParameters
|
||||
type CertificateItem = original.CertificateItem
|
||||
type CertificateListResult = original.CertificateListResult
|
||||
type CertificateListResultIterator = original.CertificateListResultIterator
|
||||
type CertificateListResultPage = original.CertificateListResultPage
|
||||
type CertificateMergeParameters = original.CertificateMergeParameters
|
||||
type CertificateOperation = original.CertificateOperation
|
||||
type CertificateOperationUpdateParameter = original.CertificateOperationUpdateParameter
|
||||
type CertificatePolicy = original.CertificatePolicy
|
||||
type CertificateUpdateParameters = original.CertificateUpdateParameters
|
||||
type Contact = original.Contact
|
||||
type Contacts = original.Contacts
|
||||
type DeletedCertificateBundle = original.DeletedCertificateBundle
|
||||
type DeletedCertificateItem = original.DeletedCertificateItem
|
||||
type DeletedCertificateListResult = original.DeletedCertificateListResult
|
||||
type DeletedCertificateListResultIterator = original.DeletedCertificateListResultIterator
|
||||
type DeletedCertificateListResultPage = original.DeletedCertificateListResultPage
|
||||
type DeletedKeyBundle = original.DeletedKeyBundle
|
||||
type DeletedKeyItem = original.DeletedKeyItem
|
||||
type DeletedKeyListResult = original.DeletedKeyListResult
|
||||
type DeletedKeyListResultIterator = original.DeletedKeyListResultIterator
|
||||
type DeletedKeyListResultPage = original.DeletedKeyListResultPage
|
||||
type DeletedSecretBundle = original.DeletedSecretBundle
|
||||
type DeletedSecretItem = original.DeletedSecretItem
|
||||
type DeletedSecretListResult = original.DeletedSecretListResult
|
||||
type DeletedSecretListResultIterator = original.DeletedSecretListResultIterator
|
||||
type DeletedSecretListResultPage = original.DeletedSecretListResultPage
|
||||
type Error = original.Error
|
||||
type ErrorType = original.ErrorType
|
||||
type IssuerAttributes = original.IssuerAttributes
|
||||
type IssuerBundle = original.IssuerBundle
|
||||
type IssuerCredentials = original.IssuerCredentials
|
||||
type IssuerParameters = original.IssuerParameters
|
||||
type JSONWebKey = original.JSONWebKey
|
||||
type KeyAttributes = original.KeyAttributes
|
||||
type KeyBundle = original.KeyBundle
|
||||
type KeyCreateParameters = original.KeyCreateParameters
|
||||
type KeyImportParameters = original.KeyImportParameters
|
||||
type KeyItem = original.KeyItem
|
||||
type KeyListResult = original.KeyListResult
|
||||
type KeyListResultIterator = original.KeyListResultIterator
|
||||
type KeyListResultPage = original.KeyListResultPage
|
||||
type KeyOperationResult = original.KeyOperationResult
|
||||
type KeyOperationsParameters = original.KeyOperationsParameters
|
||||
type KeyProperties = original.KeyProperties
|
||||
type KeyRestoreParameters = original.KeyRestoreParameters
|
||||
type KeySignParameters = original.KeySignParameters
|
||||
type KeyUpdateParameters = original.KeyUpdateParameters
|
||||
type KeyVerifyParameters = original.KeyVerifyParameters
|
||||
type KeyVerifyResult = original.KeyVerifyResult
|
||||
type LifetimeAction = original.LifetimeAction
|
||||
type OrganizationDetails = original.OrganizationDetails
|
||||
type PendingCertificateSigningRequestResult = original.PendingCertificateSigningRequestResult
|
||||
type SasDefinitionAttributes = original.SasDefinitionAttributes
|
||||
type SasDefinitionBundle = original.SasDefinitionBundle
|
||||
type SasDefinitionCreateParameters = original.SasDefinitionCreateParameters
|
||||
type SasDefinitionItem = original.SasDefinitionItem
|
||||
type SasDefinitionListResult = original.SasDefinitionListResult
|
||||
type SasDefinitionListResultIterator = original.SasDefinitionListResultIterator
|
||||
type SasDefinitionListResultPage = original.SasDefinitionListResultPage
|
||||
type SasDefinitionUpdateParameters = original.SasDefinitionUpdateParameters
|
||||
type SecretAttributes = original.SecretAttributes
|
||||
type SecretBundle = original.SecretBundle
|
||||
type SecretItem = original.SecretItem
|
||||
type SecretListResult = original.SecretListResult
|
||||
type SecretListResultIterator = original.SecretListResultIterator
|
||||
type SecretListResultPage = original.SecretListResultPage
|
||||
type SecretProperties = original.SecretProperties
|
||||
type SecretRestoreParameters = original.SecretRestoreParameters
|
||||
type SecretSetParameters = original.SecretSetParameters
|
||||
type SecretUpdateParameters = original.SecretUpdateParameters
|
||||
type StorageAccountAttributes = original.StorageAccountAttributes
|
||||
type StorageAccountCreateParameters = original.StorageAccountCreateParameters
|
||||
type StorageAccountItem = original.StorageAccountItem
|
||||
type StorageAccountRegenerteKeyParameters = original.StorageAccountRegenerteKeyParameters
|
||||
type StorageAccountUpdateParameters = original.StorageAccountUpdateParameters
|
||||
type StorageBundle = original.StorageBundle
|
||||
type StorageListResult = original.StorageListResult
|
||||
type StorageListResultIterator = original.StorageListResultIterator
|
||||
type StorageListResultPage = original.StorageListResultPage
|
||||
type SubjectAlternativeNames = original.SubjectAlternativeNames
|
||||
type Trigger = original.Trigger
|
||||
type X509CertificateProperties = original.X509CertificateProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-225
@@ -1,225 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 keyvault
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2016-10-01/keyvault"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessPolicyUpdateKind = original.AccessPolicyUpdateKind
|
||||
|
||||
const (
|
||||
Add AccessPolicyUpdateKind = original.Add
|
||||
Remove AccessPolicyUpdateKind = original.Remove
|
||||
Replace AccessPolicyUpdateKind = original.Replace
|
||||
)
|
||||
|
||||
func PossibleAccessPolicyUpdateKindValues() []AccessPolicyUpdateKind {
|
||||
return original.PossibleAccessPolicyUpdateKindValues()
|
||||
}
|
||||
|
||||
type CertificatePermissions = original.CertificatePermissions
|
||||
|
||||
const (
|
||||
Create CertificatePermissions = original.Create
|
||||
Delete CertificatePermissions = original.Delete
|
||||
Deleteissuers CertificatePermissions = original.Deleteissuers
|
||||
Get CertificatePermissions = original.Get
|
||||
Getissuers CertificatePermissions = original.Getissuers
|
||||
Import CertificatePermissions = original.Import
|
||||
List CertificatePermissions = original.List
|
||||
Listissuers CertificatePermissions = original.Listissuers
|
||||
Managecontacts CertificatePermissions = original.Managecontacts
|
||||
Manageissuers CertificatePermissions = original.Manageissuers
|
||||
Purge CertificatePermissions = original.Purge
|
||||
Recover CertificatePermissions = original.Recover
|
||||
Setissuers CertificatePermissions = original.Setissuers
|
||||
Update CertificatePermissions = original.Update
|
||||
)
|
||||
|
||||
func PossibleCertificatePermissionsValues() []CertificatePermissions {
|
||||
return original.PossibleCertificatePermissionsValues()
|
||||
}
|
||||
|
||||
type CreateMode = original.CreateMode
|
||||
|
||||
const (
|
||||
CreateModeDefault CreateMode = original.CreateModeDefault
|
||||
CreateModeRecover CreateMode = original.CreateModeRecover
|
||||
)
|
||||
|
||||
func PossibleCreateModeValues() []CreateMode {
|
||||
return original.PossibleCreateModeValues()
|
||||
}
|
||||
|
||||
type KeyPermissions = original.KeyPermissions
|
||||
|
||||
const (
|
||||
KeyPermissionsBackup KeyPermissions = original.KeyPermissionsBackup
|
||||
KeyPermissionsCreate KeyPermissions = original.KeyPermissionsCreate
|
||||
KeyPermissionsDecrypt KeyPermissions = original.KeyPermissionsDecrypt
|
||||
KeyPermissionsDelete KeyPermissions = original.KeyPermissionsDelete
|
||||
KeyPermissionsEncrypt KeyPermissions = original.KeyPermissionsEncrypt
|
||||
KeyPermissionsGet KeyPermissions = original.KeyPermissionsGet
|
||||
KeyPermissionsImport KeyPermissions = original.KeyPermissionsImport
|
||||
KeyPermissionsList KeyPermissions = original.KeyPermissionsList
|
||||
KeyPermissionsPurge KeyPermissions = original.KeyPermissionsPurge
|
||||
KeyPermissionsRecover KeyPermissions = original.KeyPermissionsRecover
|
||||
KeyPermissionsRestore KeyPermissions = original.KeyPermissionsRestore
|
||||
KeyPermissionsSign KeyPermissions = original.KeyPermissionsSign
|
||||
KeyPermissionsUnwrapKey KeyPermissions = original.KeyPermissionsUnwrapKey
|
||||
KeyPermissionsUpdate KeyPermissions = original.KeyPermissionsUpdate
|
||||
KeyPermissionsVerify KeyPermissions = original.KeyPermissionsVerify
|
||||
KeyPermissionsWrapKey KeyPermissions = original.KeyPermissionsWrapKey
|
||||
)
|
||||
|
||||
func PossibleKeyPermissionsValues() []KeyPermissions {
|
||||
return original.PossibleKeyPermissionsValues()
|
||||
}
|
||||
|
||||
type Reason = original.Reason
|
||||
|
||||
const (
|
||||
AccountNameInvalid Reason = original.AccountNameInvalid
|
||||
AlreadyExists Reason = original.AlreadyExists
|
||||
)
|
||||
|
||||
func PossibleReasonValues() []Reason {
|
||||
return original.PossibleReasonValues()
|
||||
}
|
||||
|
||||
type SecretPermissions = original.SecretPermissions
|
||||
|
||||
const (
|
||||
SecretPermissionsBackup SecretPermissions = original.SecretPermissionsBackup
|
||||
SecretPermissionsDelete SecretPermissions = original.SecretPermissionsDelete
|
||||
SecretPermissionsGet SecretPermissions = original.SecretPermissionsGet
|
||||
SecretPermissionsList SecretPermissions = original.SecretPermissionsList
|
||||
SecretPermissionsPurge SecretPermissions = original.SecretPermissionsPurge
|
||||
SecretPermissionsRecover SecretPermissions = original.SecretPermissionsRecover
|
||||
SecretPermissionsRestore SecretPermissions = original.SecretPermissionsRestore
|
||||
SecretPermissionsSet SecretPermissions = original.SecretPermissionsSet
|
||||
)
|
||||
|
||||
func PossibleSecretPermissionsValues() []SecretPermissions {
|
||||
return original.PossibleSecretPermissionsValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Premium SkuName = original.Premium
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type StoragePermissions = original.StoragePermissions
|
||||
|
||||
const (
|
||||
StoragePermissionsBackup StoragePermissions = original.StoragePermissionsBackup
|
||||
StoragePermissionsDelete StoragePermissions = original.StoragePermissionsDelete
|
||||
StoragePermissionsDeletesas StoragePermissions = original.StoragePermissionsDeletesas
|
||||
StoragePermissionsGet StoragePermissions = original.StoragePermissionsGet
|
||||
StoragePermissionsGetsas StoragePermissions = original.StoragePermissionsGetsas
|
||||
StoragePermissionsList StoragePermissions = original.StoragePermissionsList
|
||||
StoragePermissionsListsas StoragePermissions = original.StoragePermissionsListsas
|
||||
StoragePermissionsPurge StoragePermissions = original.StoragePermissionsPurge
|
||||
StoragePermissionsRecover StoragePermissions = original.StoragePermissionsRecover
|
||||
StoragePermissionsRegeneratekey StoragePermissions = original.StoragePermissionsRegeneratekey
|
||||
StoragePermissionsRestore StoragePermissions = original.StoragePermissionsRestore
|
||||
StoragePermissionsSet StoragePermissions = original.StoragePermissionsSet
|
||||
StoragePermissionsSetsas StoragePermissions = original.StoragePermissionsSetsas
|
||||
StoragePermissionsUpdate StoragePermissions = original.StoragePermissionsUpdate
|
||||
)
|
||||
|
||||
func PossibleStoragePermissionsValues() []StoragePermissions {
|
||||
return original.PossibleStoragePermissionsValues()
|
||||
}
|
||||
|
||||
type AccessPolicyEntry = original.AccessPolicyEntry
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type DeletedVault = original.DeletedVault
|
||||
type DeletedVaultListResult = original.DeletedVaultListResult
|
||||
type DeletedVaultListResultIterator = original.DeletedVaultListResultIterator
|
||||
type DeletedVaultListResultPage = original.DeletedVaultListResultPage
|
||||
type DeletedVaultProperties = original.DeletedVaultProperties
|
||||
type LogSpecification = original.LogSpecification
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OperationProperties = original.OperationProperties
|
||||
type Permissions = original.Permissions
|
||||
type Resource = original.Resource
|
||||
type ResourceListResult = original.ResourceListResult
|
||||
type ResourceListResultIterator = original.ResourceListResultIterator
|
||||
type ResourceListResultPage = original.ResourceListResultPage
|
||||
type ServiceSpecification = original.ServiceSpecification
|
||||
type Sku = original.Sku
|
||||
type Vault = original.Vault
|
||||
type VaultAccessPolicyParameters = original.VaultAccessPolicyParameters
|
||||
type VaultAccessPolicyProperties = original.VaultAccessPolicyProperties
|
||||
type VaultCheckNameAvailabilityParameters = original.VaultCheckNameAvailabilityParameters
|
||||
type VaultCreateOrUpdateParameters = original.VaultCreateOrUpdateParameters
|
||||
type VaultListResult = original.VaultListResult
|
||||
type VaultListResultIterator = original.VaultListResultIterator
|
||||
type VaultListResultPage = original.VaultListResultPage
|
||||
type VaultPatchParameters = original.VaultPatchParameters
|
||||
type VaultPatchProperties = original.VaultPatchProperties
|
||||
type VaultProperties = original.VaultProperties
|
||||
type VaultsPurgeDeletedFuture = original.VaultsPurgeDeletedFuture
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VaultsClient = original.VaultsClient
|
||||
|
||||
func NewVaultsClient(subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClient(subscriptionID)
|
||||
}
|
||||
func NewVaultsClientWithBaseURI(baseURI string, subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-750
@@ -1,750 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 network
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2015-06-15/network"
|
||||
|
||||
type ApplicationGatewaysClient = original.ApplicationGatewaysClient
|
||||
|
||||
func NewApplicationGatewaysClient(subscriptionID string) ApplicationGatewaysClient {
|
||||
return original.NewApplicationGatewaysClient(subscriptionID)
|
||||
}
|
||||
func NewApplicationGatewaysClientWithBaseURI(baseURI string, subscriptionID string) ApplicationGatewaysClient {
|
||||
return original.NewApplicationGatewaysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitAuthorizationsClient = original.ExpressRouteCircuitAuthorizationsClient
|
||||
|
||||
func NewExpressRouteCircuitAuthorizationsClient(subscriptionID string) ExpressRouteCircuitAuthorizationsClient {
|
||||
return original.NewExpressRouteCircuitAuthorizationsClient(subscriptionID)
|
||||
}
|
||||
func NewExpressRouteCircuitAuthorizationsClientWithBaseURI(baseURI string, subscriptionID string) ExpressRouteCircuitAuthorizationsClient {
|
||||
return original.NewExpressRouteCircuitAuthorizationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitPeeringsClient = original.ExpressRouteCircuitPeeringsClient
|
||||
|
||||
func NewExpressRouteCircuitPeeringsClient(subscriptionID string) ExpressRouteCircuitPeeringsClient {
|
||||
return original.NewExpressRouteCircuitPeeringsClient(subscriptionID)
|
||||
}
|
||||
func NewExpressRouteCircuitPeeringsClientWithBaseURI(baseURI string, subscriptionID string) ExpressRouteCircuitPeeringsClient {
|
||||
return original.NewExpressRouteCircuitPeeringsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitsClient = original.ExpressRouteCircuitsClient
|
||||
|
||||
func NewExpressRouteCircuitsClient(subscriptionID string) ExpressRouteCircuitsClient {
|
||||
return original.NewExpressRouteCircuitsClient(subscriptionID)
|
||||
}
|
||||
func NewExpressRouteCircuitsClientWithBaseURI(baseURI string, subscriptionID string) ExpressRouteCircuitsClient {
|
||||
return original.NewExpressRouteCircuitsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExpressRouteServiceProvidersClient = original.ExpressRouteServiceProvidersClient
|
||||
|
||||
func NewExpressRouteServiceProvidersClient(subscriptionID string) ExpressRouteServiceProvidersClient {
|
||||
return original.NewExpressRouteServiceProvidersClient(subscriptionID)
|
||||
}
|
||||
func NewExpressRouteServiceProvidersClientWithBaseURI(baseURI string, subscriptionID string) ExpressRouteServiceProvidersClient {
|
||||
return original.NewExpressRouteServiceProvidersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type InterfacesClient = original.InterfacesClient
|
||||
|
||||
func NewInterfacesClient(subscriptionID string) InterfacesClient {
|
||||
return original.NewInterfacesClient(subscriptionID)
|
||||
}
|
||||
func NewInterfacesClientWithBaseURI(baseURI string, subscriptionID string) InterfacesClient {
|
||||
return original.NewInterfacesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LoadBalancersClient = original.LoadBalancersClient
|
||||
|
||||
func NewLoadBalancersClient(subscriptionID string) LoadBalancersClient {
|
||||
return original.NewLoadBalancersClient(subscriptionID)
|
||||
}
|
||||
func NewLoadBalancersClientWithBaseURI(baseURI string, subscriptionID string) LoadBalancersClient {
|
||||
return original.NewLoadBalancersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocalNetworkGatewaysClient = original.LocalNetworkGatewaysClient
|
||||
|
||||
func NewLocalNetworkGatewaysClient(subscriptionID string) LocalNetworkGatewaysClient {
|
||||
return original.NewLocalNetworkGatewaysClient(subscriptionID)
|
||||
}
|
||||
func NewLocalNetworkGatewaysClientWithBaseURI(baseURI string, subscriptionID string) LocalNetworkGatewaysClient {
|
||||
return original.NewLocalNetworkGatewaysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ApplicationGatewayCookieBasedAffinity = original.ApplicationGatewayCookieBasedAffinity
|
||||
|
||||
const (
|
||||
Disabled ApplicationGatewayCookieBasedAffinity = original.Disabled
|
||||
Enabled ApplicationGatewayCookieBasedAffinity = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewayCookieBasedAffinityValues() []ApplicationGatewayCookieBasedAffinity {
|
||||
return original.PossibleApplicationGatewayCookieBasedAffinityValues()
|
||||
}
|
||||
|
||||
type ApplicationGatewayOperationalState = original.ApplicationGatewayOperationalState
|
||||
|
||||
const (
|
||||
Running ApplicationGatewayOperationalState = original.Running
|
||||
Starting ApplicationGatewayOperationalState = original.Starting
|
||||
Stopped ApplicationGatewayOperationalState = original.Stopped
|
||||
Stopping ApplicationGatewayOperationalState = original.Stopping
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewayOperationalStateValues() []ApplicationGatewayOperationalState {
|
||||
return original.PossibleApplicationGatewayOperationalStateValues()
|
||||
}
|
||||
|
||||
type ApplicationGatewayProtocol = original.ApplicationGatewayProtocol
|
||||
|
||||
const (
|
||||
HTTP ApplicationGatewayProtocol = original.HTTP
|
||||
HTTPS ApplicationGatewayProtocol = original.HTTPS
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewayProtocolValues() []ApplicationGatewayProtocol {
|
||||
return original.PossibleApplicationGatewayProtocolValues()
|
||||
}
|
||||
|
||||
type ApplicationGatewayRequestRoutingRuleType = original.ApplicationGatewayRequestRoutingRuleType
|
||||
|
||||
const (
|
||||
Basic ApplicationGatewayRequestRoutingRuleType = original.Basic
|
||||
PathBasedRouting ApplicationGatewayRequestRoutingRuleType = original.PathBasedRouting
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewayRequestRoutingRuleTypeValues() []ApplicationGatewayRequestRoutingRuleType {
|
||||
return original.PossibleApplicationGatewayRequestRoutingRuleTypeValues()
|
||||
}
|
||||
|
||||
type ApplicationGatewaySkuName = original.ApplicationGatewaySkuName
|
||||
|
||||
const (
|
||||
StandardLarge ApplicationGatewaySkuName = original.StandardLarge
|
||||
StandardMedium ApplicationGatewaySkuName = original.StandardMedium
|
||||
StandardSmall ApplicationGatewaySkuName = original.StandardSmall
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewaySkuNameValues() []ApplicationGatewaySkuName {
|
||||
return original.PossibleApplicationGatewaySkuNameValues()
|
||||
}
|
||||
|
||||
type ApplicationGatewayTier = original.ApplicationGatewayTier
|
||||
|
||||
const (
|
||||
Standard ApplicationGatewayTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleApplicationGatewayTierValues() []ApplicationGatewayTier {
|
||||
return original.PossibleApplicationGatewayTierValues()
|
||||
}
|
||||
|
||||
type AuthorizationUseStatus = original.AuthorizationUseStatus
|
||||
|
||||
const (
|
||||
Available AuthorizationUseStatus = original.Available
|
||||
InUse AuthorizationUseStatus = original.InUse
|
||||
)
|
||||
|
||||
func PossibleAuthorizationUseStatusValues() []AuthorizationUseStatus {
|
||||
return original.PossibleAuthorizationUseStatusValues()
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
|
||||
|
||||
const (
|
||||
Configured ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.Configured
|
||||
Configuring ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.Configuring
|
||||
NotConfigured ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.NotConfigured
|
||||
ValidationNeeded ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.ValidationNeeded
|
||||
)
|
||||
|
||||
func PossibleExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValues() []ExpressRouteCircuitPeeringAdvertisedPublicPrefixState {
|
||||
return original.PossibleExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValues()
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitPeeringState = original.ExpressRouteCircuitPeeringState
|
||||
|
||||
const (
|
||||
ExpressRouteCircuitPeeringStateDisabled ExpressRouteCircuitPeeringState = original.ExpressRouteCircuitPeeringStateDisabled
|
||||
ExpressRouteCircuitPeeringStateEnabled ExpressRouteCircuitPeeringState = original.ExpressRouteCircuitPeeringStateEnabled
|
||||
)
|
||||
|
||||
func PossibleExpressRouteCircuitPeeringStateValues() []ExpressRouteCircuitPeeringState {
|
||||
return original.PossibleExpressRouteCircuitPeeringStateValues()
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitPeeringType = original.ExpressRouteCircuitPeeringType
|
||||
|
||||
const (
|
||||
AzurePrivatePeering ExpressRouteCircuitPeeringType = original.AzurePrivatePeering
|
||||
AzurePublicPeering ExpressRouteCircuitPeeringType = original.AzurePublicPeering
|
||||
MicrosoftPeering ExpressRouteCircuitPeeringType = original.MicrosoftPeering
|
||||
)
|
||||
|
||||
func PossibleExpressRouteCircuitPeeringTypeValues() []ExpressRouteCircuitPeeringType {
|
||||
return original.PossibleExpressRouteCircuitPeeringTypeValues()
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitSkuFamily = original.ExpressRouteCircuitSkuFamily
|
||||
|
||||
const (
|
||||
MeteredData ExpressRouteCircuitSkuFamily = original.MeteredData
|
||||
UnlimitedData ExpressRouteCircuitSkuFamily = original.UnlimitedData
|
||||
)
|
||||
|
||||
func PossibleExpressRouteCircuitSkuFamilyValues() []ExpressRouteCircuitSkuFamily {
|
||||
return original.PossibleExpressRouteCircuitSkuFamilyValues()
|
||||
}
|
||||
|
||||
type ExpressRouteCircuitSkuTier = original.ExpressRouteCircuitSkuTier
|
||||
|
||||
const (
|
||||
ExpressRouteCircuitSkuTierPremium ExpressRouteCircuitSkuTier = original.ExpressRouteCircuitSkuTierPremium
|
||||
ExpressRouteCircuitSkuTierStandard ExpressRouteCircuitSkuTier = original.ExpressRouteCircuitSkuTierStandard
|
||||
)
|
||||
|
||||
func PossibleExpressRouteCircuitSkuTierValues() []ExpressRouteCircuitSkuTier {
|
||||
return original.PossibleExpressRouteCircuitSkuTierValues()
|
||||
}
|
||||
|
||||
type IPAllocationMethod = original.IPAllocationMethod
|
||||
|
||||
const (
|
||||
Dynamic IPAllocationMethod = original.Dynamic
|
||||
Static IPAllocationMethod = original.Static
|
||||
)
|
||||
|
||||
func PossibleIPAllocationMethodValues() []IPAllocationMethod {
|
||||
return original.PossibleIPAllocationMethodValues()
|
||||
}
|
||||
|
||||
type LoadDistribution = original.LoadDistribution
|
||||
|
||||
const (
|
||||
Default LoadDistribution = original.Default
|
||||
SourceIP LoadDistribution = original.SourceIP
|
||||
SourceIPProtocol LoadDistribution = original.SourceIPProtocol
|
||||
)
|
||||
|
||||
func PossibleLoadDistributionValues() []LoadDistribution {
|
||||
return original.PossibleLoadDistributionValues()
|
||||
}
|
||||
|
||||
type OperationStatus = original.OperationStatus
|
||||
|
||||
const (
|
||||
Failed OperationStatus = original.Failed
|
||||
InProgress OperationStatus = original.InProgress
|
||||
Succeeded OperationStatus = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleOperationStatusValues() []OperationStatus {
|
||||
return original.PossibleOperationStatusValues()
|
||||
}
|
||||
|
||||
type ProbeProtocol = original.ProbeProtocol
|
||||
|
||||
const (
|
||||
ProbeProtocolHTTP ProbeProtocol = original.ProbeProtocolHTTP
|
||||
ProbeProtocolTCP ProbeProtocol = original.ProbeProtocolTCP
|
||||
)
|
||||
|
||||
func PossibleProbeProtocolValues() []ProbeProtocol {
|
||||
return original.PossibleProbeProtocolValues()
|
||||
}
|
||||
|
||||
type ProcessorArchitecture = original.ProcessorArchitecture
|
||||
|
||||
const (
|
||||
Amd64 ProcessorArchitecture = original.Amd64
|
||||
X86 ProcessorArchitecture = original.X86
|
||||
)
|
||||
|
||||
func PossibleProcessorArchitectureValues() []ProcessorArchitecture {
|
||||
return original.PossibleProcessorArchitectureValues()
|
||||
}
|
||||
|
||||
type RouteNextHopType = original.RouteNextHopType
|
||||
|
||||
const (
|
||||
RouteNextHopTypeInternet RouteNextHopType = original.RouteNextHopTypeInternet
|
||||
RouteNextHopTypeNone RouteNextHopType = original.RouteNextHopTypeNone
|
||||
RouteNextHopTypeVirtualAppliance RouteNextHopType = original.RouteNextHopTypeVirtualAppliance
|
||||
RouteNextHopTypeVirtualNetworkGateway RouteNextHopType = original.RouteNextHopTypeVirtualNetworkGateway
|
||||
RouteNextHopTypeVnetLocal RouteNextHopType = original.RouteNextHopTypeVnetLocal
|
||||
)
|
||||
|
||||
func PossibleRouteNextHopTypeValues() []RouteNextHopType {
|
||||
return original.PossibleRouteNextHopTypeValues()
|
||||
}
|
||||
|
||||
type SecurityRuleAccess = original.SecurityRuleAccess
|
||||
|
||||
const (
|
||||
Allow SecurityRuleAccess = original.Allow
|
||||
Deny SecurityRuleAccess = original.Deny
|
||||
)
|
||||
|
||||
func PossibleSecurityRuleAccessValues() []SecurityRuleAccess {
|
||||
return original.PossibleSecurityRuleAccessValues()
|
||||
}
|
||||
|
||||
type SecurityRuleDirection = original.SecurityRuleDirection
|
||||
|
||||
const (
|
||||
Inbound SecurityRuleDirection = original.Inbound
|
||||
Outbound SecurityRuleDirection = original.Outbound
|
||||
)
|
||||
|
||||
func PossibleSecurityRuleDirectionValues() []SecurityRuleDirection {
|
||||
return original.PossibleSecurityRuleDirectionValues()
|
||||
}
|
||||
|
||||
type SecurityRuleProtocol = original.SecurityRuleProtocol
|
||||
|
||||
const (
|
||||
Asterisk SecurityRuleProtocol = original.Asterisk
|
||||
TCP SecurityRuleProtocol = original.TCP
|
||||
UDP SecurityRuleProtocol = original.UDP
|
||||
)
|
||||
|
||||
func PossibleSecurityRuleProtocolValues() []SecurityRuleProtocol {
|
||||
return original.PossibleSecurityRuleProtocolValues()
|
||||
}
|
||||
|
||||
type ServiceProviderProvisioningState = original.ServiceProviderProvisioningState
|
||||
|
||||
const (
|
||||
Deprovisioning ServiceProviderProvisioningState = original.Deprovisioning
|
||||
NotProvisioned ServiceProviderProvisioningState = original.NotProvisioned
|
||||
Provisioned ServiceProviderProvisioningState = original.Provisioned
|
||||
Provisioning ServiceProviderProvisioningState = original.Provisioning
|
||||
)
|
||||
|
||||
func PossibleServiceProviderProvisioningStateValues() []ServiceProviderProvisioningState {
|
||||
return original.PossibleServiceProviderProvisioningStateValues()
|
||||
}
|
||||
|
||||
type TransportProtocol = original.TransportProtocol
|
||||
|
||||
const (
|
||||
TransportProtocolTCP TransportProtocol = original.TransportProtocolTCP
|
||||
TransportProtocolUDP TransportProtocol = original.TransportProtocolUDP
|
||||
)
|
||||
|
||||
func PossibleTransportProtocolValues() []TransportProtocol {
|
||||
return original.PossibleTransportProtocolValues()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewayConnectionStatus = original.VirtualNetworkGatewayConnectionStatus
|
||||
|
||||
const (
|
||||
Connected VirtualNetworkGatewayConnectionStatus = original.Connected
|
||||
Connecting VirtualNetworkGatewayConnectionStatus = original.Connecting
|
||||
NotConnected VirtualNetworkGatewayConnectionStatus = original.NotConnected
|
||||
Unknown VirtualNetworkGatewayConnectionStatus = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleVirtualNetworkGatewayConnectionStatusValues() []VirtualNetworkGatewayConnectionStatus {
|
||||
return original.PossibleVirtualNetworkGatewayConnectionStatusValues()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewayConnectionType = original.VirtualNetworkGatewayConnectionType
|
||||
|
||||
const (
|
||||
ExpressRoute VirtualNetworkGatewayConnectionType = original.ExpressRoute
|
||||
IPsec VirtualNetworkGatewayConnectionType = original.IPsec
|
||||
Vnet2Vnet VirtualNetworkGatewayConnectionType = original.Vnet2Vnet
|
||||
VPNClient VirtualNetworkGatewayConnectionType = original.VPNClient
|
||||
)
|
||||
|
||||
func PossibleVirtualNetworkGatewayConnectionTypeValues() []VirtualNetworkGatewayConnectionType {
|
||||
return original.PossibleVirtualNetworkGatewayConnectionTypeValues()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewaySkuName = original.VirtualNetworkGatewaySkuName
|
||||
|
||||
const (
|
||||
VirtualNetworkGatewaySkuNameBasic VirtualNetworkGatewaySkuName = original.VirtualNetworkGatewaySkuNameBasic
|
||||
VirtualNetworkGatewaySkuNameHighPerformance VirtualNetworkGatewaySkuName = original.VirtualNetworkGatewaySkuNameHighPerformance
|
||||
VirtualNetworkGatewaySkuNameStandard VirtualNetworkGatewaySkuName = original.VirtualNetworkGatewaySkuNameStandard
|
||||
)
|
||||
|
||||
func PossibleVirtualNetworkGatewaySkuNameValues() []VirtualNetworkGatewaySkuName {
|
||||
return original.PossibleVirtualNetworkGatewaySkuNameValues()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewaySkuTier = original.VirtualNetworkGatewaySkuTier
|
||||
|
||||
const (
|
||||
VirtualNetworkGatewaySkuTierBasic VirtualNetworkGatewaySkuTier = original.VirtualNetworkGatewaySkuTierBasic
|
||||
VirtualNetworkGatewaySkuTierHighPerformance VirtualNetworkGatewaySkuTier = original.VirtualNetworkGatewaySkuTierHighPerformance
|
||||
VirtualNetworkGatewaySkuTierStandard VirtualNetworkGatewaySkuTier = original.VirtualNetworkGatewaySkuTierStandard
|
||||
)
|
||||
|
||||
func PossibleVirtualNetworkGatewaySkuTierValues() []VirtualNetworkGatewaySkuTier {
|
||||
return original.PossibleVirtualNetworkGatewaySkuTierValues()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewayType = original.VirtualNetworkGatewayType
|
||||
|
||||
const (
|
||||
VirtualNetworkGatewayTypeExpressRoute VirtualNetworkGatewayType = original.VirtualNetworkGatewayTypeExpressRoute
|
||||
VirtualNetworkGatewayTypeVpn VirtualNetworkGatewayType = original.VirtualNetworkGatewayTypeVpn
|
||||
)
|
||||
|
||||
func PossibleVirtualNetworkGatewayTypeValues() []VirtualNetworkGatewayType {
|
||||
return original.PossibleVirtualNetworkGatewayTypeValues()
|
||||
}
|
||||
|
||||
type VpnType = original.VpnType
|
||||
|
||||
const (
|
||||
PolicyBased VpnType = original.PolicyBased
|
||||
RouteBased VpnType = original.RouteBased
|
||||
)
|
||||
|
||||
func PossibleVpnTypeValues() []VpnType {
|
||||
return original.PossibleVpnTypeValues()
|
||||
}
|
||||
|
||||
type AddressSpace = original.AddressSpace
|
||||
type ApplicationGateway = original.ApplicationGateway
|
||||
type ApplicationGatewayBackendAddress = original.ApplicationGatewayBackendAddress
|
||||
type ApplicationGatewayBackendAddressPool = original.ApplicationGatewayBackendAddressPool
|
||||
type ApplicationGatewayBackendAddressPoolPropertiesFormat = original.ApplicationGatewayBackendAddressPoolPropertiesFormat
|
||||
type ApplicationGatewayBackendHTTPSettings = original.ApplicationGatewayBackendHTTPSettings
|
||||
type ApplicationGatewayBackendHTTPSettingsPropertiesFormat = original.ApplicationGatewayBackendHTTPSettingsPropertiesFormat
|
||||
type ApplicationGatewayFrontendIPConfiguration = original.ApplicationGatewayFrontendIPConfiguration
|
||||
type ApplicationGatewayFrontendIPConfigurationPropertiesFormat = original.ApplicationGatewayFrontendIPConfigurationPropertiesFormat
|
||||
type ApplicationGatewayFrontendPort = original.ApplicationGatewayFrontendPort
|
||||
type ApplicationGatewayFrontendPortPropertiesFormat = original.ApplicationGatewayFrontendPortPropertiesFormat
|
||||
type ApplicationGatewayHTTPListener = original.ApplicationGatewayHTTPListener
|
||||
type ApplicationGatewayHTTPListenerPropertiesFormat = original.ApplicationGatewayHTTPListenerPropertiesFormat
|
||||
type ApplicationGatewayIPConfiguration = original.ApplicationGatewayIPConfiguration
|
||||
type ApplicationGatewayIPConfigurationPropertiesFormat = original.ApplicationGatewayIPConfigurationPropertiesFormat
|
||||
type ApplicationGatewayListResult = original.ApplicationGatewayListResult
|
||||
type ApplicationGatewayListResultIterator = original.ApplicationGatewayListResultIterator
|
||||
type ApplicationGatewayListResultPage = original.ApplicationGatewayListResultPage
|
||||
type ApplicationGatewayPathRule = original.ApplicationGatewayPathRule
|
||||
type ApplicationGatewayPathRulePropertiesFormat = original.ApplicationGatewayPathRulePropertiesFormat
|
||||
type ApplicationGatewayProbe = original.ApplicationGatewayProbe
|
||||
type ApplicationGatewayProbePropertiesFormat = original.ApplicationGatewayProbePropertiesFormat
|
||||
type ApplicationGatewayPropertiesFormat = original.ApplicationGatewayPropertiesFormat
|
||||
type ApplicationGatewayRequestRoutingRule = original.ApplicationGatewayRequestRoutingRule
|
||||
type ApplicationGatewayRequestRoutingRulePropertiesFormat = original.ApplicationGatewayRequestRoutingRulePropertiesFormat
|
||||
type ApplicationGatewaysCreateOrUpdateFuture = original.ApplicationGatewaysCreateOrUpdateFuture
|
||||
type ApplicationGatewaysDeleteFuture = original.ApplicationGatewaysDeleteFuture
|
||||
type ApplicationGatewaySku = original.ApplicationGatewaySku
|
||||
type ApplicationGatewaySslCertificate = original.ApplicationGatewaySslCertificate
|
||||
type ApplicationGatewaySslCertificatePropertiesFormat = original.ApplicationGatewaySslCertificatePropertiesFormat
|
||||
type ApplicationGatewaysStartFuture = original.ApplicationGatewaysStartFuture
|
||||
type ApplicationGatewaysStopFuture = original.ApplicationGatewaysStopFuture
|
||||
type ApplicationGatewayURLPathMap = original.ApplicationGatewayURLPathMap
|
||||
type ApplicationGatewayURLPathMapPropertiesFormat = original.ApplicationGatewayURLPathMapPropertiesFormat
|
||||
type AuthorizationListResult = original.AuthorizationListResult
|
||||
type AuthorizationListResultIterator = original.AuthorizationListResultIterator
|
||||
type AuthorizationListResultPage = original.AuthorizationListResultPage
|
||||
type AuthorizationPropertiesFormat = original.AuthorizationPropertiesFormat
|
||||
type AzureAsyncOperationResult = original.AzureAsyncOperationResult
|
||||
type BackendAddressPool = original.BackendAddressPool
|
||||
type BackendAddressPoolPropertiesFormat = original.BackendAddressPoolPropertiesFormat
|
||||
type BgpSettings = original.BgpSettings
|
||||
type ConnectionResetSharedKey = original.ConnectionResetSharedKey
|
||||
type ConnectionSharedKey = original.ConnectionSharedKey
|
||||
type ConnectionSharedKeyResult = original.ConnectionSharedKeyResult
|
||||
type DhcpOptions = original.DhcpOptions
|
||||
type DNSNameAvailabilityResult = original.DNSNameAvailabilityResult
|
||||
type Error = original.Error
|
||||
type ErrorDetails = original.ErrorDetails
|
||||
type ExpressRouteCircuit = original.ExpressRouteCircuit
|
||||
type ExpressRouteCircuitArpTable = original.ExpressRouteCircuitArpTable
|
||||
type ExpressRouteCircuitAuthorization = original.ExpressRouteCircuitAuthorization
|
||||
type ExpressRouteCircuitAuthorizationsCreateOrUpdateFuture = original.ExpressRouteCircuitAuthorizationsCreateOrUpdateFuture
|
||||
type ExpressRouteCircuitAuthorizationsDeleteFuture = original.ExpressRouteCircuitAuthorizationsDeleteFuture
|
||||
type ExpressRouteCircuitListResult = original.ExpressRouteCircuitListResult
|
||||
type ExpressRouteCircuitListResultIterator = original.ExpressRouteCircuitListResultIterator
|
||||
type ExpressRouteCircuitListResultPage = original.ExpressRouteCircuitListResultPage
|
||||
type ExpressRouteCircuitPeering = original.ExpressRouteCircuitPeering
|
||||
type ExpressRouteCircuitPeeringConfig = original.ExpressRouteCircuitPeeringConfig
|
||||
type ExpressRouteCircuitPeeringListResult = original.ExpressRouteCircuitPeeringListResult
|
||||
type ExpressRouteCircuitPeeringListResultIterator = original.ExpressRouteCircuitPeeringListResultIterator
|
||||
type ExpressRouteCircuitPeeringListResultPage = original.ExpressRouteCircuitPeeringListResultPage
|
||||
type ExpressRouteCircuitPeeringPropertiesFormat = original.ExpressRouteCircuitPeeringPropertiesFormat
|
||||
type ExpressRouteCircuitPeeringsCreateOrUpdateFuture = original.ExpressRouteCircuitPeeringsCreateOrUpdateFuture
|
||||
type ExpressRouteCircuitPeeringsDeleteFuture = original.ExpressRouteCircuitPeeringsDeleteFuture
|
||||
type ExpressRouteCircuitPropertiesFormat = original.ExpressRouteCircuitPropertiesFormat
|
||||
type ExpressRouteCircuitRoutesTable = original.ExpressRouteCircuitRoutesTable
|
||||
type ExpressRouteCircuitsArpTableListResult = original.ExpressRouteCircuitsArpTableListResult
|
||||
type ExpressRouteCircuitsArpTableListResultIterator = original.ExpressRouteCircuitsArpTableListResultIterator
|
||||
type ExpressRouteCircuitsArpTableListResultPage = original.ExpressRouteCircuitsArpTableListResultPage
|
||||
type ExpressRouteCircuitsCreateOrUpdateFuture = original.ExpressRouteCircuitsCreateOrUpdateFuture
|
||||
type ExpressRouteCircuitsDeleteFuture = original.ExpressRouteCircuitsDeleteFuture
|
||||
type ExpressRouteCircuitServiceProviderProperties = original.ExpressRouteCircuitServiceProviderProperties
|
||||
type ExpressRouteCircuitSku = original.ExpressRouteCircuitSku
|
||||
type ExpressRouteCircuitsRoutesTableListResult = original.ExpressRouteCircuitsRoutesTableListResult
|
||||
type ExpressRouteCircuitsRoutesTableListResultIterator = original.ExpressRouteCircuitsRoutesTableListResultIterator
|
||||
type ExpressRouteCircuitsRoutesTableListResultPage = original.ExpressRouteCircuitsRoutesTableListResultPage
|
||||
type ExpressRouteCircuitsStatsListResult = original.ExpressRouteCircuitsStatsListResult
|
||||
type ExpressRouteCircuitsStatsListResultIterator = original.ExpressRouteCircuitsStatsListResultIterator
|
||||
type ExpressRouteCircuitsStatsListResultPage = original.ExpressRouteCircuitsStatsListResultPage
|
||||
type ExpressRouteCircuitStats = original.ExpressRouteCircuitStats
|
||||
type ExpressRouteServiceProvider = original.ExpressRouteServiceProvider
|
||||
type ExpressRouteServiceProviderBandwidthsOffered = original.ExpressRouteServiceProviderBandwidthsOffered
|
||||
type ExpressRouteServiceProviderListResult = original.ExpressRouteServiceProviderListResult
|
||||
type ExpressRouteServiceProviderListResultIterator = original.ExpressRouteServiceProviderListResultIterator
|
||||
type ExpressRouteServiceProviderListResultPage = original.ExpressRouteServiceProviderListResultPage
|
||||
type ExpressRouteServiceProviderPropertiesFormat = original.ExpressRouteServiceProviderPropertiesFormat
|
||||
type FrontendIPConfiguration = original.FrontendIPConfiguration
|
||||
type FrontendIPConfigurationPropertiesFormat = original.FrontendIPConfigurationPropertiesFormat
|
||||
type InboundNatPool = original.InboundNatPool
|
||||
type InboundNatPoolPropertiesFormat = original.InboundNatPoolPropertiesFormat
|
||||
type InboundNatRule = original.InboundNatRule
|
||||
type InboundNatRulePropertiesFormat = original.InboundNatRulePropertiesFormat
|
||||
type Interface = original.Interface
|
||||
type InterfaceDNSSettings = original.InterfaceDNSSettings
|
||||
type InterfaceIPConfiguration = original.InterfaceIPConfiguration
|
||||
type InterfaceIPConfigurationPropertiesFormat = original.InterfaceIPConfigurationPropertiesFormat
|
||||
type InterfaceListResult = original.InterfaceListResult
|
||||
type InterfaceListResultIterator = original.InterfaceListResultIterator
|
||||
type InterfaceListResultPage = original.InterfaceListResultPage
|
||||
type InterfacePropertiesFormat = original.InterfacePropertiesFormat
|
||||
type InterfacesCreateOrUpdateFuture = original.InterfacesCreateOrUpdateFuture
|
||||
type InterfacesDeleteFuture = original.InterfacesDeleteFuture
|
||||
type IPConfiguration = original.IPConfiguration
|
||||
type IPConfigurationPropertiesFormat = original.IPConfigurationPropertiesFormat
|
||||
type LoadBalancer = original.LoadBalancer
|
||||
type LoadBalancerListResult = original.LoadBalancerListResult
|
||||
type LoadBalancerListResultIterator = original.LoadBalancerListResultIterator
|
||||
type LoadBalancerListResultPage = original.LoadBalancerListResultPage
|
||||
type LoadBalancerPropertiesFormat = original.LoadBalancerPropertiesFormat
|
||||
type LoadBalancersCreateOrUpdateFuture = original.LoadBalancersCreateOrUpdateFuture
|
||||
type LoadBalancersDeleteFuture = original.LoadBalancersDeleteFuture
|
||||
type LoadBalancingRule = original.LoadBalancingRule
|
||||
type LoadBalancingRulePropertiesFormat = original.LoadBalancingRulePropertiesFormat
|
||||
type LocalNetworkGateway = original.LocalNetworkGateway
|
||||
type LocalNetworkGatewayListResult = original.LocalNetworkGatewayListResult
|
||||
type LocalNetworkGatewayListResultIterator = original.LocalNetworkGatewayListResultIterator
|
||||
type LocalNetworkGatewayListResultPage = original.LocalNetworkGatewayListResultPage
|
||||
type LocalNetworkGatewayPropertiesFormat = original.LocalNetworkGatewayPropertiesFormat
|
||||
type LocalNetworkGatewaysCreateOrUpdateFuture = original.LocalNetworkGatewaysCreateOrUpdateFuture
|
||||
type LocalNetworkGatewaysDeleteFuture = original.LocalNetworkGatewaysDeleteFuture
|
||||
type OutboundNatRule = original.OutboundNatRule
|
||||
type OutboundNatRulePropertiesFormat = original.OutboundNatRulePropertiesFormat
|
||||
type Probe = original.Probe
|
||||
type ProbePropertiesFormat = original.ProbePropertiesFormat
|
||||
type PublicIPAddress = original.PublicIPAddress
|
||||
type PublicIPAddressDNSSettings = original.PublicIPAddressDNSSettings
|
||||
type PublicIPAddressesCreateOrUpdateFuture = original.PublicIPAddressesCreateOrUpdateFuture
|
||||
type PublicIPAddressesDeleteFuture = original.PublicIPAddressesDeleteFuture
|
||||
type PublicIPAddressListResult = original.PublicIPAddressListResult
|
||||
type PublicIPAddressListResultIterator = original.PublicIPAddressListResultIterator
|
||||
type PublicIPAddressListResultPage = original.PublicIPAddressListResultPage
|
||||
type PublicIPAddressPropertiesFormat = original.PublicIPAddressPropertiesFormat
|
||||
type Resource = original.Resource
|
||||
type Route = original.Route
|
||||
type RouteListResult = original.RouteListResult
|
||||
type RouteListResultIterator = original.RouteListResultIterator
|
||||
type RouteListResultPage = original.RouteListResultPage
|
||||
type RoutePropertiesFormat = original.RoutePropertiesFormat
|
||||
type RoutesCreateOrUpdateFuture = original.RoutesCreateOrUpdateFuture
|
||||
type RoutesDeleteFuture = original.RoutesDeleteFuture
|
||||
type RouteTable = original.RouteTable
|
||||
type RouteTableListResult = original.RouteTableListResult
|
||||
type RouteTableListResultIterator = original.RouteTableListResultIterator
|
||||
type RouteTableListResultPage = original.RouteTableListResultPage
|
||||
type RouteTablePropertiesFormat = original.RouteTablePropertiesFormat
|
||||
type RouteTablesCreateOrUpdateFuture = original.RouteTablesCreateOrUpdateFuture
|
||||
type RouteTablesDeleteFuture = original.RouteTablesDeleteFuture
|
||||
type SecurityGroup = original.SecurityGroup
|
||||
type SecurityGroupListResult = original.SecurityGroupListResult
|
||||
type SecurityGroupListResultIterator = original.SecurityGroupListResultIterator
|
||||
type SecurityGroupListResultPage = original.SecurityGroupListResultPage
|
||||
type SecurityGroupPropertiesFormat = original.SecurityGroupPropertiesFormat
|
||||
type SecurityGroupsCreateOrUpdateFuture = original.SecurityGroupsCreateOrUpdateFuture
|
||||
type SecurityGroupsDeleteFuture = original.SecurityGroupsDeleteFuture
|
||||
type SecurityRule = original.SecurityRule
|
||||
type SecurityRuleListResult = original.SecurityRuleListResult
|
||||
type SecurityRuleListResultIterator = original.SecurityRuleListResultIterator
|
||||
type SecurityRuleListResultPage = original.SecurityRuleListResultPage
|
||||
type SecurityRulePropertiesFormat = original.SecurityRulePropertiesFormat
|
||||
type SecurityRulesCreateOrUpdateFuture = original.SecurityRulesCreateOrUpdateFuture
|
||||
type SecurityRulesDeleteFuture = original.SecurityRulesDeleteFuture
|
||||
type String = original.String
|
||||
type Subnet = original.Subnet
|
||||
type SubnetListResult = original.SubnetListResult
|
||||
type SubnetListResultIterator = original.SubnetListResultIterator
|
||||
type SubnetListResultPage = original.SubnetListResultPage
|
||||
type SubnetPropertiesFormat = original.SubnetPropertiesFormat
|
||||
type SubnetsCreateOrUpdateFuture = original.SubnetsCreateOrUpdateFuture
|
||||
type SubnetsDeleteFuture = original.SubnetsDeleteFuture
|
||||
type SubResource = original.SubResource
|
||||
type Usage = original.Usage
|
||||
type UsageName = original.UsageName
|
||||
type UsagesListResult = original.UsagesListResult
|
||||
type UsagesListResultIterator = original.UsagesListResultIterator
|
||||
type UsagesListResultPage = original.UsagesListResultPage
|
||||
type VirtualNetwork = original.VirtualNetwork
|
||||
type VirtualNetworkGateway = original.VirtualNetworkGateway
|
||||
type VirtualNetworkGatewayConnection = original.VirtualNetworkGatewayConnection
|
||||
type VirtualNetworkGatewayConnectionListResult = original.VirtualNetworkGatewayConnectionListResult
|
||||
type VirtualNetworkGatewayConnectionListResultIterator = original.VirtualNetworkGatewayConnectionListResultIterator
|
||||
type VirtualNetworkGatewayConnectionListResultPage = original.VirtualNetworkGatewayConnectionListResultPage
|
||||
type VirtualNetworkGatewayConnectionPropertiesFormat = original.VirtualNetworkGatewayConnectionPropertiesFormat
|
||||
type VirtualNetworkGatewayConnectionsCreateOrUpdateFuture = original.VirtualNetworkGatewayConnectionsCreateOrUpdateFuture
|
||||
type VirtualNetworkGatewayConnectionsDeleteFuture = original.VirtualNetworkGatewayConnectionsDeleteFuture
|
||||
type VirtualNetworkGatewayConnectionsResetSharedKeyFuture = original.VirtualNetworkGatewayConnectionsResetSharedKeyFuture
|
||||
type VirtualNetworkGatewayConnectionsSetSharedKeyFuture = original.VirtualNetworkGatewayConnectionsSetSharedKeyFuture
|
||||
type VirtualNetworkGatewayIPConfiguration = original.VirtualNetworkGatewayIPConfiguration
|
||||
type VirtualNetworkGatewayIPConfigurationPropertiesFormat = original.VirtualNetworkGatewayIPConfigurationPropertiesFormat
|
||||
type VirtualNetworkGatewayListResult = original.VirtualNetworkGatewayListResult
|
||||
type VirtualNetworkGatewayListResultIterator = original.VirtualNetworkGatewayListResultIterator
|
||||
type VirtualNetworkGatewayListResultPage = original.VirtualNetworkGatewayListResultPage
|
||||
type VirtualNetworkGatewayPropertiesFormat = original.VirtualNetworkGatewayPropertiesFormat
|
||||
type VirtualNetworkGatewaysCreateOrUpdateFuture = original.VirtualNetworkGatewaysCreateOrUpdateFuture
|
||||
type VirtualNetworkGatewaysDeleteFuture = original.VirtualNetworkGatewaysDeleteFuture
|
||||
type VirtualNetworkGatewaySku = original.VirtualNetworkGatewaySku
|
||||
type VirtualNetworkGatewaysResetFuture = original.VirtualNetworkGatewaysResetFuture
|
||||
type VirtualNetworkListResult = original.VirtualNetworkListResult
|
||||
type VirtualNetworkListResultIterator = original.VirtualNetworkListResultIterator
|
||||
type VirtualNetworkListResultPage = original.VirtualNetworkListResultPage
|
||||
type VirtualNetworkPropertiesFormat = original.VirtualNetworkPropertiesFormat
|
||||
type VirtualNetworksCreateOrUpdateFuture = original.VirtualNetworksCreateOrUpdateFuture
|
||||
type VirtualNetworksDeleteFuture = original.VirtualNetworksDeleteFuture
|
||||
type VpnClientConfiguration = original.VpnClientConfiguration
|
||||
type VpnClientParameters = original.VpnClientParameters
|
||||
type VpnClientRevokedCertificate = original.VpnClientRevokedCertificate
|
||||
type VpnClientRevokedCertificatePropertiesFormat = original.VpnClientRevokedCertificatePropertiesFormat
|
||||
type VpnClientRootCertificate = original.VpnClientRootCertificate
|
||||
type VpnClientRootCertificatePropertiesFormat = original.VpnClientRootCertificatePropertiesFormat
|
||||
type PublicIPAddressesClient = original.PublicIPAddressesClient
|
||||
|
||||
func NewPublicIPAddressesClient(subscriptionID string) PublicIPAddressesClient {
|
||||
return original.NewPublicIPAddressesClient(subscriptionID)
|
||||
}
|
||||
func NewPublicIPAddressesClientWithBaseURI(baseURI string, subscriptionID string) PublicIPAddressesClient {
|
||||
return original.NewPublicIPAddressesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RoutesClient = original.RoutesClient
|
||||
|
||||
func NewRoutesClient(subscriptionID string) RoutesClient {
|
||||
return original.NewRoutesClient(subscriptionID)
|
||||
}
|
||||
func NewRoutesClientWithBaseURI(baseURI string, subscriptionID string) RoutesClient {
|
||||
return original.NewRoutesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RouteTablesClient = original.RouteTablesClient
|
||||
|
||||
func NewRouteTablesClient(subscriptionID string) RouteTablesClient {
|
||||
return original.NewRouteTablesClient(subscriptionID)
|
||||
}
|
||||
func NewRouteTablesClientWithBaseURI(baseURI string, subscriptionID string) RouteTablesClient {
|
||||
return original.NewRouteTablesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SecurityGroupsClient = original.SecurityGroupsClient
|
||||
|
||||
func NewSecurityGroupsClient(subscriptionID string) SecurityGroupsClient {
|
||||
return original.NewSecurityGroupsClient(subscriptionID)
|
||||
}
|
||||
func NewSecurityGroupsClientWithBaseURI(baseURI string, subscriptionID string) SecurityGroupsClient {
|
||||
return original.NewSecurityGroupsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SecurityRulesClient = original.SecurityRulesClient
|
||||
|
||||
func NewSecurityRulesClient(subscriptionID string) SecurityRulesClient {
|
||||
return original.NewSecurityRulesClient(subscriptionID)
|
||||
}
|
||||
func NewSecurityRulesClientWithBaseURI(baseURI string, subscriptionID string) SecurityRulesClient {
|
||||
return original.NewSecurityRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SubnetsClient = original.SubnetsClient
|
||||
|
||||
func NewSubnetsClient(subscriptionID string) SubnetsClient {
|
||||
return original.NewSubnetsClient(subscriptionID)
|
||||
}
|
||||
func NewSubnetsClientWithBaseURI(baseURI string, subscriptionID string) SubnetsClient {
|
||||
return original.NewSubnetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsagesClient = original.UsagesClient
|
||||
|
||||
func NewUsagesClient(subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClient(subscriptionID)
|
||||
}
|
||||
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewayConnectionsClient = original.VirtualNetworkGatewayConnectionsClient
|
||||
|
||||
func NewVirtualNetworkGatewayConnectionsClient(subscriptionID string) VirtualNetworkGatewayConnectionsClient {
|
||||
return original.NewVirtualNetworkGatewayConnectionsClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualNetworkGatewayConnectionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkGatewayConnectionsClient {
|
||||
return original.NewVirtualNetworkGatewayConnectionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualNetworkGatewaysClient = original.VirtualNetworkGatewaysClient
|
||||
|
||||
func NewVirtualNetworkGatewaysClient(subscriptionID string) VirtualNetworkGatewaysClient {
|
||||
return original.NewVirtualNetworkGatewaysClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualNetworkGatewaysClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkGatewaysClient {
|
||||
return original.NewVirtualNetworkGatewaysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualNetworksClient = original.VirtualNetworksClient
|
||||
|
||||
func NewVirtualNetworksClient(subscriptionID string) VirtualNetworksClient {
|
||||
return original.NewVirtualNetworksClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualNetworksClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworksClient {
|
||||
return original.NewVirtualNetworksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-57
@@ -1,57 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 features
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-12-01/features"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsListResult = original.OperationsListResult
|
||||
type OperationsListResultIterator = original.OperationsListResultIterator
|
||||
type OperationsListResultPage = original.OperationsListResultPage
|
||||
type Properties = original.Properties
|
||||
type Result = original.Result
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-66
@@ -1,66 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 links
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-09-01/links"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Filter = original.Filter
|
||||
|
||||
const (
|
||||
AtScope Filter = original.AtScope
|
||||
)
|
||||
|
||||
func PossibleFilterValues() []Filter {
|
||||
return original.PossibleFilterValues()
|
||||
}
|
||||
|
||||
type ResourceLink = original.ResourceLink
|
||||
type ResourceLinkFilter = original.ResourceLinkFilter
|
||||
type ResourceLinkProperties = original.ResourceLinkProperties
|
||||
type ResourceLinkResult = original.ResourceLinkResult
|
||||
type ResourceLinkResultIterator = original.ResourceLinkResultIterator
|
||||
type ResourceLinkResultPage = original.ResourceLinkResultPage
|
||||
type ResourceLinksClient = original.ResourceLinksClient
|
||||
|
||||
func NewResourceLinksClient(subscriptionID string) ResourceLinksClient {
|
||||
return original.NewResourceLinksClient(subscriptionID)
|
||||
}
|
||||
func NewResourceLinksClientWithBaseURI(baseURI string, subscriptionID string) ResourceLinksClient {
|
||||
return original.NewResourceLinksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-69
@@ -1,69 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 locks
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-01-01/locks"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ManagementLocksClient = original.ManagementLocksClient
|
||||
|
||||
func NewManagementLocksClient(subscriptionID string) ManagementLocksClient {
|
||||
return original.NewManagementLocksClient(subscriptionID)
|
||||
}
|
||||
func NewManagementLocksClientWithBaseURI(baseURI string, subscriptionID string) ManagementLocksClient {
|
||||
return original.NewManagementLocksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LockLevel = original.LockLevel
|
||||
|
||||
const (
|
||||
CanNotDelete LockLevel = original.CanNotDelete
|
||||
NotSpecified LockLevel = original.NotSpecified
|
||||
ReadOnly LockLevel = original.ReadOnly
|
||||
)
|
||||
|
||||
func PossibleLockLevelValues() []LockLevel {
|
||||
return original.PossibleLockLevelValues()
|
||||
}
|
||||
|
||||
type ManagementLockListResult = original.ManagementLockListResult
|
||||
type ManagementLockListResultIterator = original.ManagementLockListResultIterator
|
||||
type ManagementLockListResultPage = original.ManagementLockListResultPage
|
||||
type ManagementLockObject = original.ManagementLockObject
|
||||
type ManagementLockProperties = original.ManagementLockProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-83
@@ -1,83 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 policy
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-10-01-preview/policy"
|
||||
|
||||
type AssignmentsClient = original.AssignmentsClient
|
||||
|
||||
func NewAssignmentsClient(subscriptionID string) AssignmentsClient {
|
||||
return original.NewAssignmentsClient(subscriptionID)
|
||||
}
|
||||
func NewAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) AssignmentsClient {
|
||||
return original.NewAssignmentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DefinitionsClient = original.DefinitionsClient
|
||||
|
||||
func NewDefinitionsClient(subscriptionID string) DefinitionsClient {
|
||||
return original.NewDefinitionsClient(subscriptionID)
|
||||
}
|
||||
func NewDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) DefinitionsClient {
|
||||
return original.NewDefinitionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
BuiltIn Type = original.BuiltIn
|
||||
Custom Type = original.Custom
|
||||
NotSpecified Type = original.NotSpecified
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type Assignment = original.Assignment
|
||||
type AssignmentListResult = original.AssignmentListResult
|
||||
type AssignmentListResultIterator = original.AssignmentListResultIterator
|
||||
type AssignmentListResultPage = original.AssignmentListResultPage
|
||||
type AssignmentProperties = original.AssignmentProperties
|
||||
type Definition = original.Definition
|
||||
type DefinitionListResult = original.DefinitionListResult
|
||||
type DefinitionListResultIterator = original.DefinitionListResultIterator
|
||||
type DefinitionListResultPage = original.DefinitionListResultPage
|
||||
type DefinitionProperties = original.DefinitionProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-177
@@ -1,177 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 resources
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-02-01/resources"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentOperationsClient = original.DeploymentOperationsClient
|
||||
|
||||
func NewDeploymentOperationsClient(subscriptionID string) DeploymentOperationsClient {
|
||||
return original.NewDeploymentOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewDeploymentOperationsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentOperationsClient {
|
||||
return original.NewDeploymentOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentsClient = original.DeploymentsClient
|
||||
|
||||
func NewDeploymentsClient(subscriptionID string) DeploymentsClient {
|
||||
return original.NewDeploymentsClient(subscriptionID)
|
||||
}
|
||||
func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient {
|
||||
return original.NewDeploymentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type GroupsClient = original.GroupsClient
|
||||
|
||||
func NewGroupsClient(subscriptionID string) GroupsClient {
|
||||
return original.NewGroupsClient(subscriptionID)
|
||||
}
|
||||
func NewGroupsClientWithBaseURI(baseURI string, subscriptionID string) GroupsClient {
|
||||
return original.NewGroupsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentMode = original.DeploymentMode
|
||||
|
||||
const (
|
||||
Complete DeploymentMode = original.Complete
|
||||
Incremental DeploymentMode = original.Incremental
|
||||
)
|
||||
|
||||
func PossibleDeploymentModeValues() []DeploymentMode {
|
||||
return original.PossibleDeploymentModeValues()
|
||||
}
|
||||
|
||||
type ResourceIdentityType = original.ResourceIdentityType
|
||||
|
||||
const (
|
||||
SystemAssigned ResourceIdentityType = original.SystemAssigned
|
||||
)
|
||||
|
||||
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
|
||||
return original.PossibleResourceIdentityTypeValues()
|
||||
}
|
||||
|
||||
type AliasPathType = original.AliasPathType
|
||||
type AliasType = original.AliasType
|
||||
type BasicDependency = original.BasicDependency
|
||||
type DebugSetting = original.DebugSetting
|
||||
type Dependency = original.Dependency
|
||||
type Deployment = original.Deployment
|
||||
type DeploymentExportResult = original.DeploymentExportResult
|
||||
type DeploymentExtended = original.DeploymentExtended
|
||||
type DeploymentExtendedFilter = original.DeploymentExtendedFilter
|
||||
type DeploymentListResult = original.DeploymentListResult
|
||||
type DeploymentListResultIterator = original.DeploymentListResultIterator
|
||||
type DeploymentListResultPage = original.DeploymentListResultPage
|
||||
type DeploymentOperation = original.DeploymentOperation
|
||||
type DeploymentOperationProperties = original.DeploymentOperationProperties
|
||||
type DeploymentOperationsListResult = original.DeploymentOperationsListResult
|
||||
type DeploymentOperationsListResultIterator = original.DeploymentOperationsListResultIterator
|
||||
type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage
|
||||
type DeploymentProperties = original.DeploymentProperties
|
||||
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
|
||||
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
|
||||
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
|
||||
type DeploymentValidateResult = original.DeploymentValidateResult
|
||||
type ExportTemplateRequest = original.ExportTemplateRequest
|
||||
type GenericResource = original.GenericResource
|
||||
type GenericResourceFilter = original.GenericResourceFilter
|
||||
type Group = original.Group
|
||||
type GroupExportResult = original.GroupExportResult
|
||||
type GroupFilter = original.GroupFilter
|
||||
type GroupListResult = original.GroupListResult
|
||||
type GroupListResultIterator = original.GroupListResultIterator
|
||||
type GroupListResultPage = original.GroupListResultPage
|
||||
type GroupProperties = original.GroupProperties
|
||||
type GroupsDeleteFuture = original.GroupsDeleteFuture
|
||||
type HTTPMessage = original.HTTPMessage
|
||||
type Identity = original.Identity
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type ManagementErrorWithDetails = original.ManagementErrorWithDetails
|
||||
type MoveInfo = original.MoveInfo
|
||||
type MoveResourcesFuture = original.MoveResourcesFuture
|
||||
type ParametersLink = original.ParametersLink
|
||||
type Plan = original.Plan
|
||||
type Provider = original.Provider
|
||||
type ProviderListResult = original.ProviderListResult
|
||||
type ProviderListResultIterator = original.ProviderListResultIterator
|
||||
type ProviderListResultPage = original.ProviderListResultPage
|
||||
type ProviderOperationDisplayProperties = original.ProviderOperationDisplayProperties
|
||||
type ProviderResourceType = original.ProviderResourceType
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type SubResource = original.SubResource
|
||||
type TagCount = original.TagCount
|
||||
type TagDetails = original.TagDetails
|
||||
type TagsListResult = original.TagsListResult
|
||||
type TagsListResultIterator = original.TagsListResultIterator
|
||||
type TagsListResultPage = original.TagsListResultPage
|
||||
type TagValue = original.TagValue
|
||||
type TargetResource = original.TargetResource
|
||||
type TemplateLink = original.TemplateLink
|
||||
type UpdateFuture = original.UpdateFuture
|
||||
type ProvidersClient = original.ProvidersClient
|
||||
|
||||
func NewProvidersClient(subscriptionID string) ProvidersClient {
|
||||
return original.NewProvidersClient(subscriptionID)
|
||||
}
|
||||
func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient {
|
||||
return original.NewProvidersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TagsClient = original.TagsClient
|
||||
|
||||
func NewTagsClient(subscriptionID string) TagsClient {
|
||||
return original.NewTagsClient(subscriptionID)
|
||||
}
|
||||
func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient {
|
||||
return original.NewTagsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-96
@@ -1,96 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 subscriptions
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type SpendingLimit = original.SpendingLimit
|
||||
|
||||
const (
|
||||
CurrentPeriodOff SpendingLimit = original.CurrentPeriodOff
|
||||
Off SpendingLimit = original.Off
|
||||
On SpendingLimit = original.On
|
||||
)
|
||||
|
||||
func PossibleSpendingLimitValues() []SpendingLimit {
|
||||
return original.PossibleSpendingLimitValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
Deleted State = original.Deleted
|
||||
Disabled State = original.Disabled
|
||||
Enabled State = original.Enabled
|
||||
PastDue State = original.PastDue
|
||||
Warned State = original.Warned
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type Location = original.Location
|
||||
type LocationListResult = original.LocationListResult
|
||||
type Policies = original.Policies
|
||||
type Subscription = original.Subscription
|
||||
type TenantIDDescription = original.TenantIDDescription
|
||||
type TenantListResult = original.TenantListResult
|
||||
type TenantListResultIterator = original.TenantListResultIterator
|
||||
type TenantListResultPage = original.TenantListResultPage
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type TenantsClient = original.TenantsClient
|
||||
|
||||
func NewTenantsClient() TenantsClient {
|
||||
return original.NewTenantsClient()
|
||||
}
|
||||
func NewTenantsClientWithBaseURI(baseURI string) TenantsClient {
|
||||
return original.NewTenantsClientWithBaseURI(baseURI)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-189
@@ -1,189 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 storage
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2016-01-01/storage"
|
||||
|
||||
type AccountsClient = original.AccountsClient
|
||||
|
||||
func NewAccountsClient(subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessTier = original.AccessTier
|
||||
|
||||
const (
|
||||
Cool AccessTier = original.Cool
|
||||
Hot AccessTier = original.Hot
|
||||
)
|
||||
|
||||
func PossibleAccessTierValues() []AccessTier {
|
||||
return original.PossibleAccessTierValues()
|
||||
}
|
||||
|
||||
type AccountStatus = original.AccountStatus
|
||||
|
||||
const (
|
||||
Available AccountStatus = original.Available
|
||||
Unavailable AccountStatus = original.Unavailable
|
||||
)
|
||||
|
||||
func PossibleAccountStatusValues() []AccountStatus {
|
||||
return original.PossibleAccountStatusValues()
|
||||
}
|
||||
|
||||
type KeyPermission = original.KeyPermission
|
||||
|
||||
const (
|
||||
FULL KeyPermission = original.FULL
|
||||
READ KeyPermission = original.READ
|
||||
)
|
||||
|
||||
func PossibleKeyPermissionValues() []KeyPermission {
|
||||
return original.PossibleKeyPermissionValues()
|
||||
}
|
||||
|
||||
type Kind = original.Kind
|
||||
|
||||
const (
|
||||
BlobStorage Kind = original.BlobStorage
|
||||
Storage Kind = original.Storage
|
||||
)
|
||||
|
||||
func PossibleKindValues() []Kind {
|
||||
return original.PossibleKindValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Creating ProvisioningState = original.Creating
|
||||
ResolvingDNS ProvisioningState = original.ResolvingDNS
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type Reason = original.Reason
|
||||
|
||||
const (
|
||||
AccountNameInvalid Reason = original.AccountNameInvalid
|
||||
AlreadyExists Reason = original.AlreadyExists
|
||||
)
|
||||
|
||||
func PossibleReasonValues() []Reason {
|
||||
return original.PossibleReasonValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
PremiumLRS SkuName = original.PremiumLRS
|
||||
StandardGRS SkuName = original.StandardGRS
|
||||
StandardLRS SkuName = original.StandardLRS
|
||||
StandardRAGRS SkuName = original.StandardRAGRS
|
||||
StandardZRS SkuName = original.StandardZRS
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Premium SkuTier = original.Premium
|
||||
Standard SkuTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type UsageUnit = original.UsageUnit
|
||||
|
||||
const (
|
||||
Bytes UsageUnit = original.Bytes
|
||||
BytesPerSecond UsageUnit = original.BytesPerSecond
|
||||
Count UsageUnit = original.Count
|
||||
CountsPerSecond UsageUnit = original.CountsPerSecond
|
||||
Percent UsageUnit = original.Percent
|
||||
Seconds UsageUnit = original.Seconds
|
||||
)
|
||||
|
||||
func PossibleUsageUnitValues() []UsageUnit {
|
||||
return original.PossibleUsageUnitValues()
|
||||
}
|
||||
|
||||
type Account = original.Account
|
||||
type AccountCheckNameAvailabilityParameters = original.AccountCheckNameAvailabilityParameters
|
||||
type AccountCreateParameters = original.AccountCreateParameters
|
||||
type AccountKey = original.AccountKey
|
||||
type AccountListKeysResult = original.AccountListKeysResult
|
||||
type AccountListResult = original.AccountListResult
|
||||
type AccountProperties = original.AccountProperties
|
||||
type AccountPropertiesCreateParameters = original.AccountPropertiesCreateParameters
|
||||
type AccountPropertiesUpdateParameters = original.AccountPropertiesUpdateParameters
|
||||
type AccountRegenerateKeyParameters = original.AccountRegenerateKeyParameters
|
||||
type AccountsCreateFuture = original.AccountsCreateFuture
|
||||
type AccountUpdateParameters = original.AccountUpdateParameters
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type CustomDomain = original.CustomDomain
|
||||
type Encryption = original.Encryption
|
||||
type EncryptionService = original.EncryptionService
|
||||
type EncryptionServices = original.EncryptionServices
|
||||
type Endpoints = original.Endpoints
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type Usage = original.Usage
|
||||
type UsageListResult = original.UsageListResult
|
||||
type UsageName = original.UsageName
|
||||
type UsageClient = original.UsageClient
|
||||
|
||||
func NewUsageClient(subscriptionID string) UsageClient {
|
||||
return original.NewUsageClient(subscriptionID)
|
||||
}
|
||||
func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient {
|
||||
return original.NewUsageClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/2017-03-09"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-138
@@ -1,138 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 advisor
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/advisor/mgmt/2017-04-19/advisor"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConfigurationsClient = original.ConfigurationsClient
|
||||
|
||||
func NewConfigurationsClient(subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Category = original.Category
|
||||
|
||||
const (
|
||||
Cost Category = original.Cost
|
||||
HighAvailability Category = original.HighAvailability
|
||||
Performance Category = original.Performance
|
||||
Security Category = original.Security
|
||||
)
|
||||
|
||||
func PossibleCategoryValues() []Category {
|
||||
return original.PossibleCategoryValues()
|
||||
}
|
||||
|
||||
type Impact = original.Impact
|
||||
|
||||
const (
|
||||
High Impact = original.High
|
||||
Low Impact = original.Low
|
||||
Medium Impact = original.Medium
|
||||
)
|
||||
|
||||
func PossibleImpactValues() []Impact {
|
||||
return original.PossibleImpactValues()
|
||||
}
|
||||
|
||||
type Risk = original.Risk
|
||||
|
||||
const (
|
||||
Error Risk = original.Error
|
||||
None Risk = original.None
|
||||
Warning Risk = original.Warning
|
||||
)
|
||||
|
||||
func PossibleRiskValues() []Risk {
|
||||
return original.PossibleRiskValues()
|
||||
}
|
||||
|
||||
type ARMErrorResponseBody = original.ARMErrorResponseBody
|
||||
type ConfigData = original.ConfigData
|
||||
type ConfigDataProperties = original.ConfigDataProperties
|
||||
type ConfigurationListResult = original.ConfigurationListResult
|
||||
type ConfigurationListResultIterator = original.ConfigurationListResultIterator
|
||||
type ConfigurationListResultPage = original.ConfigurationListResultPage
|
||||
type OperationDisplayInfo = original.OperationDisplayInfo
|
||||
type OperationEntity = original.OperationEntity
|
||||
type OperationEntityListResult = original.OperationEntityListResult
|
||||
type OperationEntityListResultIterator = original.OperationEntityListResultIterator
|
||||
type OperationEntityListResultPage = original.OperationEntityListResultPage
|
||||
type RecommendationProperties = original.RecommendationProperties
|
||||
type RecommendationsGetGenerateStatusFuture = original.RecommendationsGetGenerateStatusFuture
|
||||
type Resource = original.Resource
|
||||
type ResourceRecommendationBase = original.ResourceRecommendationBase
|
||||
type ResourceRecommendationBaseListResult = original.ResourceRecommendationBaseListResult
|
||||
type ResourceRecommendationBaseListResultIterator = original.ResourceRecommendationBaseListResultIterator
|
||||
type ResourceRecommendationBaseListResultPage = original.ResourceRecommendationBaseListResultPage
|
||||
type ShortDescription = original.ShortDescription
|
||||
type SuppressionContract = original.SuppressionContract
|
||||
type SuppressionContractListResult = original.SuppressionContractListResult
|
||||
type SuppressionContractListResultIterator = original.SuppressionContractListResultIterator
|
||||
type SuppressionContractListResultPage = original.SuppressionContractListResultPage
|
||||
type SuppressionProperties = original.SuppressionProperties
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RecommendationsClient = original.RecommendationsClient
|
||||
|
||||
func NewRecommendationsClient(subscriptionID string) RecommendationsClient {
|
||||
return original.NewRecommendationsClient(subscriptionID)
|
||||
}
|
||||
func NewRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) RecommendationsClient {
|
||||
return original.NewRecommendationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SuppressionsClient = original.SuppressionsClient
|
||||
|
||||
func NewSuppressionsClient(subscriptionID string) SuppressionsClient {
|
||||
return original.NewSuppressionsClient(subscriptionID)
|
||||
}
|
||||
func NewSuppressionsClientWithBaseURI(baseURI string, subscriptionID string) SuppressionsClient {
|
||||
return original.NewSuppressionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-165
@@ -1,165 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 analysisservices
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/analysisservices/mgmt/2017-08-01/analysisservices"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConnectionMode = original.ConnectionMode
|
||||
|
||||
const (
|
||||
All ConnectionMode = original.All
|
||||
ReadOnly ConnectionMode = original.ReadOnly
|
||||
)
|
||||
|
||||
func PossibleConnectionModeValues() []ConnectionMode {
|
||||
return original.PossibleConnectionModeValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Deleting ProvisioningState = original.Deleting
|
||||
Failed ProvisioningState = original.Failed
|
||||
Paused ProvisioningState = original.Paused
|
||||
Pausing ProvisioningState = original.Pausing
|
||||
Preparing ProvisioningState = original.Preparing
|
||||
Provisioning ProvisioningState = original.Provisioning
|
||||
Resuming ProvisioningState = original.Resuming
|
||||
Scaling ProvisioningState = original.Scaling
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
Suspended ProvisioningState = original.Suspended
|
||||
Suspending ProvisioningState = original.Suspending
|
||||
Updating ProvisioningState = original.Updating
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Basic SkuTier = original.Basic
|
||||
Development SkuTier = original.Development
|
||||
Standard SkuTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
StateDeleting State = original.StateDeleting
|
||||
StateFailed State = original.StateFailed
|
||||
StatePaused State = original.StatePaused
|
||||
StatePausing State = original.StatePausing
|
||||
StatePreparing State = original.StatePreparing
|
||||
StateProvisioning State = original.StateProvisioning
|
||||
StateResuming State = original.StateResuming
|
||||
StateScaling State = original.StateScaling
|
||||
StateSucceeded State = original.StateSucceeded
|
||||
StateSuspended State = original.StateSuspended
|
||||
StateSuspending State = original.StateSuspending
|
||||
StateUpdating State = original.StateUpdating
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type Status = original.Status
|
||||
|
||||
const (
|
||||
Live Status = original.Live
|
||||
)
|
||||
|
||||
func PossibleStatusValues() []Status {
|
||||
return original.PossibleStatusValues()
|
||||
}
|
||||
|
||||
type CheckServerNameAvailabilityParameters = original.CheckServerNameAvailabilityParameters
|
||||
type CheckServerNameAvailabilityResult = original.CheckServerNameAvailabilityResult
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type GatewayDetails = original.GatewayDetails
|
||||
type GatewayError = original.GatewayError
|
||||
type GatewayListStatusError = original.GatewayListStatusError
|
||||
type GatewayListStatusLive = original.GatewayListStatusLive
|
||||
type IPv4FirewallRule = original.IPv4FirewallRule
|
||||
type IPv4FirewallSettings = original.IPv4FirewallSettings
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OperationStatus = original.OperationStatus
|
||||
type Resource = original.Resource
|
||||
type ResourceSku = original.ResourceSku
|
||||
type Server = original.Server
|
||||
type ServerAdministrators = original.ServerAdministrators
|
||||
type ServerMutableProperties = original.ServerMutableProperties
|
||||
type ServerProperties = original.ServerProperties
|
||||
type Servers = original.Servers
|
||||
type ServersCreateFuture = original.ServersCreateFuture
|
||||
type ServersDeleteFuture = original.ServersDeleteFuture
|
||||
type ServersResumeFuture = original.ServersResumeFuture
|
||||
type ServersSuspendFuture = original.ServersSuspendFuture
|
||||
type ServersUpdateFuture = original.ServersUpdateFuture
|
||||
type ServerUpdateParameters = original.ServerUpdateParameters
|
||||
type SkuDetailsForExistingResource = original.SkuDetailsForExistingResource
|
||||
type SkuEnumerationForExistingResourceResult = original.SkuEnumerationForExistingResourceResult
|
||||
type SkuEnumerationForNewResourceResult = original.SkuEnumerationForNewResourceResult
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServersClient = original.ServersClient
|
||||
|
||||
func NewServersClient(subscriptionID string) ServersClient {
|
||||
return original.NewServersClient(subscriptionID)
|
||||
}
|
||||
func NewServersClientWithBaseURI(baseURI string, subscriptionID string) ServersClient {
|
||||
return original.NewServersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-1183
File diff suppressed because it is too large
Load Diff
Generated
Vendored
-310
@@ -1,310 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 insights
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/appinsights/mgmt/2015-05-01/insights"
|
||||
|
||||
type AnnotationsClient = original.AnnotationsClient
|
||||
|
||||
func NewAnnotationsClient(subscriptionID string) AnnotationsClient {
|
||||
return original.NewAnnotationsClient(subscriptionID)
|
||||
}
|
||||
func NewAnnotationsClientWithBaseURI(baseURI string, subscriptionID string) AnnotationsClient {
|
||||
return original.NewAnnotationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type APIKeysClient = original.APIKeysClient
|
||||
|
||||
func NewAPIKeysClient(subscriptionID string) APIKeysClient {
|
||||
return original.NewAPIKeysClient(subscriptionID)
|
||||
}
|
||||
func NewAPIKeysClientWithBaseURI(baseURI string, subscriptionID string) APIKeysClient {
|
||||
return original.NewAPIKeysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComponentAvailableFeaturesClient = original.ComponentAvailableFeaturesClient
|
||||
|
||||
func NewComponentAvailableFeaturesClient(subscriptionID string) ComponentAvailableFeaturesClient {
|
||||
return original.NewComponentAvailableFeaturesClient(subscriptionID)
|
||||
}
|
||||
func NewComponentAvailableFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentAvailableFeaturesClient {
|
||||
return original.NewComponentAvailableFeaturesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComponentCurrentBillingFeaturesClient = original.ComponentCurrentBillingFeaturesClient
|
||||
|
||||
func NewComponentCurrentBillingFeaturesClient(subscriptionID string) ComponentCurrentBillingFeaturesClient {
|
||||
return original.NewComponentCurrentBillingFeaturesClient(subscriptionID)
|
||||
}
|
||||
func NewComponentCurrentBillingFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentCurrentBillingFeaturesClient {
|
||||
return original.NewComponentCurrentBillingFeaturesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComponentFeatureCapabilitiesClient = original.ComponentFeatureCapabilitiesClient
|
||||
|
||||
func NewComponentFeatureCapabilitiesClient(subscriptionID string) ComponentFeatureCapabilitiesClient {
|
||||
return original.NewComponentFeatureCapabilitiesClient(subscriptionID)
|
||||
}
|
||||
func NewComponentFeatureCapabilitiesClientWithBaseURI(baseURI string, subscriptionID string) ComponentFeatureCapabilitiesClient {
|
||||
return original.NewComponentFeatureCapabilitiesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComponentQuotaStatusClient = original.ComponentQuotaStatusClient
|
||||
|
||||
func NewComponentQuotaStatusClient(subscriptionID string) ComponentQuotaStatusClient {
|
||||
return original.NewComponentQuotaStatusClient(subscriptionID)
|
||||
}
|
||||
func NewComponentQuotaStatusClientWithBaseURI(baseURI string, subscriptionID string) ComponentQuotaStatusClient {
|
||||
return original.NewComponentQuotaStatusClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComponentsClient = original.ComponentsClient
|
||||
|
||||
func NewComponentsClient(subscriptionID string) ComponentsClient {
|
||||
return original.NewComponentsClient(subscriptionID)
|
||||
}
|
||||
func NewComponentsClientWithBaseURI(baseURI string, subscriptionID string) ComponentsClient {
|
||||
return original.NewComponentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExportConfigurationsClient = original.ExportConfigurationsClient
|
||||
|
||||
func NewExportConfigurationsClient(subscriptionID string) ExportConfigurationsClient {
|
||||
return original.NewExportConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewExportConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ExportConfigurationsClient {
|
||||
return original.NewExportConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FavoriteClient = original.FavoriteClient
|
||||
|
||||
func NewFavoriteClient(subscriptionID string) FavoriteClient {
|
||||
return original.NewFavoriteClient(subscriptionID)
|
||||
}
|
||||
func NewFavoriteClientWithBaseURI(baseURI string, subscriptionID string) FavoriteClient {
|
||||
return original.NewFavoriteClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FavoritesClient = original.FavoritesClient
|
||||
|
||||
func NewFavoritesClient(subscriptionID string) FavoritesClient {
|
||||
return original.NewFavoritesClient(subscriptionID)
|
||||
}
|
||||
func NewFavoritesClientWithBaseURI(baseURI string, subscriptionID string) FavoritesClient {
|
||||
return original.NewFavoritesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ApplicationType = original.ApplicationType
|
||||
|
||||
const (
|
||||
Other ApplicationType = original.Other
|
||||
Web ApplicationType = original.Web
|
||||
)
|
||||
|
||||
func PossibleApplicationTypeValues() []ApplicationType {
|
||||
return original.PossibleApplicationTypeValues()
|
||||
}
|
||||
|
||||
type FavoriteSourceType = original.FavoriteSourceType
|
||||
|
||||
const (
|
||||
Events FavoriteSourceType = original.Events
|
||||
Funnel FavoriteSourceType = original.Funnel
|
||||
Impact FavoriteSourceType = original.Impact
|
||||
Notebook FavoriteSourceType = original.Notebook
|
||||
Retention FavoriteSourceType = original.Retention
|
||||
Segmentation FavoriteSourceType = original.Segmentation
|
||||
Sessions FavoriteSourceType = original.Sessions
|
||||
Userflows FavoriteSourceType = original.Userflows
|
||||
)
|
||||
|
||||
func PossibleFavoriteSourceTypeValues() []FavoriteSourceType {
|
||||
return original.PossibleFavoriteSourceTypeValues()
|
||||
}
|
||||
|
||||
type FavoriteType = original.FavoriteType
|
||||
|
||||
const (
|
||||
Shared FavoriteType = original.Shared
|
||||
User FavoriteType = original.User
|
||||
)
|
||||
|
||||
func PossibleFavoriteTypeValues() []FavoriteType {
|
||||
return original.PossibleFavoriteTypeValues()
|
||||
}
|
||||
|
||||
type FlowType = original.FlowType
|
||||
|
||||
const (
|
||||
Bluefield FlowType = original.Bluefield
|
||||
)
|
||||
|
||||
func PossibleFlowTypeValues() []FlowType {
|
||||
return original.PossibleFlowTypeValues()
|
||||
}
|
||||
|
||||
type PurgeState = original.PurgeState
|
||||
|
||||
const (
|
||||
Completed PurgeState = original.Completed
|
||||
Pending PurgeState = original.Pending
|
||||
)
|
||||
|
||||
func PossiblePurgeStateValues() []PurgeState {
|
||||
return original.PossiblePurgeStateValues()
|
||||
}
|
||||
|
||||
type RequestSource = original.RequestSource
|
||||
|
||||
const (
|
||||
Rest RequestSource = original.Rest
|
||||
)
|
||||
|
||||
func PossibleRequestSourceValues() []RequestSource {
|
||||
return original.PossibleRequestSourceValues()
|
||||
}
|
||||
|
||||
type WebTestKind = original.WebTestKind
|
||||
|
||||
const (
|
||||
Multistep WebTestKind = original.Multistep
|
||||
Ping WebTestKind = original.Ping
|
||||
)
|
||||
|
||||
func PossibleWebTestKindValues() []WebTestKind {
|
||||
return original.PossibleWebTestKindValues()
|
||||
}
|
||||
|
||||
type Annotation = original.Annotation
|
||||
type AnnotationError = original.AnnotationError
|
||||
type APIKeyRequest = original.APIKeyRequest
|
||||
type ApplicationInsightsComponent = original.ApplicationInsightsComponent
|
||||
type ApplicationInsightsComponentAPIKey = original.ApplicationInsightsComponentAPIKey
|
||||
type ApplicationInsightsComponentAPIKeyListResult = original.ApplicationInsightsComponentAPIKeyListResult
|
||||
type ApplicationInsightsComponentAvailableFeatures = original.ApplicationInsightsComponentAvailableFeatures
|
||||
type ApplicationInsightsComponentBillingFeatures = original.ApplicationInsightsComponentBillingFeatures
|
||||
type ApplicationInsightsComponentDataVolumeCap = original.ApplicationInsightsComponentDataVolumeCap
|
||||
type ApplicationInsightsComponentExportConfiguration = original.ApplicationInsightsComponentExportConfiguration
|
||||
type ApplicationInsightsComponentExportRequest = original.ApplicationInsightsComponentExportRequest
|
||||
type ApplicationInsightsComponentFavorite = original.ApplicationInsightsComponentFavorite
|
||||
type ApplicationInsightsComponentFeature = original.ApplicationInsightsComponentFeature
|
||||
type ApplicationInsightsComponentFeatureCapabilities = original.ApplicationInsightsComponentFeatureCapabilities
|
||||
type ApplicationInsightsComponentFeatureCapability = original.ApplicationInsightsComponentFeatureCapability
|
||||
type ApplicationInsightsComponentListResult = original.ApplicationInsightsComponentListResult
|
||||
type ApplicationInsightsComponentListResultIterator = original.ApplicationInsightsComponentListResultIterator
|
||||
type ApplicationInsightsComponentListResultPage = original.ApplicationInsightsComponentListResultPage
|
||||
type ApplicationInsightsComponentProactiveDetectionConfiguration = original.ApplicationInsightsComponentProactiveDetectionConfiguration
|
||||
type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = original.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
|
||||
type ApplicationInsightsComponentProperties = original.ApplicationInsightsComponentProperties
|
||||
type ApplicationInsightsComponentQuotaStatus = original.ApplicationInsightsComponentQuotaStatus
|
||||
type ApplicationInsightsComponentWebTestLocation = original.ApplicationInsightsComponentWebTestLocation
|
||||
type ApplicationInsightsWebTestLocationsListResult = original.ApplicationInsightsWebTestLocationsListResult
|
||||
type ComponentPurgeBody = original.ComponentPurgeBody
|
||||
type ComponentPurgeBodyFilters = original.ComponentPurgeBodyFilters
|
||||
type ComponentPurgeResponse = original.ComponentPurgeResponse
|
||||
type ComponentPurgeStatusResponse = original.ComponentPurgeStatusResponse
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type InnerError = original.InnerError
|
||||
type ListAnnotation = original.ListAnnotation
|
||||
type ListApplicationInsightsComponentExportConfiguration = original.ListApplicationInsightsComponentExportConfiguration
|
||||
type ListApplicationInsightsComponentFavorite = original.ListApplicationInsightsComponentFavorite
|
||||
type ListApplicationInsightsComponentProactiveDetectionConfiguration = original.ListApplicationInsightsComponentProactiveDetectionConfiguration
|
||||
type ListWorkItemConfiguration = original.ListWorkItemConfiguration
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type Resource = original.Resource
|
||||
type SetObject = original.SetObject
|
||||
type TagsResource = original.TagsResource
|
||||
type WebTest = original.WebTest
|
||||
type WebTestGeolocation = original.WebTestGeolocation
|
||||
type WebTestListResult = original.WebTestListResult
|
||||
type WebTestListResultIterator = original.WebTestListResultIterator
|
||||
type WebTestListResultPage = original.WebTestListResultPage
|
||||
type WebTestProperties = original.WebTestProperties
|
||||
type WebTestPropertiesConfiguration = original.WebTestPropertiesConfiguration
|
||||
type WorkItemConfiguration = original.WorkItemConfiguration
|
||||
type WorkItemConfigurationError = original.WorkItemConfigurationError
|
||||
type WorkItemCreateConfiguration = original.WorkItemCreateConfiguration
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ProactiveDetectionConfigurationsClient = original.ProactiveDetectionConfigurationsClient
|
||||
|
||||
func NewProactiveDetectionConfigurationsClient(subscriptionID string) ProactiveDetectionConfigurationsClient {
|
||||
return original.NewProactiveDetectionConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewProactiveDetectionConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ProactiveDetectionConfigurationsClient {
|
||||
return original.NewProactiveDetectionConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WebTestLocationsClient = original.WebTestLocationsClient
|
||||
|
||||
func NewWebTestLocationsClient(subscriptionID string) WebTestLocationsClient {
|
||||
return original.NewWebTestLocationsClient(subscriptionID)
|
||||
}
|
||||
func NewWebTestLocationsClientWithBaseURI(baseURI string, subscriptionID string) WebTestLocationsClient {
|
||||
return original.NewWebTestLocationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WebTestsClient = original.WebTestsClient
|
||||
|
||||
func NewWebTestsClient(subscriptionID string) WebTestsClient {
|
||||
return original.NewWebTestsClient(subscriptionID)
|
||||
}
|
||||
func NewWebTestsClientWithBaseURI(baseURI string, subscriptionID string) WebTestsClient {
|
||||
return original.NewWebTestsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkItemConfigurationsClient = original.WorkItemConfigurationsClient
|
||||
|
||||
func NewWorkItemConfigurationsClient(subscriptionID string) WorkItemConfigurationsClient {
|
||||
return original.NewWorkItemConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkItemConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) WorkItemConfigurationsClient {
|
||||
return original.NewWorkItemConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-115
@@ -1,115 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 authorization
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/authorization/mgmt/2015-07-01/authorization"
|
||||
|
||||
type ClassicAdministratorsClient = original.ClassicAdministratorsClient
|
||||
|
||||
func NewClassicAdministratorsClient(subscriptionID string) ClassicAdministratorsClient {
|
||||
return original.NewClassicAdministratorsClient(subscriptionID)
|
||||
}
|
||||
func NewClassicAdministratorsClientWithBaseURI(baseURI string, subscriptionID string) ClassicAdministratorsClient {
|
||||
return original.NewClassicAdministratorsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ClassicAdministrator = original.ClassicAdministrator
|
||||
type ClassicAdministratorListResult = original.ClassicAdministratorListResult
|
||||
type ClassicAdministratorListResultIterator = original.ClassicAdministratorListResultIterator
|
||||
type ClassicAdministratorListResultPage = original.ClassicAdministratorListResultPage
|
||||
type ClassicAdministratorProperties = original.ClassicAdministratorProperties
|
||||
type Permission = original.Permission
|
||||
type PermissionGetResult = original.PermissionGetResult
|
||||
type PermissionGetResultIterator = original.PermissionGetResultIterator
|
||||
type PermissionGetResultPage = original.PermissionGetResultPage
|
||||
type ProviderOperation = original.ProviderOperation
|
||||
type ProviderOperationsMetadata = original.ProviderOperationsMetadata
|
||||
type ProviderOperationsMetadataListResult = original.ProviderOperationsMetadataListResult
|
||||
type ProviderOperationsMetadataListResultIterator = original.ProviderOperationsMetadataListResultIterator
|
||||
type ProviderOperationsMetadataListResultPage = original.ProviderOperationsMetadataListResultPage
|
||||
type ResourceType = original.ResourceType
|
||||
type RoleAssignment = original.RoleAssignment
|
||||
type RoleAssignmentCreateParameters = original.RoleAssignmentCreateParameters
|
||||
type RoleAssignmentFilter = original.RoleAssignmentFilter
|
||||
type RoleAssignmentListResult = original.RoleAssignmentListResult
|
||||
type RoleAssignmentListResultIterator = original.RoleAssignmentListResultIterator
|
||||
type RoleAssignmentListResultPage = original.RoleAssignmentListResultPage
|
||||
type RoleAssignmentProperties = original.RoleAssignmentProperties
|
||||
type RoleAssignmentPropertiesWithScope = original.RoleAssignmentPropertiesWithScope
|
||||
type RoleDefinition = original.RoleDefinition
|
||||
type RoleDefinitionFilter = original.RoleDefinitionFilter
|
||||
type RoleDefinitionListResult = original.RoleDefinitionListResult
|
||||
type RoleDefinitionListResultIterator = original.RoleDefinitionListResultIterator
|
||||
type RoleDefinitionListResultPage = original.RoleDefinitionListResultPage
|
||||
type RoleDefinitionProperties = original.RoleDefinitionProperties
|
||||
type PermissionsClient = original.PermissionsClient
|
||||
|
||||
func NewPermissionsClient(subscriptionID string) PermissionsClient {
|
||||
return original.NewPermissionsClient(subscriptionID)
|
||||
}
|
||||
func NewPermissionsClientWithBaseURI(baseURI string, subscriptionID string) PermissionsClient {
|
||||
return original.NewPermissionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ProviderOperationsMetadataClient = original.ProviderOperationsMetadataClient
|
||||
|
||||
func NewProviderOperationsMetadataClient(subscriptionID string) ProviderOperationsMetadataClient {
|
||||
return original.NewProviderOperationsMetadataClient(subscriptionID)
|
||||
}
|
||||
func NewProviderOperationsMetadataClientWithBaseURI(baseURI string, subscriptionID string) ProviderOperationsMetadataClient {
|
||||
return original.NewProviderOperationsMetadataClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RoleAssignmentsClient = original.RoleAssignmentsClient
|
||||
|
||||
func NewRoleAssignmentsClient(subscriptionID string) RoleAssignmentsClient {
|
||||
return original.NewRoleAssignmentsClient(subscriptionID)
|
||||
}
|
||||
func NewRoleAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) RoleAssignmentsClient {
|
||||
return original.NewRoleAssignmentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RoleDefinitionsClient = original.RoleDefinitionsClient
|
||||
|
||||
func NewRoleDefinitionsClient(subscriptionID string) RoleDefinitionsClient {
|
||||
return original.NewRoleDefinitionsClient(subscriptionID)
|
||||
}
|
||||
func NewRoleDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) RoleDefinitionsClient {
|
||||
return original.NewRoleDefinitionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-819
@@ -1,819 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 automation
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/automation/mgmt/2015-10-31/automation"
|
||||
|
||||
type AccountClient = original.AccountClient
|
||||
|
||||
func NewAccountClient(subscriptionID string) AccountClient {
|
||||
return original.NewAccountClient(subscriptionID)
|
||||
}
|
||||
func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient {
|
||||
return original.NewAccountClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ActivityClient = original.ActivityClient
|
||||
|
||||
func NewActivityClient(subscriptionID string) ActivityClient {
|
||||
return original.NewActivityClient(subscriptionID)
|
||||
}
|
||||
func NewActivityClientWithBaseURI(baseURI string, subscriptionID string) ActivityClient {
|
||||
return original.NewActivityClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AgentRegistrationInformationClient = original.AgentRegistrationInformationClient
|
||||
|
||||
func NewAgentRegistrationInformationClient(subscriptionID string) AgentRegistrationInformationClient {
|
||||
return original.NewAgentRegistrationInformationClient(subscriptionID)
|
||||
}
|
||||
func NewAgentRegistrationInformationClientWithBaseURI(baseURI string, subscriptionID string) AgentRegistrationInformationClient {
|
||||
return original.NewAgentRegistrationInformationClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CertificateClient = original.CertificateClient
|
||||
|
||||
func NewCertificateClient(subscriptionID string) CertificateClient {
|
||||
return original.NewCertificateClient(subscriptionID)
|
||||
}
|
||||
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient {
|
||||
return original.NewCertificateClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConnectionClient = original.ConnectionClient
|
||||
|
||||
func NewConnectionClient(subscriptionID string) ConnectionClient {
|
||||
return original.NewConnectionClient(subscriptionID)
|
||||
}
|
||||
func NewConnectionClientWithBaseURI(baseURI string, subscriptionID string) ConnectionClient {
|
||||
return original.NewConnectionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConnectionTypeClient = original.ConnectionTypeClient
|
||||
|
||||
func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient {
|
||||
return original.NewConnectionTypeClient(subscriptionID)
|
||||
}
|
||||
func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient {
|
||||
return original.NewConnectionTypeClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CredentialClient = original.CredentialClient
|
||||
|
||||
func NewCredentialClient(subscriptionID string) CredentialClient {
|
||||
return original.NewCredentialClient(subscriptionID)
|
||||
}
|
||||
func NewCredentialClientWithBaseURI(baseURI string, subscriptionID string) CredentialClient {
|
||||
return original.NewCredentialClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DscCompilationJobClient = original.DscCompilationJobClient
|
||||
|
||||
func NewDscCompilationJobClient(subscriptionID string) DscCompilationJobClient {
|
||||
return original.NewDscCompilationJobClient(subscriptionID)
|
||||
}
|
||||
func NewDscCompilationJobClientWithBaseURI(baseURI string, subscriptionID string) DscCompilationJobClient {
|
||||
return original.NewDscCompilationJobClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DscCompilationJobStreamClient = original.DscCompilationJobStreamClient
|
||||
|
||||
func NewDscCompilationJobStreamClient(subscriptionID string) DscCompilationJobStreamClient {
|
||||
return original.NewDscCompilationJobStreamClient(subscriptionID)
|
||||
}
|
||||
func NewDscCompilationJobStreamClientWithBaseURI(baseURI string, subscriptionID string) DscCompilationJobStreamClient {
|
||||
return original.NewDscCompilationJobStreamClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DscConfigurationClient = original.DscConfigurationClient
|
||||
|
||||
func NewDscConfigurationClient(subscriptionID string) DscConfigurationClient {
|
||||
return original.NewDscConfigurationClient(subscriptionID)
|
||||
}
|
||||
func NewDscConfigurationClientWithBaseURI(baseURI string, subscriptionID string) DscConfigurationClient {
|
||||
return original.NewDscConfigurationClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DscNodeClient = original.DscNodeClient
|
||||
|
||||
func NewDscNodeClient(subscriptionID string) DscNodeClient {
|
||||
return original.NewDscNodeClient(subscriptionID)
|
||||
}
|
||||
func NewDscNodeClientWithBaseURI(baseURI string, subscriptionID string) DscNodeClient {
|
||||
return original.NewDscNodeClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DscNodeConfigurationClient = original.DscNodeConfigurationClient
|
||||
|
||||
func NewDscNodeConfigurationClient(subscriptionID string) DscNodeConfigurationClient {
|
||||
return original.NewDscNodeConfigurationClient(subscriptionID)
|
||||
}
|
||||
func NewDscNodeConfigurationClientWithBaseURI(baseURI string, subscriptionID string) DscNodeConfigurationClient {
|
||||
return original.NewDscNodeConfigurationClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FieldsClient = original.FieldsClient
|
||||
|
||||
func NewFieldsClient(subscriptionID string) FieldsClient {
|
||||
return original.NewFieldsClient(subscriptionID)
|
||||
}
|
||||
func NewFieldsClientWithBaseURI(baseURI string, subscriptionID string) FieldsClient {
|
||||
return original.NewFieldsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type HybridRunbookWorkerGroupClient = original.HybridRunbookWorkerGroupClient
|
||||
|
||||
func NewHybridRunbookWorkerGroupClient(subscriptionID string) HybridRunbookWorkerGroupClient {
|
||||
return original.NewHybridRunbookWorkerGroupClient(subscriptionID)
|
||||
}
|
||||
func NewHybridRunbookWorkerGroupClientWithBaseURI(baseURI string, subscriptionID string) HybridRunbookWorkerGroupClient {
|
||||
return original.NewHybridRunbookWorkerGroupClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobClient = original.JobClient
|
||||
|
||||
func NewJobClient(subscriptionID string) JobClient {
|
||||
return original.NewJobClient(subscriptionID)
|
||||
}
|
||||
func NewJobClientWithBaseURI(baseURI string, subscriptionID string) JobClient {
|
||||
return original.NewJobClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobScheduleClient = original.JobScheduleClient
|
||||
|
||||
func NewJobScheduleClient(subscriptionID string) JobScheduleClient {
|
||||
return original.NewJobScheduleClient(subscriptionID)
|
||||
}
|
||||
func NewJobScheduleClientWithBaseURI(baseURI string, subscriptionID string) JobScheduleClient {
|
||||
return original.NewJobScheduleClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobStreamClient = original.JobStreamClient
|
||||
|
||||
func NewJobStreamClient(subscriptionID string) JobStreamClient {
|
||||
return original.NewJobStreamClient(subscriptionID)
|
||||
}
|
||||
func NewJobStreamClientWithBaseURI(baseURI string, subscriptionID string) JobStreamClient {
|
||||
return original.NewJobStreamClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type KeysClient = original.KeysClient
|
||||
|
||||
func NewKeysClient(subscriptionID string, resourceGroupName string) KeysClient {
|
||||
return original.NewKeysClient(subscriptionID, resourceGroupName)
|
||||
}
|
||||
func NewKeysClientWithBaseURI(baseURI string, subscriptionID string, resourceGroupName string) KeysClient {
|
||||
return original.NewKeysClientWithBaseURI(baseURI, subscriptionID, resourceGroupName)
|
||||
}
|
||||
|
||||
type LinkedWorkspaceClient = original.LinkedWorkspaceClient
|
||||
|
||||
func NewLinkedWorkspaceClient(subscriptionID string) LinkedWorkspaceClient {
|
||||
return original.NewLinkedWorkspaceClient(subscriptionID)
|
||||
}
|
||||
func NewLinkedWorkspaceClientWithBaseURI(baseURI string, subscriptionID string) LinkedWorkspaceClient {
|
||||
return original.NewLinkedWorkspaceClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccountState = original.AccountState
|
||||
|
||||
const (
|
||||
Ok AccountState = original.Ok
|
||||
Suspended AccountState = original.Suspended
|
||||
Unavailable AccountState = original.Unavailable
|
||||
)
|
||||
|
||||
func PossibleAccountStateValues() []AccountState {
|
||||
return original.PossibleAccountStateValues()
|
||||
}
|
||||
|
||||
type AgentRegistrationKeyName = original.AgentRegistrationKeyName
|
||||
|
||||
const (
|
||||
Primary AgentRegistrationKeyName = original.Primary
|
||||
Secondary AgentRegistrationKeyName = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleAgentRegistrationKeyNameValues() []AgentRegistrationKeyName {
|
||||
return original.PossibleAgentRegistrationKeyNameValues()
|
||||
}
|
||||
|
||||
type ContentSourceType = original.ContentSourceType
|
||||
|
||||
const (
|
||||
EmbeddedContent ContentSourceType = original.EmbeddedContent
|
||||
URI ContentSourceType = original.URI
|
||||
)
|
||||
|
||||
func PossibleContentSourceTypeValues() []ContentSourceType {
|
||||
return original.PossibleContentSourceTypeValues()
|
||||
}
|
||||
|
||||
type DscConfigurationProvisioningState = original.DscConfigurationProvisioningState
|
||||
|
||||
const (
|
||||
Succeeded DscConfigurationProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleDscConfigurationProvisioningStateValues() []DscConfigurationProvisioningState {
|
||||
return original.PossibleDscConfigurationProvisioningStateValues()
|
||||
}
|
||||
|
||||
type DscConfigurationState = original.DscConfigurationState
|
||||
|
||||
const (
|
||||
DscConfigurationStateEdit DscConfigurationState = original.DscConfigurationStateEdit
|
||||
DscConfigurationStateNew DscConfigurationState = original.DscConfigurationStateNew
|
||||
DscConfigurationStatePublished DscConfigurationState = original.DscConfigurationStatePublished
|
||||
)
|
||||
|
||||
func PossibleDscConfigurationStateValues() []DscConfigurationState {
|
||||
return original.PossibleDscConfigurationStateValues()
|
||||
}
|
||||
|
||||
type HTTPStatusCode = original.HTTPStatusCode
|
||||
|
||||
const (
|
||||
Accepted HTTPStatusCode = original.Accepted
|
||||
Ambiguous HTTPStatusCode = original.Ambiguous
|
||||
BadGateway HTTPStatusCode = original.BadGateway
|
||||
BadRequest HTTPStatusCode = original.BadRequest
|
||||
Conflict HTTPStatusCode = original.Conflict
|
||||
Continue HTTPStatusCode = original.Continue
|
||||
Created HTTPStatusCode = original.Created
|
||||
ExpectationFailed HTTPStatusCode = original.ExpectationFailed
|
||||
Forbidden HTTPStatusCode = original.Forbidden
|
||||
Found HTTPStatusCode = original.Found
|
||||
GatewayTimeout HTTPStatusCode = original.GatewayTimeout
|
||||
Gone HTTPStatusCode = original.Gone
|
||||
HTTPVersionNotSupported HTTPStatusCode = original.HTTPVersionNotSupported
|
||||
InternalServerError HTTPStatusCode = original.InternalServerError
|
||||
LengthRequired HTTPStatusCode = original.LengthRequired
|
||||
MethodNotAllowed HTTPStatusCode = original.MethodNotAllowed
|
||||
Moved HTTPStatusCode = original.Moved
|
||||
MovedPermanently HTTPStatusCode = original.MovedPermanently
|
||||
MultipleChoices HTTPStatusCode = original.MultipleChoices
|
||||
NoContent HTTPStatusCode = original.NoContent
|
||||
NonAuthoritativeInformation HTTPStatusCode = original.NonAuthoritativeInformation
|
||||
NotAcceptable HTTPStatusCode = original.NotAcceptable
|
||||
NotFound HTTPStatusCode = original.NotFound
|
||||
NotImplemented HTTPStatusCode = original.NotImplemented
|
||||
NotModified HTTPStatusCode = original.NotModified
|
||||
OK HTTPStatusCode = original.OK
|
||||
PartialContent HTTPStatusCode = original.PartialContent
|
||||
PaymentRequired HTTPStatusCode = original.PaymentRequired
|
||||
PreconditionFailed HTTPStatusCode = original.PreconditionFailed
|
||||
ProxyAuthenticationRequired HTTPStatusCode = original.ProxyAuthenticationRequired
|
||||
Redirect HTTPStatusCode = original.Redirect
|
||||
RedirectKeepVerb HTTPStatusCode = original.RedirectKeepVerb
|
||||
RedirectMethod HTTPStatusCode = original.RedirectMethod
|
||||
RequestedRangeNotSatisfiable HTTPStatusCode = original.RequestedRangeNotSatisfiable
|
||||
RequestEntityTooLarge HTTPStatusCode = original.RequestEntityTooLarge
|
||||
RequestTimeout HTTPStatusCode = original.RequestTimeout
|
||||
RequestURITooLong HTTPStatusCode = original.RequestURITooLong
|
||||
ResetContent HTTPStatusCode = original.ResetContent
|
||||
SeeOther HTTPStatusCode = original.SeeOther
|
||||
ServiceUnavailable HTTPStatusCode = original.ServiceUnavailable
|
||||
SwitchingProtocols HTTPStatusCode = original.SwitchingProtocols
|
||||
TemporaryRedirect HTTPStatusCode = original.TemporaryRedirect
|
||||
Unauthorized HTTPStatusCode = original.Unauthorized
|
||||
UnsupportedMediaType HTTPStatusCode = original.UnsupportedMediaType
|
||||
Unused HTTPStatusCode = original.Unused
|
||||
UpgradeRequired HTTPStatusCode = original.UpgradeRequired
|
||||
UseProxy HTTPStatusCode = original.UseProxy
|
||||
)
|
||||
|
||||
func PossibleHTTPStatusCodeValues() []HTTPStatusCode {
|
||||
return original.PossibleHTTPStatusCodeValues()
|
||||
}
|
||||
|
||||
type JobProvisioningState = original.JobProvisioningState
|
||||
|
||||
const (
|
||||
JobProvisioningStateFailed JobProvisioningState = original.JobProvisioningStateFailed
|
||||
JobProvisioningStateProcessing JobProvisioningState = original.JobProvisioningStateProcessing
|
||||
JobProvisioningStateSucceeded JobProvisioningState = original.JobProvisioningStateSucceeded
|
||||
JobProvisioningStateSuspended JobProvisioningState = original.JobProvisioningStateSuspended
|
||||
)
|
||||
|
||||
func PossibleJobProvisioningStateValues() []JobProvisioningState {
|
||||
return original.PossibleJobProvisioningStateValues()
|
||||
}
|
||||
|
||||
type JobStatus = original.JobStatus
|
||||
|
||||
const (
|
||||
JobStatusActivating JobStatus = original.JobStatusActivating
|
||||
JobStatusBlocked JobStatus = original.JobStatusBlocked
|
||||
JobStatusCompleted JobStatus = original.JobStatusCompleted
|
||||
JobStatusDisconnected JobStatus = original.JobStatusDisconnected
|
||||
JobStatusFailed JobStatus = original.JobStatusFailed
|
||||
JobStatusNew JobStatus = original.JobStatusNew
|
||||
JobStatusRemoving JobStatus = original.JobStatusRemoving
|
||||
JobStatusResuming JobStatus = original.JobStatusResuming
|
||||
JobStatusRunning JobStatus = original.JobStatusRunning
|
||||
JobStatusStopped JobStatus = original.JobStatusStopped
|
||||
JobStatusStopping JobStatus = original.JobStatusStopping
|
||||
JobStatusSuspended JobStatus = original.JobStatusSuspended
|
||||
JobStatusSuspending JobStatus = original.JobStatusSuspending
|
||||
)
|
||||
|
||||
func PossibleJobStatusValues() []JobStatus {
|
||||
return original.PossibleJobStatusValues()
|
||||
}
|
||||
|
||||
type JobStreamType = original.JobStreamType
|
||||
|
||||
const (
|
||||
Any JobStreamType = original.Any
|
||||
Debug JobStreamType = original.Debug
|
||||
Error JobStreamType = original.Error
|
||||
Output JobStreamType = original.Output
|
||||
Progress JobStreamType = original.Progress
|
||||
Verbose JobStreamType = original.Verbose
|
||||
Warning JobStreamType = original.Warning
|
||||
)
|
||||
|
||||
func PossibleJobStreamTypeValues() []JobStreamType {
|
||||
return original.PossibleJobStreamTypeValues()
|
||||
}
|
||||
|
||||
type KeyName = original.KeyName
|
||||
|
||||
const (
|
||||
KeyNamePrimary KeyName = original.KeyNamePrimary
|
||||
KeyNameSecondary KeyName = original.KeyNameSecondary
|
||||
)
|
||||
|
||||
func PossibleKeyNameValues() []KeyName {
|
||||
return original.PossibleKeyNameValues()
|
||||
}
|
||||
|
||||
type KeyPermissions = original.KeyPermissions
|
||||
|
||||
const (
|
||||
Full KeyPermissions = original.Full
|
||||
)
|
||||
|
||||
func PossibleKeyPermissionsValues() []KeyPermissions {
|
||||
return original.PossibleKeyPermissionsValues()
|
||||
}
|
||||
|
||||
type ModuleProvisioningState = original.ModuleProvisioningState
|
||||
|
||||
const (
|
||||
ModuleProvisioningStateActivitiesStored ModuleProvisioningState = original.ModuleProvisioningStateActivitiesStored
|
||||
ModuleProvisioningStateCancelled ModuleProvisioningState = original.ModuleProvisioningStateCancelled
|
||||
ModuleProvisioningStateConnectionTypeImported ModuleProvisioningState = original.ModuleProvisioningStateConnectionTypeImported
|
||||
ModuleProvisioningStateContentDownloaded ModuleProvisioningState = original.ModuleProvisioningStateContentDownloaded
|
||||
ModuleProvisioningStateContentRetrieved ModuleProvisioningState = original.ModuleProvisioningStateContentRetrieved
|
||||
ModuleProvisioningStateContentStored ModuleProvisioningState = original.ModuleProvisioningStateContentStored
|
||||
ModuleProvisioningStateContentValidated ModuleProvisioningState = original.ModuleProvisioningStateContentValidated
|
||||
ModuleProvisioningStateCreated ModuleProvisioningState = original.ModuleProvisioningStateCreated
|
||||
ModuleProvisioningStateCreating ModuleProvisioningState = original.ModuleProvisioningStateCreating
|
||||
ModuleProvisioningStateFailed ModuleProvisioningState = original.ModuleProvisioningStateFailed
|
||||
ModuleProvisioningStateModuleDataStored ModuleProvisioningState = original.ModuleProvisioningStateModuleDataStored
|
||||
ModuleProvisioningStateModuleImportRunbookComplete ModuleProvisioningState = original.ModuleProvisioningStateModuleImportRunbookComplete
|
||||
ModuleProvisioningStateRunningImportModuleRunbook ModuleProvisioningState = original.ModuleProvisioningStateRunningImportModuleRunbook
|
||||
ModuleProvisioningStateStartingImportModuleRunbook ModuleProvisioningState = original.ModuleProvisioningStateStartingImportModuleRunbook
|
||||
ModuleProvisioningStateSucceeded ModuleProvisioningState = original.ModuleProvisioningStateSucceeded
|
||||
ModuleProvisioningStateUpdating ModuleProvisioningState = original.ModuleProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleModuleProvisioningStateValues() []ModuleProvisioningState {
|
||||
return original.PossibleModuleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type RunbookProvisioningState = original.RunbookProvisioningState
|
||||
|
||||
const (
|
||||
RunbookProvisioningStateSucceeded RunbookProvisioningState = original.RunbookProvisioningStateSucceeded
|
||||
)
|
||||
|
||||
func PossibleRunbookProvisioningStateValues() []RunbookProvisioningState {
|
||||
return original.PossibleRunbookProvisioningStateValues()
|
||||
}
|
||||
|
||||
type RunbookState = original.RunbookState
|
||||
|
||||
const (
|
||||
RunbookStateEdit RunbookState = original.RunbookStateEdit
|
||||
RunbookStateNew RunbookState = original.RunbookStateNew
|
||||
RunbookStatePublished RunbookState = original.RunbookStatePublished
|
||||
)
|
||||
|
||||
func PossibleRunbookStateValues() []RunbookState {
|
||||
return original.PossibleRunbookStateValues()
|
||||
}
|
||||
|
||||
type RunbookTypeEnum = original.RunbookTypeEnum
|
||||
|
||||
const (
|
||||
Graph RunbookTypeEnum = original.Graph
|
||||
GraphPowerShell RunbookTypeEnum = original.GraphPowerShell
|
||||
GraphPowerShellWorkflow RunbookTypeEnum = original.GraphPowerShellWorkflow
|
||||
PowerShell RunbookTypeEnum = original.PowerShell
|
||||
PowerShellWorkflow RunbookTypeEnum = original.PowerShellWorkflow
|
||||
Script RunbookTypeEnum = original.Script
|
||||
)
|
||||
|
||||
func PossibleRunbookTypeEnumValues() []RunbookTypeEnum {
|
||||
return original.PossibleRunbookTypeEnumValues()
|
||||
}
|
||||
|
||||
type ScheduleDay = original.ScheduleDay
|
||||
|
||||
const (
|
||||
Friday ScheduleDay = original.Friday
|
||||
Monday ScheduleDay = original.Monday
|
||||
Saturday ScheduleDay = original.Saturday
|
||||
Sunday ScheduleDay = original.Sunday
|
||||
Thursday ScheduleDay = original.Thursday
|
||||
Tuesday ScheduleDay = original.Tuesday
|
||||
Wednesday ScheduleDay = original.Wednesday
|
||||
)
|
||||
|
||||
func PossibleScheduleDayValues() []ScheduleDay {
|
||||
return original.PossibleScheduleDayValues()
|
||||
}
|
||||
|
||||
type ScheduleFrequency = original.ScheduleFrequency
|
||||
|
||||
const (
|
||||
Day ScheduleFrequency = original.Day
|
||||
Hour ScheduleFrequency = original.Hour
|
||||
Month ScheduleFrequency = original.Month
|
||||
OneTime ScheduleFrequency = original.OneTime
|
||||
Week ScheduleFrequency = original.Week
|
||||
)
|
||||
|
||||
func PossibleScheduleFrequencyValues() []ScheduleFrequency {
|
||||
return original.PossibleScheduleFrequencyValues()
|
||||
}
|
||||
|
||||
type SkuNameEnum = original.SkuNameEnum
|
||||
|
||||
const (
|
||||
Basic SkuNameEnum = original.Basic
|
||||
Free SkuNameEnum = original.Free
|
||||
)
|
||||
|
||||
func PossibleSkuNameEnumValues() []SkuNameEnum {
|
||||
return original.PossibleSkuNameEnumValues()
|
||||
}
|
||||
|
||||
type Account = original.Account
|
||||
type AccountCreateOrUpdateParameters = original.AccountCreateOrUpdateParameters
|
||||
type AccountCreateOrUpdateProperties = original.AccountCreateOrUpdateProperties
|
||||
type AccountListResult = original.AccountListResult
|
||||
type AccountListResultIterator = original.AccountListResultIterator
|
||||
type AccountListResultPage = original.AccountListResultPage
|
||||
type AccountProperties = original.AccountProperties
|
||||
type AccountUpdateParameters = original.AccountUpdateParameters
|
||||
type AccountUpdateProperties = original.AccountUpdateProperties
|
||||
type Activity = original.Activity
|
||||
type ActivityListResult = original.ActivityListResult
|
||||
type ActivityListResultIterator = original.ActivityListResultIterator
|
||||
type ActivityListResultPage = original.ActivityListResultPage
|
||||
type ActivityOutputType = original.ActivityOutputType
|
||||
type ActivityParameter = original.ActivityParameter
|
||||
type ActivityParameterSet = original.ActivityParameterSet
|
||||
type ActivityProperties = original.ActivityProperties
|
||||
type AdvancedSchedule = original.AdvancedSchedule
|
||||
type AdvancedScheduleMonthlyOccurrence = original.AdvancedScheduleMonthlyOccurrence
|
||||
type AgentRegistration = original.AgentRegistration
|
||||
type AgentRegistrationKeys = original.AgentRegistrationKeys
|
||||
type AgentRegistrationRegenerateKeyParameter = original.AgentRegistrationRegenerateKeyParameter
|
||||
type Certificate = original.Certificate
|
||||
type CertificateCreateOrUpdateParameters = original.CertificateCreateOrUpdateParameters
|
||||
type CertificateCreateOrUpdateProperties = original.CertificateCreateOrUpdateProperties
|
||||
type CertificateListResult = original.CertificateListResult
|
||||
type CertificateListResultIterator = original.CertificateListResultIterator
|
||||
type CertificateListResultPage = original.CertificateListResultPage
|
||||
type CertificateProperties = original.CertificateProperties
|
||||
type CertificateUpdateParameters = original.CertificateUpdateParameters
|
||||
type CertificateUpdateProperties = original.CertificateUpdateProperties
|
||||
type Connection = original.Connection
|
||||
type ConnectionCreateOrUpdateParameters = original.ConnectionCreateOrUpdateParameters
|
||||
type ConnectionCreateOrUpdateProperties = original.ConnectionCreateOrUpdateProperties
|
||||
type ConnectionListResult = original.ConnectionListResult
|
||||
type ConnectionListResultIterator = original.ConnectionListResultIterator
|
||||
type ConnectionListResultPage = original.ConnectionListResultPage
|
||||
type ConnectionProperties = original.ConnectionProperties
|
||||
type ConnectionType = original.ConnectionType
|
||||
type ConnectionTypeAssociationProperty = original.ConnectionTypeAssociationProperty
|
||||
type ConnectionTypeCreateOrUpdateParameters = original.ConnectionTypeCreateOrUpdateParameters
|
||||
type ConnectionTypeCreateOrUpdateProperties = original.ConnectionTypeCreateOrUpdateProperties
|
||||
type ConnectionTypeListResult = original.ConnectionTypeListResult
|
||||
type ConnectionTypeListResultIterator = original.ConnectionTypeListResultIterator
|
||||
type ConnectionTypeListResultPage = original.ConnectionTypeListResultPage
|
||||
type ConnectionTypeProperties = original.ConnectionTypeProperties
|
||||
type ConnectionUpdateParameters = original.ConnectionUpdateParameters
|
||||
type ConnectionUpdateProperties = original.ConnectionUpdateProperties
|
||||
type ContentHash = original.ContentHash
|
||||
type ContentLink = original.ContentLink
|
||||
type ContentSource = original.ContentSource
|
||||
type Credential = original.Credential
|
||||
type CredentialCreateOrUpdateParameters = original.CredentialCreateOrUpdateParameters
|
||||
type CredentialCreateOrUpdateProperties = original.CredentialCreateOrUpdateProperties
|
||||
type CredentialListResult = original.CredentialListResult
|
||||
type CredentialListResultIterator = original.CredentialListResultIterator
|
||||
type CredentialListResultPage = original.CredentialListResultPage
|
||||
type CredentialProperties = original.CredentialProperties
|
||||
type CredentialUpdateParameters = original.CredentialUpdateParameters
|
||||
type CredentialUpdateProperties = original.CredentialUpdateProperties
|
||||
type DscCompilationJob = original.DscCompilationJob
|
||||
type DscCompilationJobCreateParameters = original.DscCompilationJobCreateParameters
|
||||
type DscCompilationJobCreateProperties = original.DscCompilationJobCreateProperties
|
||||
type DscCompilationJobListResult = original.DscCompilationJobListResult
|
||||
type DscCompilationJobListResultIterator = original.DscCompilationJobListResultIterator
|
||||
type DscCompilationJobListResultPage = original.DscCompilationJobListResultPage
|
||||
type DscCompilationJobProperties = original.DscCompilationJobProperties
|
||||
type DscConfiguration = original.DscConfiguration
|
||||
type DscConfigurationAssociationProperty = original.DscConfigurationAssociationProperty
|
||||
type DscConfigurationCreateOrUpdateParameters = original.DscConfigurationCreateOrUpdateParameters
|
||||
type DscConfigurationCreateOrUpdateProperties = original.DscConfigurationCreateOrUpdateProperties
|
||||
type DscConfigurationListResult = original.DscConfigurationListResult
|
||||
type DscConfigurationListResultIterator = original.DscConfigurationListResultIterator
|
||||
type DscConfigurationListResultPage = original.DscConfigurationListResultPage
|
||||
type DscConfigurationParameter = original.DscConfigurationParameter
|
||||
type DscConfigurationProperties = original.DscConfigurationProperties
|
||||
type DscConfigurationUpdateParameters = original.DscConfigurationUpdateParameters
|
||||
type DscMetaConfiguration = original.DscMetaConfiguration
|
||||
type DscNode = original.DscNode
|
||||
type DscNodeConfiguration = original.DscNodeConfiguration
|
||||
type DscNodeConfigurationAssociationProperty = original.DscNodeConfigurationAssociationProperty
|
||||
type DscNodeConfigurationCreateOrUpdateParameters = original.DscNodeConfigurationCreateOrUpdateParameters
|
||||
type DscNodeConfigurationListResult = original.DscNodeConfigurationListResult
|
||||
type DscNodeConfigurationListResultIterator = original.DscNodeConfigurationListResultIterator
|
||||
type DscNodeConfigurationListResultPage = original.DscNodeConfigurationListResultPage
|
||||
type DscNodeExtensionHandlerAssociationProperty = original.DscNodeExtensionHandlerAssociationProperty
|
||||
type DscNodeListResult = original.DscNodeListResult
|
||||
type DscNodeListResultIterator = original.DscNodeListResultIterator
|
||||
type DscNodeListResultPage = original.DscNodeListResultPage
|
||||
type DscNodeReport = original.DscNodeReport
|
||||
type DscNodeReportListResult = original.DscNodeReportListResult
|
||||
type DscNodeReportListResultIterator = original.DscNodeReportListResultIterator
|
||||
type DscNodeReportListResultPage = original.DscNodeReportListResultPage
|
||||
type DscNodeUpdateParameters = original.DscNodeUpdateParameters
|
||||
type DscReportError = original.DscReportError
|
||||
type DscReportResource = original.DscReportResource
|
||||
type DscReportResourceNavigation = original.DscReportResourceNavigation
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type FieldDefinition = original.FieldDefinition
|
||||
type HybridRunbookWorker = original.HybridRunbookWorker
|
||||
type HybridRunbookWorkerGroup = original.HybridRunbookWorkerGroup
|
||||
type HybridRunbookWorkerGroupsListResult = original.HybridRunbookWorkerGroupsListResult
|
||||
type HybridRunbookWorkerGroupsListResultIterator = original.HybridRunbookWorkerGroupsListResultIterator
|
||||
type HybridRunbookWorkerGroupsListResultPage = original.HybridRunbookWorkerGroupsListResultPage
|
||||
type HybridRunbookWorkerGroupUpdateParameters = original.HybridRunbookWorkerGroupUpdateParameters
|
||||
type Job = original.Job
|
||||
type JobCreateParameters = original.JobCreateParameters
|
||||
type JobCreateProperties = original.JobCreateProperties
|
||||
type JobListResult = original.JobListResult
|
||||
type JobListResultIterator = original.JobListResultIterator
|
||||
type JobListResultPage = original.JobListResultPage
|
||||
type JobProperties = original.JobProperties
|
||||
type JobProvisioningStateProperty = original.JobProvisioningStateProperty
|
||||
type JobSchedule = original.JobSchedule
|
||||
type JobScheduleCreateParameters = original.JobScheduleCreateParameters
|
||||
type JobScheduleCreateProperties = original.JobScheduleCreateProperties
|
||||
type JobScheduleListResult = original.JobScheduleListResult
|
||||
type JobScheduleListResultIterator = original.JobScheduleListResultIterator
|
||||
type JobScheduleListResultPage = original.JobScheduleListResultPage
|
||||
type JobScheduleProperties = original.JobScheduleProperties
|
||||
type JobStream = original.JobStream
|
||||
type JobStreamListResult = original.JobStreamListResult
|
||||
type JobStreamListResultIterator = original.JobStreamListResultIterator
|
||||
type JobStreamListResultPage = original.JobStreamListResultPage
|
||||
type JobStreamProperties = original.JobStreamProperties
|
||||
type Key = original.Key
|
||||
type KeyListResult = original.KeyListResult
|
||||
type LinkedWorkspace = original.LinkedWorkspace
|
||||
type Module = original.Module
|
||||
type ModuleCreateOrUpdateParameters = original.ModuleCreateOrUpdateParameters
|
||||
type ModuleCreateOrUpdateProperties = original.ModuleCreateOrUpdateProperties
|
||||
type ModuleErrorInfo = original.ModuleErrorInfo
|
||||
type ModuleListResult = original.ModuleListResult
|
||||
type ModuleListResultIterator = original.ModuleListResultIterator
|
||||
type ModuleListResultPage = original.ModuleListResultPage
|
||||
type ModuleProperties = original.ModuleProperties
|
||||
type ModuleUpdateParameters = original.ModuleUpdateParameters
|
||||
type ModuleUpdateProperties = original.ModuleUpdateProperties
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type ProxyResource = original.ProxyResource
|
||||
type ReadCloser = original.ReadCloser
|
||||
type Resource = original.Resource
|
||||
type RunAsCredentialAssociationProperty = original.RunAsCredentialAssociationProperty
|
||||
type Runbook = original.Runbook
|
||||
type RunbookAssociationProperty = original.RunbookAssociationProperty
|
||||
type RunbookCreateOrUpdateDraftParameters = original.RunbookCreateOrUpdateDraftParameters
|
||||
type RunbookCreateOrUpdateDraftProperties = original.RunbookCreateOrUpdateDraftProperties
|
||||
type RunbookCreateOrUpdateParameters = original.RunbookCreateOrUpdateParameters
|
||||
type RunbookCreateOrUpdateProperties = original.RunbookCreateOrUpdateProperties
|
||||
type RunbookDraft = original.RunbookDraft
|
||||
type RunbookDraftPublishFuture = original.RunbookDraftPublishFuture
|
||||
type RunbookDraftReplaceContentFuture = original.RunbookDraftReplaceContentFuture
|
||||
type RunbookDraftUndoEditResult = original.RunbookDraftUndoEditResult
|
||||
type RunbookListResult = original.RunbookListResult
|
||||
type RunbookListResultIterator = original.RunbookListResultIterator
|
||||
type RunbookListResultPage = original.RunbookListResultPage
|
||||
type RunbookParameter = original.RunbookParameter
|
||||
type RunbookProperties = original.RunbookProperties
|
||||
type RunbookUpdateParameters = original.RunbookUpdateParameters
|
||||
type RunbookUpdateProperties = original.RunbookUpdateProperties
|
||||
type Schedule = original.Schedule
|
||||
type ScheduleAssociationProperty = original.ScheduleAssociationProperty
|
||||
type ScheduleCreateOrUpdateParameters = original.ScheduleCreateOrUpdateParameters
|
||||
type ScheduleCreateOrUpdateProperties = original.ScheduleCreateOrUpdateProperties
|
||||
type ScheduleListResult = original.ScheduleListResult
|
||||
type ScheduleListResultIterator = original.ScheduleListResultIterator
|
||||
type ScheduleListResultPage = original.ScheduleListResultPage
|
||||
type ScheduleProperties = original.ScheduleProperties
|
||||
type ScheduleUpdateParameters = original.ScheduleUpdateParameters
|
||||
type ScheduleUpdateProperties = original.ScheduleUpdateProperties
|
||||
type SetObject = original.SetObject
|
||||
type Sku = original.Sku
|
||||
type Statistics = original.Statistics
|
||||
type StatisticsListResult = original.StatisticsListResult
|
||||
type String = original.String
|
||||
type SubResource = original.SubResource
|
||||
type TestJob = original.TestJob
|
||||
type TestJobCreateParameters = original.TestJobCreateParameters
|
||||
type TypeField = original.TypeField
|
||||
type TypeFieldListResult = original.TypeFieldListResult
|
||||
type Usage = original.Usage
|
||||
type UsageCounterName = original.UsageCounterName
|
||||
type UsageListResult = original.UsageListResult
|
||||
type Variable = original.Variable
|
||||
type VariableCreateOrUpdateParameters = original.VariableCreateOrUpdateParameters
|
||||
type VariableCreateOrUpdateProperties = original.VariableCreateOrUpdateProperties
|
||||
type VariableListResult = original.VariableListResult
|
||||
type VariableListResultIterator = original.VariableListResultIterator
|
||||
type VariableListResultPage = original.VariableListResultPage
|
||||
type VariableProperties = original.VariableProperties
|
||||
type VariableUpdateParameters = original.VariableUpdateParameters
|
||||
type VariableUpdateProperties = original.VariableUpdateProperties
|
||||
type Webhook = original.Webhook
|
||||
type WebhookCreateOrUpdateParameters = original.WebhookCreateOrUpdateParameters
|
||||
type WebhookCreateOrUpdateProperties = original.WebhookCreateOrUpdateProperties
|
||||
type WebhookListResult = original.WebhookListResult
|
||||
type WebhookListResultIterator = original.WebhookListResultIterator
|
||||
type WebhookListResultPage = original.WebhookListResultPage
|
||||
type WebhookProperties = original.WebhookProperties
|
||||
type WebhookUpdateParameters = original.WebhookUpdateParameters
|
||||
type WebhookUpdateProperties = original.WebhookUpdateProperties
|
||||
type ModuleClient = original.ModuleClient
|
||||
|
||||
func NewModuleClient(subscriptionID string) ModuleClient {
|
||||
return original.NewModuleClient(subscriptionID)
|
||||
}
|
||||
func NewModuleClientWithBaseURI(baseURI string, subscriptionID string) ModuleClient {
|
||||
return original.NewModuleClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type NodeReportsClient = original.NodeReportsClient
|
||||
|
||||
func NewNodeReportsClient(subscriptionID string) NodeReportsClient {
|
||||
return original.NewNodeReportsClient(subscriptionID)
|
||||
}
|
||||
func NewNodeReportsClientWithBaseURI(baseURI string, subscriptionID string) NodeReportsClient {
|
||||
return original.NewNodeReportsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ObjectDataTypesClient = original.ObjectDataTypesClient
|
||||
|
||||
func NewObjectDataTypesClient(subscriptionID string) ObjectDataTypesClient {
|
||||
return original.NewObjectDataTypesClient(subscriptionID)
|
||||
}
|
||||
func NewObjectDataTypesClientWithBaseURI(baseURI string, subscriptionID string) ObjectDataTypesClient {
|
||||
return original.NewObjectDataTypesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RunbookClient = original.RunbookClient
|
||||
|
||||
func NewRunbookClient(subscriptionID string) RunbookClient {
|
||||
return original.NewRunbookClient(subscriptionID)
|
||||
}
|
||||
func NewRunbookClientWithBaseURI(baseURI string, subscriptionID string) RunbookClient {
|
||||
return original.NewRunbookClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RunbookDraftClient = original.RunbookDraftClient
|
||||
|
||||
func NewRunbookDraftClient(subscriptionID string) RunbookDraftClient {
|
||||
return original.NewRunbookDraftClient(subscriptionID)
|
||||
}
|
||||
func NewRunbookDraftClientWithBaseURI(baseURI string, subscriptionID string) RunbookDraftClient {
|
||||
return original.NewRunbookDraftClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ScheduleClient = original.ScheduleClient
|
||||
|
||||
func NewScheduleClient(subscriptionID string) ScheduleClient {
|
||||
return original.NewScheduleClient(subscriptionID)
|
||||
}
|
||||
func NewScheduleClientWithBaseURI(baseURI string, subscriptionID string) ScheduleClient {
|
||||
return original.NewScheduleClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type StatisticsClient = original.StatisticsClient
|
||||
|
||||
func NewStatisticsClient(subscriptionID string) StatisticsClient {
|
||||
return original.NewStatisticsClient(subscriptionID)
|
||||
}
|
||||
func NewStatisticsClientWithBaseURI(baseURI string, subscriptionID string) StatisticsClient {
|
||||
return original.NewStatisticsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TestJobClient = original.TestJobClient
|
||||
|
||||
func NewTestJobClient(subscriptionID string) TestJobClient {
|
||||
return original.NewTestJobClient(subscriptionID)
|
||||
}
|
||||
func NewTestJobClientWithBaseURI(baseURI string, subscriptionID string) TestJobClient {
|
||||
return original.NewTestJobClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TestJobStreamsClient = original.TestJobStreamsClient
|
||||
|
||||
func NewTestJobStreamsClient(subscriptionID string) TestJobStreamsClient {
|
||||
return original.NewTestJobStreamsClient(subscriptionID)
|
||||
}
|
||||
func NewTestJobStreamsClientWithBaseURI(baseURI string, subscriptionID string) TestJobStreamsClient {
|
||||
return original.NewTestJobStreamsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsagesClient = original.UsagesClient
|
||||
|
||||
func NewUsagesClient(subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClient(subscriptionID)
|
||||
}
|
||||
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VariableClient = original.VariableClient
|
||||
|
||||
func NewVariableClient(subscriptionID string) VariableClient {
|
||||
return original.NewVariableClient(subscriptionID)
|
||||
}
|
||||
func NewVariableClientWithBaseURI(baseURI string, subscriptionID string) VariableClient {
|
||||
return original.NewVariableClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WebhookClient = original.WebhookClient
|
||||
|
||||
func NewWebhookClient(subscriptionID string) WebhookClient {
|
||||
return original.NewWebhookClient(subscriptionID)
|
||||
}
|
||||
func NewWebhookClientWithBaseURI(baseURI string, subscriptionID string) WebhookClient {
|
||||
return original.NewWebhookClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-360
@@ -1,360 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 fabric
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/azsadmin/mgmt/2016-05-01/fabric"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComputeFabricOperationsClient = original.ComputeFabricOperationsClient
|
||||
|
||||
func NewComputeFabricOperationsClient(subscriptionID string) ComputeFabricOperationsClient {
|
||||
return original.NewComputeFabricOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewComputeFabricOperationsClientWithBaseURI(baseURI string, subscriptionID string) ComputeFabricOperationsClient {
|
||||
return original.NewComputeFabricOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EdgeGatewayPoolsClient = original.EdgeGatewayPoolsClient
|
||||
|
||||
func NewEdgeGatewayPoolsClient(subscriptionID string) EdgeGatewayPoolsClient {
|
||||
return original.NewEdgeGatewayPoolsClient(subscriptionID)
|
||||
}
|
||||
func NewEdgeGatewayPoolsClientWithBaseURI(baseURI string, subscriptionID string) EdgeGatewayPoolsClient {
|
||||
return original.NewEdgeGatewayPoolsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EdgeGatewaysClient = original.EdgeGatewaysClient
|
||||
|
||||
func NewEdgeGatewaysClient(subscriptionID string) EdgeGatewaysClient {
|
||||
return original.NewEdgeGatewaysClient(subscriptionID)
|
||||
}
|
||||
func NewEdgeGatewaysClientWithBaseURI(baseURI string, subscriptionID string) EdgeGatewaysClient {
|
||||
return original.NewEdgeGatewaysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FileSharesClient = original.FileSharesClient
|
||||
|
||||
func NewFileSharesClient(subscriptionID string) FileSharesClient {
|
||||
return original.NewFileSharesClient(subscriptionID)
|
||||
}
|
||||
func NewFileSharesClientWithBaseURI(baseURI string, subscriptionID string) FileSharesClient {
|
||||
return original.NewFileSharesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type InfraRoleInstancesClient = original.InfraRoleInstancesClient
|
||||
|
||||
func NewInfraRoleInstancesClient(subscriptionID string) InfraRoleInstancesClient {
|
||||
return original.NewInfraRoleInstancesClient(subscriptionID)
|
||||
}
|
||||
func NewInfraRoleInstancesClientWithBaseURI(baseURI string, subscriptionID string) InfraRoleInstancesClient {
|
||||
return original.NewInfraRoleInstancesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type InfraRolesClient = original.InfraRolesClient
|
||||
|
||||
func NewInfraRolesClient(subscriptionID string) InfraRolesClient {
|
||||
return original.NewInfraRolesClient(subscriptionID)
|
||||
}
|
||||
func NewInfraRolesClientWithBaseURI(baseURI string, subscriptionID string) InfraRolesClient {
|
||||
return original.NewInfraRolesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type IPPoolsClient = original.IPPoolsClient
|
||||
|
||||
func NewIPPoolsClient(subscriptionID string) IPPoolsClient {
|
||||
return original.NewIPPoolsClient(subscriptionID)
|
||||
}
|
||||
func NewIPPoolsClientWithBaseURI(baseURI string, subscriptionID string) IPPoolsClient {
|
||||
return original.NewIPPoolsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationsClient = original.LocationsClient
|
||||
|
||||
func NewLocationsClient(subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClient(subscriptionID)
|
||||
}
|
||||
func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LogicalNetworksClient = original.LogicalNetworksClient
|
||||
|
||||
func NewLogicalNetworksClient(subscriptionID string) LogicalNetworksClient {
|
||||
return original.NewLogicalNetworksClient(subscriptionID)
|
||||
}
|
||||
func NewLogicalNetworksClientWithBaseURI(baseURI string, subscriptionID string) LogicalNetworksClient {
|
||||
return original.NewLogicalNetworksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LogicalSubnetsClient = original.LogicalSubnetsClient
|
||||
|
||||
func NewLogicalSubnetsClient(subscriptionID string) LogicalSubnetsClient {
|
||||
return original.NewLogicalSubnetsClient(subscriptionID)
|
||||
}
|
||||
func NewLogicalSubnetsClientWithBaseURI(baseURI string, subscriptionID string) LogicalSubnetsClient {
|
||||
return original.NewLogicalSubnetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type MacAddressPoolsClient = original.MacAddressPoolsClient
|
||||
|
||||
func NewMacAddressPoolsClient(subscriptionID string) MacAddressPoolsClient {
|
||||
return original.NewMacAddressPoolsClient(subscriptionID)
|
||||
}
|
||||
func NewMacAddressPoolsClientWithBaseURI(baseURI string, subscriptionID string) MacAddressPoolsClient {
|
||||
return original.NewMacAddressPoolsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type InfraRoleInstanceState = original.InfraRoleInstanceState
|
||||
|
||||
const (
|
||||
Running InfraRoleInstanceState = original.Running
|
||||
Starting InfraRoleInstanceState = original.Starting
|
||||
Stopped InfraRoleInstanceState = original.Stopped
|
||||
Stopping InfraRoleInstanceState = original.Stopping
|
||||
)
|
||||
|
||||
func PossibleInfraRoleInstanceStateValues() []InfraRoleInstanceState {
|
||||
return original.PossibleInfraRoleInstanceStateValues()
|
||||
}
|
||||
|
||||
type PowerState = original.PowerState
|
||||
|
||||
const (
|
||||
PowerStateRunning PowerState = original.PowerStateRunning
|
||||
PowerStateStarting PowerState = original.PowerStateStarting
|
||||
PowerStateStopped PowerState = original.PowerStateStopped
|
||||
PowerStateStopping PowerState = original.PowerStateStopping
|
||||
)
|
||||
|
||||
func PossiblePowerStateValues() []PowerState {
|
||||
return original.PossiblePowerStateValues()
|
||||
}
|
||||
|
||||
type ScaleUnitNodeStatus = original.ScaleUnitNodeStatus
|
||||
|
||||
const (
|
||||
ScaleUnitNodeStatusMaintenance ScaleUnitNodeStatus = original.ScaleUnitNodeStatusMaintenance
|
||||
ScaleUnitNodeStatusRunning ScaleUnitNodeStatus = original.ScaleUnitNodeStatusRunning
|
||||
ScaleUnitNodeStatusStopped ScaleUnitNodeStatus = original.ScaleUnitNodeStatusStopped
|
||||
)
|
||||
|
||||
func PossibleScaleUnitNodeStatusValues() []ScaleUnitNodeStatus {
|
||||
return original.PossibleScaleUnitNodeStatusValues()
|
||||
}
|
||||
|
||||
type ScaleUnitState = original.ScaleUnitState
|
||||
|
||||
const (
|
||||
ScaleUnitStateCreating ScaleUnitState = original.ScaleUnitStateCreating
|
||||
ScaleUnitStateDeleting ScaleUnitState = original.ScaleUnitStateDeleting
|
||||
ScaleUnitStateRunning ScaleUnitState = original.ScaleUnitStateRunning
|
||||
ScaleUnitStateUnknown ScaleUnitState = original.ScaleUnitStateUnknown
|
||||
ScaleUnitStateUpgrading ScaleUnitState = original.ScaleUnitStateUpgrading
|
||||
)
|
||||
|
||||
func PossibleScaleUnitStateValues() []ScaleUnitState {
|
||||
return original.PossibleScaleUnitStateValues()
|
||||
}
|
||||
|
||||
type ScaleUnitType = original.ScaleUnitType
|
||||
|
||||
const (
|
||||
ComputeOnly ScaleUnitType = original.ComputeOnly
|
||||
HyperConverged ScaleUnitType = original.HyperConverged
|
||||
StorageOnly ScaleUnitType = original.StorageOnly
|
||||
Unknown ScaleUnitType = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleScaleUnitTypeValues() []ScaleUnitType {
|
||||
return original.PossibleScaleUnitTypeValues()
|
||||
}
|
||||
|
||||
type EdgeGateway = original.EdgeGateway
|
||||
type EdgeGatewayList = original.EdgeGatewayList
|
||||
type EdgeGatewayListIterator = original.EdgeGatewayListIterator
|
||||
type EdgeGatewayListPage = original.EdgeGatewayListPage
|
||||
type EdgeGatewayModel = original.EdgeGatewayModel
|
||||
type EdgeGatewayPool = original.EdgeGatewayPool
|
||||
type EdgeGatewayPoolList = original.EdgeGatewayPoolList
|
||||
type EdgeGatewayPoolListIterator = original.EdgeGatewayPoolListIterator
|
||||
type EdgeGatewayPoolListPage = original.EdgeGatewayPoolListPage
|
||||
type EdgeGatewayPoolModel = original.EdgeGatewayPoolModel
|
||||
type FileShare = original.FileShare
|
||||
type FileShareList = original.FileShareList
|
||||
type FileShareModel = original.FileShareModel
|
||||
type InfraRole = original.InfraRole
|
||||
type InfraRoleInstance = original.InfraRoleInstance
|
||||
type InfraRoleInstanceList = original.InfraRoleInstanceList
|
||||
type InfraRoleInstanceListIterator = original.InfraRoleInstanceListIterator
|
||||
type InfraRoleInstanceListPage = original.InfraRoleInstanceListPage
|
||||
type InfraRoleInstanceModel = original.InfraRoleInstanceModel
|
||||
type InfraRoleInstanceSize = original.InfraRoleInstanceSize
|
||||
type InfraRoleInstancesPowerOffFuture = original.InfraRoleInstancesPowerOffFuture
|
||||
type InfraRoleInstancesPowerOnFuture = original.InfraRoleInstancesPowerOnFuture
|
||||
type InfraRoleInstancesRebootFuture = original.InfraRoleInstancesRebootFuture
|
||||
type InfraRoleInstancesShutdownFuture = original.InfraRoleInstancesShutdownFuture
|
||||
type InfraRoleList = original.InfraRoleList
|
||||
type InfraRoleListIterator = original.InfraRoleListIterator
|
||||
type InfraRoleListPage = original.InfraRoleListPage
|
||||
type InfraRoleModel = original.InfraRoleModel
|
||||
type IPPool = original.IPPool
|
||||
type IPPoolList = original.IPPoolList
|
||||
type IPPoolListIterator = original.IPPoolListIterator
|
||||
type IPPoolListPage = original.IPPoolListPage
|
||||
type IPPoolModel = original.IPPoolModel
|
||||
type IPPoolsCreateFuture = original.IPPoolsCreateFuture
|
||||
type Location = original.Location
|
||||
type LocationList = original.LocationList
|
||||
type LocationListIterator = original.LocationListIterator
|
||||
type LocationListPage = original.LocationListPage
|
||||
type LogicalNetwork = original.LogicalNetwork
|
||||
type LogicalNetworkList = original.LogicalNetworkList
|
||||
type LogicalNetworkListIterator = original.LogicalNetworkListIterator
|
||||
type LogicalNetworkListPage = original.LogicalNetworkListPage
|
||||
type LogicalNetworkModel = original.LogicalNetworkModel
|
||||
type LogicalSubnet = original.LogicalSubnet
|
||||
type LogicalSubnetList = original.LogicalSubnetList
|
||||
type LogicalSubnetListIterator = original.LogicalSubnetListIterator
|
||||
type LogicalSubnetListPage = original.LogicalSubnetListPage
|
||||
type LogicalSubnetModel = original.LogicalSubnetModel
|
||||
type MacAddressPool = original.MacAddressPool
|
||||
type MacAddressPoolList = original.MacAddressPoolList
|
||||
type MacAddressPoolListIterator = original.MacAddressPoolListIterator
|
||||
type MacAddressPoolListPage = original.MacAddressPoolListPage
|
||||
type MacAddressPoolModel = original.MacAddressPoolModel
|
||||
type OperationStatus = original.OperationStatus
|
||||
type OperationStatusLocation = original.OperationStatusLocation
|
||||
type ProvisioningStateModel = original.ProvisioningStateModel
|
||||
type Resource = original.Resource
|
||||
type ScaleUnit = original.ScaleUnit
|
||||
type ScaleUnitCapacity = original.ScaleUnitCapacity
|
||||
type ScaleUnitList = original.ScaleUnitList
|
||||
type ScaleUnitListIterator = original.ScaleUnitListIterator
|
||||
type ScaleUnitListPage = original.ScaleUnitListPage
|
||||
type ScaleUnitModel = original.ScaleUnitModel
|
||||
type ScaleUnitNode = original.ScaleUnitNode
|
||||
type ScaleUnitNodeList = original.ScaleUnitNodeList
|
||||
type ScaleUnitNodeListIterator = original.ScaleUnitNodeListIterator
|
||||
type ScaleUnitNodeListPage = original.ScaleUnitNodeListPage
|
||||
type ScaleUnitNodeModel = original.ScaleUnitNodeModel
|
||||
type ScaleUnitNodesPowerOffFuture = original.ScaleUnitNodesPowerOffFuture
|
||||
type ScaleUnitNodesPowerOnFuture = original.ScaleUnitNodesPowerOnFuture
|
||||
type ScaleUnitNodesStartMaintenanceModeFuture = original.ScaleUnitNodesStartMaintenanceModeFuture
|
||||
type ScaleUnitNodesStopMaintenanceModeFuture = original.ScaleUnitNodesStopMaintenanceModeFuture
|
||||
type SlbMuxInstance = original.SlbMuxInstance
|
||||
type SlbMuxInstanceList = original.SlbMuxInstanceList
|
||||
type SlbMuxInstanceListIterator = original.SlbMuxInstanceListIterator
|
||||
type SlbMuxInstanceListPage = original.SlbMuxInstanceListPage
|
||||
type SlbMuxInstanceModel = original.SlbMuxInstanceModel
|
||||
type StoragePool = original.StoragePool
|
||||
type StoragePoolList = original.StoragePoolList
|
||||
type StoragePoolListIterator = original.StoragePoolListIterator
|
||||
type StoragePoolListPage = original.StoragePoolListPage
|
||||
type StoragePoolModel = original.StoragePoolModel
|
||||
type StorageSystem = original.StorageSystem
|
||||
type StorageSystemList = original.StorageSystemList
|
||||
type StorageSystemListIterator = original.StorageSystemListIterator
|
||||
type StorageSystemListPage = original.StorageSystemListPage
|
||||
type StorageSystemModel = original.StorageSystemModel
|
||||
type Volume = original.Volume
|
||||
type VolumeList = original.VolumeList
|
||||
type VolumeListIterator = original.VolumeListIterator
|
||||
type VolumeListPage = original.VolumeListPage
|
||||
type VolumeModel = original.VolumeModel
|
||||
type NetworkFabricOperationsClient = original.NetworkFabricOperationsClient
|
||||
|
||||
func NewNetworkFabricOperationsClient(subscriptionID string) NetworkFabricOperationsClient {
|
||||
return original.NewNetworkFabricOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewNetworkFabricOperationsClientWithBaseURI(baseURI string, subscriptionID string) NetworkFabricOperationsClient {
|
||||
return original.NewNetworkFabricOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ScaleUnitNodesClient = original.ScaleUnitNodesClient
|
||||
|
||||
func NewScaleUnitNodesClient(subscriptionID string) ScaleUnitNodesClient {
|
||||
return original.NewScaleUnitNodesClient(subscriptionID)
|
||||
}
|
||||
func NewScaleUnitNodesClientWithBaseURI(baseURI string, subscriptionID string) ScaleUnitNodesClient {
|
||||
return original.NewScaleUnitNodesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ScaleUnitsClient = original.ScaleUnitsClient
|
||||
|
||||
func NewScaleUnitsClient(subscriptionID string) ScaleUnitsClient {
|
||||
return original.NewScaleUnitsClient(subscriptionID)
|
||||
}
|
||||
func NewScaleUnitsClientWithBaseURI(baseURI string, subscriptionID string) ScaleUnitsClient {
|
||||
return original.NewScaleUnitsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SlbMuxInstancesClient = original.SlbMuxInstancesClient
|
||||
|
||||
func NewSlbMuxInstancesClient(subscriptionID string) SlbMuxInstancesClient {
|
||||
return original.NewSlbMuxInstancesClient(subscriptionID)
|
||||
}
|
||||
func NewSlbMuxInstancesClientWithBaseURI(baseURI string, subscriptionID string) SlbMuxInstancesClient {
|
||||
return original.NewSlbMuxInstancesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type StoragePoolsClient = original.StoragePoolsClient
|
||||
|
||||
func NewStoragePoolsClient(subscriptionID string) StoragePoolsClient {
|
||||
return original.NewStoragePoolsClient(subscriptionID)
|
||||
}
|
||||
func NewStoragePoolsClientWithBaseURI(baseURI string, subscriptionID string) StoragePoolsClient {
|
||||
return original.NewStoragePoolsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type StorageSystemsClient = original.StorageSystemsClient
|
||||
|
||||
func NewStorageSystemsClient(subscriptionID string) StorageSystemsClient {
|
||||
return original.NewStorageSystemsClient(subscriptionID)
|
||||
}
|
||||
func NewStorageSystemsClientWithBaseURI(baseURI string, subscriptionID string) StorageSystemsClient {
|
||||
return original.NewStorageSystemsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VolumesClient = original.VolumesClient
|
||||
|
||||
func NewVolumesClient(subscriptionID string) VolumesClient {
|
||||
return original.NewVolumesClient(subscriptionID)
|
||||
}
|
||||
func NewVolumesClientWithBaseURI(baseURI string, subscriptionID string) VolumesClient {
|
||||
return original.NewVolumesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-130
@@ -1,130 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 infrastructureinsights
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/azsadmin/mgmt/2016-05-01/infrastructureinsights"
|
||||
|
||||
type AlertsClient = original.AlertsClient
|
||||
|
||||
func NewAlertsClient(subscriptionID string) AlertsClient {
|
||||
return original.NewAlertsClient(subscriptionID)
|
||||
}
|
||||
func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient {
|
||||
return original.NewAlertsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type MetricsSourceType = original.MetricsSourceType
|
||||
|
||||
const (
|
||||
PhysicalNode MetricsSourceType = original.PhysicalNode
|
||||
ResourceProvider MetricsSourceType = original.ResourceProvider
|
||||
VirtualMachine MetricsSourceType = original.VirtualMachine
|
||||
)
|
||||
|
||||
func PossibleMetricsSourceTypeValues() []MetricsSourceType {
|
||||
return original.PossibleMetricsSourceTypeValues()
|
||||
}
|
||||
|
||||
type MetricsUnit = original.MetricsUnit
|
||||
|
||||
const (
|
||||
B MetricsUnit = original.B
|
||||
GB MetricsUnit = original.GB
|
||||
KB MetricsUnit = original.KB
|
||||
MB MetricsUnit = original.MB
|
||||
One MetricsUnit = original.One
|
||||
Percentage MetricsUnit = original.Percentage
|
||||
TB MetricsUnit = original.TB
|
||||
)
|
||||
|
||||
func PossibleMetricsUnitValues() []MetricsUnit {
|
||||
return original.PossibleMetricsUnitValues()
|
||||
}
|
||||
|
||||
type Alert = original.Alert
|
||||
type AlertList = original.AlertList
|
||||
type AlertListIterator = original.AlertListIterator
|
||||
type AlertListPage = original.AlertListPage
|
||||
type AlertModel = original.AlertModel
|
||||
type AlertSummary = original.AlertSummary
|
||||
type BaseHealth = original.BaseHealth
|
||||
type Metrics = original.Metrics
|
||||
type RegionHealth = original.RegionHealth
|
||||
type RegionHealthList = original.RegionHealthList
|
||||
type RegionHealthListIterator = original.RegionHealthListIterator
|
||||
type RegionHealthListPage = original.RegionHealthListPage
|
||||
type RegionHealthModel = original.RegionHealthModel
|
||||
type Resource = original.Resource
|
||||
type ResourceHealth = original.ResourceHealth
|
||||
type ResourceHealthList = original.ResourceHealthList
|
||||
type ResourceHealthListIterator = original.ResourceHealthListIterator
|
||||
type ResourceHealthListPage = original.ResourceHealthListPage
|
||||
type ResourceHealthModel = original.ResourceHealthModel
|
||||
type ServiceHealth = original.ServiceHealth
|
||||
type ServiceHealthList = original.ServiceHealthList
|
||||
type ServiceHealthListIterator = original.ServiceHealthListIterator
|
||||
type ServiceHealthListPage = original.ServiceHealthListPage
|
||||
type ServiceHealthModel = original.ServiceHealthModel
|
||||
type UsageMetrics = original.UsageMetrics
|
||||
type RegionHealthsClient = original.RegionHealthsClient
|
||||
|
||||
func NewRegionHealthsClient(subscriptionID string) RegionHealthsClient {
|
||||
return original.NewRegionHealthsClient(subscriptionID)
|
||||
}
|
||||
func NewRegionHealthsClientWithBaseURI(baseURI string, subscriptionID string) RegionHealthsClient {
|
||||
return original.NewRegionHealthsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ResourceHealthsClient = original.ResourceHealthsClient
|
||||
|
||||
func NewResourceHealthsClient(subscriptionID string) ResourceHealthsClient {
|
||||
return original.NewResourceHealthsClient(subscriptionID)
|
||||
}
|
||||
func NewResourceHealthsClientWithBaseURI(baseURI string, subscriptionID string) ResourceHealthsClient {
|
||||
return original.NewResourceHealthsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServiceHealthsClient = original.ServiceHealthsClient
|
||||
|
||||
func NewServiceHealthsClient(subscriptionID string) ServiceHealthsClient {
|
||||
return original.NewServiceHealthsClient(subscriptionID)
|
||||
}
|
||||
func NewServiceHealthsClientWithBaseURI(baseURI string, subscriptionID string) ServiceHealthsClient {
|
||||
return original.NewServiceHealthsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
-748
@@ -1,748 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 batch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/batch/2018-03-01.6.1/batch"
|
||||
|
||||
type AccountClient = original.AccountClient
|
||||
|
||||
func NewAccountClient() AccountClient {
|
||||
return original.NewAccountClient()
|
||||
}
|
||||
func NewAccountClientWithBaseURI(baseURI string) AccountClient {
|
||||
return original.NewAccountClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ApplicationClient = original.ApplicationClient
|
||||
|
||||
func NewApplicationClient() ApplicationClient {
|
||||
return original.NewApplicationClient()
|
||||
}
|
||||
func NewApplicationClientWithBaseURI(baseURI string) ApplicationClient {
|
||||
return original.NewApplicationClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type CertificateClient = original.CertificateClient
|
||||
|
||||
func NewCertificateClient() CertificateClient {
|
||||
return original.NewCertificateClient()
|
||||
}
|
||||
func NewCertificateClientWithBaseURI(baseURI string) CertificateClient {
|
||||
return original.NewCertificateClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ComputeNodeClient = original.ComputeNodeClient
|
||||
|
||||
func NewComputeNodeClient() ComputeNodeClient {
|
||||
return original.NewComputeNodeClient()
|
||||
}
|
||||
func NewComputeNodeClientWithBaseURI(baseURI string) ComputeNodeClient {
|
||||
return original.NewComputeNodeClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type FileClient = original.FileClient
|
||||
|
||||
func NewFileClient() FileClient {
|
||||
return original.NewFileClient()
|
||||
}
|
||||
func NewFileClientWithBaseURI(baseURI string) FileClient {
|
||||
return original.NewFileClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type JobClient = original.JobClient
|
||||
|
||||
func NewJobClient() JobClient {
|
||||
return original.NewJobClient()
|
||||
}
|
||||
func NewJobClientWithBaseURI(baseURI string) JobClient {
|
||||
return original.NewJobClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type JobScheduleClient = original.JobScheduleClient
|
||||
|
||||
func NewJobScheduleClient() JobScheduleClient {
|
||||
return original.NewJobScheduleClient()
|
||||
}
|
||||
func NewJobScheduleClientWithBaseURI(baseURI string) JobScheduleClient {
|
||||
return original.NewJobScheduleClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type AccessScope = original.AccessScope
|
||||
|
||||
const (
|
||||
Job AccessScope = original.Job
|
||||
)
|
||||
|
||||
func PossibleAccessScopeValues() []AccessScope {
|
||||
return original.PossibleAccessScopeValues()
|
||||
}
|
||||
|
||||
type AllocationState = original.AllocationState
|
||||
|
||||
const (
|
||||
Resizing AllocationState = original.Resizing
|
||||
Steady AllocationState = original.Steady
|
||||
Stopping AllocationState = original.Stopping
|
||||
)
|
||||
|
||||
func PossibleAllocationStateValues() []AllocationState {
|
||||
return original.PossibleAllocationStateValues()
|
||||
}
|
||||
|
||||
type AutoUserScope = original.AutoUserScope
|
||||
|
||||
const (
|
||||
Pool AutoUserScope = original.Pool
|
||||
Task AutoUserScope = original.Task
|
||||
)
|
||||
|
||||
func PossibleAutoUserScopeValues() []AutoUserScope {
|
||||
return original.PossibleAutoUserScopeValues()
|
||||
}
|
||||
|
||||
type CachingType = original.CachingType
|
||||
|
||||
const (
|
||||
None CachingType = original.None
|
||||
ReadOnly CachingType = original.ReadOnly
|
||||
ReadWrite CachingType = original.ReadWrite
|
||||
)
|
||||
|
||||
func PossibleCachingTypeValues() []CachingType {
|
||||
return original.PossibleCachingTypeValues()
|
||||
}
|
||||
|
||||
type CertificateFormat = original.CertificateFormat
|
||||
|
||||
const (
|
||||
Cer CertificateFormat = original.Cer
|
||||
Pfx CertificateFormat = original.Pfx
|
||||
)
|
||||
|
||||
func PossibleCertificateFormatValues() []CertificateFormat {
|
||||
return original.PossibleCertificateFormatValues()
|
||||
}
|
||||
|
||||
type CertificateState = original.CertificateState
|
||||
|
||||
const (
|
||||
Active CertificateState = original.Active
|
||||
DeleteFailed CertificateState = original.DeleteFailed
|
||||
Deleting CertificateState = original.Deleting
|
||||
)
|
||||
|
||||
func PossibleCertificateStateValues() []CertificateState {
|
||||
return original.PossibleCertificateStateValues()
|
||||
}
|
||||
|
||||
type CertificateStoreLocation = original.CertificateStoreLocation
|
||||
|
||||
const (
|
||||
CurrentUser CertificateStoreLocation = original.CurrentUser
|
||||
LocalMachine CertificateStoreLocation = original.LocalMachine
|
||||
)
|
||||
|
||||
func PossibleCertificateStoreLocationValues() []CertificateStoreLocation {
|
||||
return original.PossibleCertificateStoreLocationValues()
|
||||
}
|
||||
|
||||
type CertificateVisibility = original.CertificateVisibility
|
||||
|
||||
const (
|
||||
CertificateVisibilityRemoteUser CertificateVisibility = original.CertificateVisibilityRemoteUser
|
||||
CertificateVisibilityStartTask CertificateVisibility = original.CertificateVisibilityStartTask
|
||||
CertificateVisibilityTask CertificateVisibility = original.CertificateVisibilityTask
|
||||
)
|
||||
|
||||
func PossibleCertificateVisibilityValues() []CertificateVisibility {
|
||||
return original.PossibleCertificateVisibilityValues()
|
||||
}
|
||||
|
||||
type ComputeNodeDeallocationOption = original.ComputeNodeDeallocationOption
|
||||
|
||||
const (
|
||||
Requeue ComputeNodeDeallocationOption = original.Requeue
|
||||
RetainedData ComputeNodeDeallocationOption = original.RetainedData
|
||||
TaskCompletion ComputeNodeDeallocationOption = original.TaskCompletion
|
||||
Terminate ComputeNodeDeallocationOption = original.Terminate
|
||||
)
|
||||
|
||||
func PossibleComputeNodeDeallocationOptionValues() []ComputeNodeDeallocationOption {
|
||||
return original.PossibleComputeNodeDeallocationOptionValues()
|
||||
}
|
||||
|
||||
type ComputeNodeFillType = original.ComputeNodeFillType
|
||||
|
||||
const (
|
||||
Pack ComputeNodeFillType = original.Pack
|
||||
Spread ComputeNodeFillType = original.Spread
|
||||
)
|
||||
|
||||
func PossibleComputeNodeFillTypeValues() []ComputeNodeFillType {
|
||||
return original.PossibleComputeNodeFillTypeValues()
|
||||
}
|
||||
|
||||
type ComputeNodeRebootOption = original.ComputeNodeRebootOption
|
||||
|
||||
const (
|
||||
ComputeNodeRebootOptionRequeue ComputeNodeRebootOption = original.ComputeNodeRebootOptionRequeue
|
||||
ComputeNodeRebootOptionRetainedData ComputeNodeRebootOption = original.ComputeNodeRebootOptionRetainedData
|
||||
ComputeNodeRebootOptionTaskCompletion ComputeNodeRebootOption = original.ComputeNodeRebootOptionTaskCompletion
|
||||
ComputeNodeRebootOptionTerminate ComputeNodeRebootOption = original.ComputeNodeRebootOptionTerminate
|
||||
)
|
||||
|
||||
func PossibleComputeNodeRebootOptionValues() []ComputeNodeRebootOption {
|
||||
return original.PossibleComputeNodeRebootOptionValues()
|
||||
}
|
||||
|
||||
type ComputeNodeReimageOption = original.ComputeNodeReimageOption
|
||||
|
||||
const (
|
||||
ComputeNodeReimageOptionRequeue ComputeNodeReimageOption = original.ComputeNodeReimageOptionRequeue
|
||||
ComputeNodeReimageOptionRetainedData ComputeNodeReimageOption = original.ComputeNodeReimageOptionRetainedData
|
||||
ComputeNodeReimageOptionTaskCompletion ComputeNodeReimageOption = original.ComputeNodeReimageOptionTaskCompletion
|
||||
ComputeNodeReimageOptionTerminate ComputeNodeReimageOption = original.ComputeNodeReimageOptionTerminate
|
||||
)
|
||||
|
||||
func PossibleComputeNodeReimageOptionValues() []ComputeNodeReimageOption {
|
||||
return original.PossibleComputeNodeReimageOptionValues()
|
||||
}
|
||||
|
||||
type ComputeNodeState = original.ComputeNodeState
|
||||
|
||||
const (
|
||||
Creating ComputeNodeState = original.Creating
|
||||
Idle ComputeNodeState = original.Idle
|
||||
LeavingPool ComputeNodeState = original.LeavingPool
|
||||
Offline ComputeNodeState = original.Offline
|
||||
Preempted ComputeNodeState = original.Preempted
|
||||
Rebooting ComputeNodeState = original.Rebooting
|
||||
Reimaging ComputeNodeState = original.Reimaging
|
||||
Running ComputeNodeState = original.Running
|
||||
Starting ComputeNodeState = original.Starting
|
||||
StartTaskFailed ComputeNodeState = original.StartTaskFailed
|
||||
Unknown ComputeNodeState = original.Unknown
|
||||
Unusable ComputeNodeState = original.Unusable
|
||||
WaitingForStartTask ComputeNodeState = original.WaitingForStartTask
|
||||
)
|
||||
|
||||
func PossibleComputeNodeStateValues() []ComputeNodeState {
|
||||
return original.PossibleComputeNodeStateValues()
|
||||
}
|
||||
|
||||
type DependencyAction = original.DependencyAction
|
||||
|
||||
const (
|
||||
Block DependencyAction = original.Block
|
||||
Satisfy DependencyAction = original.Satisfy
|
||||
)
|
||||
|
||||
func PossibleDependencyActionValues() []DependencyAction {
|
||||
return original.PossibleDependencyActionValues()
|
||||
}
|
||||
|
||||
type DisableComputeNodeSchedulingOption = original.DisableComputeNodeSchedulingOption
|
||||
|
||||
const (
|
||||
DisableComputeNodeSchedulingOptionRequeue DisableComputeNodeSchedulingOption = original.DisableComputeNodeSchedulingOptionRequeue
|
||||
DisableComputeNodeSchedulingOptionTaskCompletion DisableComputeNodeSchedulingOption = original.DisableComputeNodeSchedulingOptionTaskCompletion
|
||||
DisableComputeNodeSchedulingOptionTerminate DisableComputeNodeSchedulingOption = original.DisableComputeNodeSchedulingOptionTerminate
|
||||
)
|
||||
|
||||
func PossibleDisableComputeNodeSchedulingOptionValues() []DisableComputeNodeSchedulingOption {
|
||||
return original.PossibleDisableComputeNodeSchedulingOptionValues()
|
||||
}
|
||||
|
||||
type DisableJobOption = original.DisableJobOption
|
||||
|
||||
const (
|
||||
DisableJobOptionRequeue DisableJobOption = original.DisableJobOptionRequeue
|
||||
DisableJobOptionTerminate DisableJobOption = original.DisableJobOptionTerminate
|
||||
DisableJobOptionWait DisableJobOption = original.DisableJobOptionWait
|
||||
)
|
||||
|
||||
func PossibleDisableJobOptionValues() []DisableJobOption {
|
||||
return original.PossibleDisableJobOptionValues()
|
||||
}
|
||||
|
||||
type ElevationLevel = original.ElevationLevel
|
||||
|
||||
const (
|
||||
Admin ElevationLevel = original.Admin
|
||||
NonAdmin ElevationLevel = original.NonAdmin
|
||||
)
|
||||
|
||||
func PossibleElevationLevelValues() []ElevationLevel {
|
||||
return original.PossibleElevationLevelValues()
|
||||
}
|
||||
|
||||
type ErrorCategory = original.ErrorCategory
|
||||
|
||||
const (
|
||||
ServerError ErrorCategory = original.ServerError
|
||||
UserError ErrorCategory = original.UserError
|
||||
)
|
||||
|
||||
func PossibleErrorCategoryValues() []ErrorCategory {
|
||||
return original.PossibleErrorCategoryValues()
|
||||
}
|
||||
|
||||
type InboundEndpointProtocol = original.InboundEndpointProtocol
|
||||
|
||||
const (
|
||||
TCP InboundEndpointProtocol = original.TCP
|
||||
UDP InboundEndpointProtocol = original.UDP
|
||||
)
|
||||
|
||||
func PossibleInboundEndpointProtocolValues() []InboundEndpointProtocol {
|
||||
return original.PossibleInboundEndpointProtocolValues()
|
||||
}
|
||||
|
||||
type JobAction = original.JobAction
|
||||
|
||||
const (
|
||||
JobActionDisable JobAction = original.JobActionDisable
|
||||
JobActionNone JobAction = original.JobActionNone
|
||||
JobActionTerminate JobAction = original.JobActionTerminate
|
||||
)
|
||||
|
||||
func PossibleJobActionValues() []JobAction {
|
||||
return original.PossibleJobActionValues()
|
||||
}
|
||||
|
||||
type JobPreparationTaskState = original.JobPreparationTaskState
|
||||
|
||||
const (
|
||||
JobPreparationTaskStateCompleted JobPreparationTaskState = original.JobPreparationTaskStateCompleted
|
||||
JobPreparationTaskStateRunning JobPreparationTaskState = original.JobPreparationTaskStateRunning
|
||||
)
|
||||
|
||||
func PossibleJobPreparationTaskStateValues() []JobPreparationTaskState {
|
||||
return original.PossibleJobPreparationTaskStateValues()
|
||||
}
|
||||
|
||||
type JobReleaseTaskState = original.JobReleaseTaskState
|
||||
|
||||
const (
|
||||
JobReleaseTaskStateCompleted JobReleaseTaskState = original.JobReleaseTaskStateCompleted
|
||||
JobReleaseTaskStateRunning JobReleaseTaskState = original.JobReleaseTaskStateRunning
|
||||
)
|
||||
|
||||
func PossibleJobReleaseTaskStateValues() []JobReleaseTaskState {
|
||||
return original.PossibleJobReleaseTaskStateValues()
|
||||
}
|
||||
|
||||
type JobScheduleState = original.JobScheduleState
|
||||
|
||||
const (
|
||||
JobScheduleStateActive JobScheduleState = original.JobScheduleStateActive
|
||||
JobScheduleStateCompleted JobScheduleState = original.JobScheduleStateCompleted
|
||||
JobScheduleStateDeleting JobScheduleState = original.JobScheduleStateDeleting
|
||||
JobScheduleStateDisabled JobScheduleState = original.JobScheduleStateDisabled
|
||||
JobScheduleStateTerminating JobScheduleState = original.JobScheduleStateTerminating
|
||||
)
|
||||
|
||||
func PossibleJobScheduleStateValues() []JobScheduleState {
|
||||
return original.PossibleJobScheduleStateValues()
|
||||
}
|
||||
|
||||
type JobState = original.JobState
|
||||
|
||||
const (
|
||||
JobStateActive JobState = original.JobStateActive
|
||||
JobStateCompleted JobState = original.JobStateCompleted
|
||||
JobStateDeleting JobState = original.JobStateDeleting
|
||||
JobStateDisabled JobState = original.JobStateDisabled
|
||||
JobStateDisabling JobState = original.JobStateDisabling
|
||||
JobStateEnabling JobState = original.JobStateEnabling
|
||||
JobStateTerminating JobState = original.JobStateTerminating
|
||||
)
|
||||
|
||||
func PossibleJobStateValues() []JobState {
|
||||
return original.PossibleJobStateValues()
|
||||
}
|
||||
|
||||
type NetworkSecurityGroupRuleAccess = original.NetworkSecurityGroupRuleAccess
|
||||
|
||||
const (
|
||||
Allow NetworkSecurityGroupRuleAccess = original.Allow
|
||||
Deny NetworkSecurityGroupRuleAccess = original.Deny
|
||||
)
|
||||
|
||||
func PossibleNetworkSecurityGroupRuleAccessValues() []NetworkSecurityGroupRuleAccess {
|
||||
return original.PossibleNetworkSecurityGroupRuleAccessValues()
|
||||
}
|
||||
|
||||
type OnAllTasksComplete = original.OnAllTasksComplete
|
||||
|
||||
const (
|
||||
NoAction OnAllTasksComplete = original.NoAction
|
||||
TerminateJob OnAllTasksComplete = original.TerminateJob
|
||||
)
|
||||
|
||||
func PossibleOnAllTasksCompleteValues() []OnAllTasksComplete {
|
||||
return original.PossibleOnAllTasksCompleteValues()
|
||||
}
|
||||
|
||||
type OnTaskFailure = original.OnTaskFailure
|
||||
|
||||
const (
|
||||
OnTaskFailureNoAction OnTaskFailure = original.OnTaskFailureNoAction
|
||||
OnTaskFailurePerformExitOptionsJobAction OnTaskFailure = original.OnTaskFailurePerformExitOptionsJobAction
|
||||
)
|
||||
|
||||
func PossibleOnTaskFailureValues() []OnTaskFailure {
|
||||
return original.PossibleOnTaskFailureValues()
|
||||
}
|
||||
|
||||
type OSType = original.OSType
|
||||
|
||||
const (
|
||||
Linux OSType = original.Linux
|
||||
Windows OSType = original.Windows
|
||||
)
|
||||
|
||||
func PossibleOSTypeValues() []OSType {
|
||||
return original.PossibleOSTypeValues()
|
||||
}
|
||||
|
||||
type OutputFileUploadCondition = original.OutputFileUploadCondition
|
||||
|
||||
const (
|
||||
OutputFileUploadConditionTaskCompletion OutputFileUploadCondition = original.OutputFileUploadConditionTaskCompletion
|
||||
OutputFileUploadConditionTaskFailure OutputFileUploadCondition = original.OutputFileUploadConditionTaskFailure
|
||||
OutputFileUploadConditionTaskSuccess OutputFileUploadCondition = original.OutputFileUploadConditionTaskSuccess
|
||||
)
|
||||
|
||||
func PossibleOutputFileUploadConditionValues() []OutputFileUploadCondition {
|
||||
return original.PossibleOutputFileUploadConditionValues()
|
||||
}
|
||||
|
||||
type PoolLifetimeOption = original.PoolLifetimeOption
|
||||
|
||||
const (
|
||||
PoolLifetimeOptionJob PoolLifetimeOption = original.PoolLifetimeOptionJob
|
||||
PoolLifetimeOptionJobSchedule PoolLifetimeOption = original.PoolLifetimeOptionJobSchedule
|
||||
)
|
||||
|
||||
func PossiblePoolLifetimeOptionValues() []PoolLifetimeOption {
|
||||
return original.PossiblePoolLifetimeOptionValues()
|
||||
}
|
||||
|
||||
type PoolState = original.PoolState
|
||||
|
||||
const (
|
||||
PoolStateActive PoolState = original.PoolStateActive
|
||||
PoolStateDeleting PoolState = original.PoolStateDeleting
|
||||
PoolStateUpgrading PoolState = original.PoolStateUpgrading
|
||||
)
|
||||
|
||||
func PossiblePoolStateValues() []PoolState {
|
||||
return original.PossiblePoolStateValues()
|
||||
}
|
||||
|
||||
type SchedulingState = original.SchedulingState
|
||||
|
||||
const (
|
||||
Disabled SchedulingState = original.Disabled
|
||||
Enabled SchedulingState = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleSchedulingStateValues() []SchedulingState {
|
||||
return original.PossibleSchedulingStateValues()
|
||||
}
|
||||
|
||||
type StartTaskState = original.StartTaskState
|
||||
|
||||
const (
|
||||
StartTaskStateCompleted StartTaskState = original.StartTaskStateCompleted
|
||||
StartTaskStateRunning StartTaskState = original.StartTaskStateRunning
|
||||
)
|
||||
|
||||
func PossibleStartTaskStateValues() []StartTaskState {
|
||||
return original.PossibleStartTaskStateValues()
|
||||
}
|
||||
|
||||
type StorageAccountType = original.StorageAccountType
|
||||
|
||||
const (
|
||||
PremiumLRS StorageAccountType = original.PremiumLRS
|
||||
StandardLRS StorageAccountType = original.StandardLRS
|
||||
)
|
||||
|
||||
func PossibleStorageAccountTypeValues() []StorageAccountType {
|
||||
return original.PossibleStorageAccountTypeValues()
|
||||
}
|
||||
|
||||
type SubtaskState = original.SubtaskState
|
||||
|
||||
const (
|
||||
SubtaskStateCompleted SubtaskState = original.SubtaskStateCompleted
|
||||
SubtaskStatePreparing SubtaskState = original.SubtaskStatePreparing
|
||||
SubtaskStateRunning SubtaskState = original.SubtaskStateRunning
|
||||
)
|
||||
|
||||
func PossibleSubtaskStateValues() []SubtaskState {
|
||||
return original.PossibleSubtaskStateValues()
|
||||
}
|
||||
|
||||
type TaskAddStatus = original.TaskAddStatus
|
||||
|
||||
const (
|
||||
TaskAddStatusClientError TaskAddStatus = original.TaskAddStatusClientError
|
||||
TaskAddStatusServerError TaskAddStatus = original.TaskAddStatusServerError
|
||||
TaskAddStatusSuccess TaskAddStatus = original.TaskAddStatusSuccess
|
||||
)
|
||||
|
||||
func PossibleTaskAddStatusValues() []TaskAddStatus {
|
||||
return original.PossibleTaskAddStatusValues()
|
||||
}
|
||||
|
||||
type TaskCountValidationStatus = original.TaskCountValidationStatus
|
||||
|
||||
const (
|
||||
Unvalidated TaskCountValidationStatus = original.Unvalidated
|
||||
Validated TaskCountValidationStatus = original.Validated
|
||||
)
|
||||
|
||||
func PossibleTaskCountValidationStatusValues() []TaskCountValidationStatus {
|
||||
return original.PossibleTaskCountValidationStatusValues()
|
||||
}
|
||||
|
||||
type TaskExecutionResult = original.TaskExecutionResult
|
||||
|
||||
const (
|
||||
Failure TaskExecutionResult = original.Failure
|
||||
Success TaskExecutionResult = original.Success
|
||||
)
|
||||
|
||||
func PossibleTaskExecutionResultValues() []TaskExecutionResult {
|
||||
return original.PossibleTaskExecutionResultValues()
|
||||
}
|
||||
|
||||
type TaskState = original.TaskState
|
||||
|
||||
const (
|
||||
TaskStateActive TaskState = original.TaskStateActive
|
||||
TaskStateCompleted TaskState = original.TaskStateCompleted
|
||||
TaskStatePreparing TaskState = original.TaskStatePreparing
|
||||
TaskStateRunning TaskState = original.TaskStateRunning
|
||||
)
|
||||
|
||||
func PossibleTaskStateValues() []TaskState {
|
||||
return original.PossibleTaskStateValues()
|
||||
}
|
||||
|
||||
type AccountListNodeAgentSkusResult = original.AccountListNodeAgentSkusResult
|
||||
type AccountListNodeAgentSkusResultIterator = original.AccountListNodeAgentSkusResultIterator
|
||||
type AccountListNodeAgentSkusResultPage = original.AccountListNodeAgentSkusResultPage
|
||||
type AffinityInformation = original.AffinityInformation
|
||||
type ApplicationListResult = original.ApplicationListResult
|
||||
type ApplicationListResultIterator = original.ApplicationListResultIterator
|
||||
type ApplicationListResultPage = original.ApplicationListResultPage
|
||||
type ApplicationPackageReference = original.ApplicationPackageReference
|
||||
type ApplicationSummary = original.ApplicationSummary
|
||||
type AuthenticationTokenSettings = original.AuthenticationTokenSettings
|
||||
type AutoPoolSpecification = original.AutoPoolSpecification
|
||||
type AutoScaleRun = original.AutoScaleRun
|
||||
type AutoScaleRunError = original.AutoScaleRunError
|
||||
type AutoUserSpecification = original.AutoUserSpecification
|
||||
type Certificate = original.Certificate
|
||||
type CertificateAddParameter = original.CertificateAddParameter
|
||||
type CertificateListResult = original.CertificateListResult
|
||||
type CertificateListResultIterator = original.CertificateListResultIterator
|
||||
type CertificateListResultPage = original.CertificateListResultPage
|
||||
type CertificateReference = original.CertificateReference
|
||||
type CloudJob = original.CloudJob
|
||||
type CloudJobListPreparationAndReleaseTaskStatusResult = original.CloudJobListPreparationAndReleaseTaskStatusResult
|
||||
type CloudJobListPreparationAndReleaseTaskStatusResultIterator = original.CloudJobListPreparationAndReleaseTaskStatusResultIterator
|
||||
type CloudJobListPreparationAndReleaseTaskStatusResultPage = original.CloudJobListPreparationAndReleaseTaskStatusResultPage
|
||||
type CloudJobListResult = original.CloudJobListResult
|
||||
type CloudJobListResultIterator = original.CloudJobListResultIterator
|
||||
type CloudJobListResultPage = original.CloudJobListResultPage
|
||||
type CloudJobSchedule = original.CloudJobSchedule
|
||||
type CloudJobScheduleListResult = original.CloudJobScheduleListResult
|
||||
type CloudJobScheduleListResultIterator = original.CloudJobScheduleListResultIterator
|
||||
type CloudJobScheduleListResultPage = original.CloudJobScheduleListResultPage
|
||||
type CloudPool = original.CloudPool
|
||||
type CloudPoolListResult = original.CloudPoolListResult
|
||||
type CloudPoolListResultIterator = original.CloudPoolListResultIterator
|
||||
type CloudPoolListResultPage = original.CloudPoolListResultPage
|
||||
type CloudServiceConfiguration = original.CloudServiceConfiguration
|
||||
type CloudTask = original.CloudTask
|
||||
type CloudTaskListResult = original.CloudTaskListResult
|
||||
type CloudTaskListResultIterator = original.CloudTaskListResultIterator
|
||||
type CloudTaskListResultPage = original.CloudTaskListResultPage
|
||||
type CloudTaskListSubtasksResult = original.CloudTaskListSubtasksResult
|
||||
type ComputeNode = original.ComputeNode
|
||||
type ComputeNodeEndpointConfiguration = original.ComputeNodeEndpointConfiguration
|
||||
type ComputeNodeError = original.ComputeNodeError
|
||||
type ComputeNodeGetRemoteLoginSettingsResult = original.ComputeNodeGetRemoteLoginSettingsResult
|
||||
type ComputeNodeInformation = original.ComputeNodeInformation
|
||||
type ComputeNodeListResult = original.ComputeNodeListResult
|
||||
type ComputeNodeListResultIterator = original.ComputeNodeListResultIterator
|
||||
type ComputeNodeListResultPage = original.ComputeNodeListResultPage
|
||||
type ComputeNodeUser = original.ComputeNodeUser
|
||||
type ContainerConfiguration = original.ContainerConfiguration
|
||||
type ContainerRegistry = original.ContainerRegistry
|
||||
type DataDisk = original.DataDisk
|
||||
type DeleteCertificateError = original.DeleteCertificateError
|
||||
type EnvironmentSetting = original.EnvironmentSetting
|
||||
type Error = original.Error
|
||||
type ErrorDetail = original.ErrorDetail
|
||||
type ErrorMessage = original.ErrorMessage
|
||||
type ExitCodeMapping = original.ExitCodeMapping
|
||||
type ExitCodeRangeMapping = original.ExitCodeRangeMapping
|
||||
type ExitConditions = original.ExitConditions
|
||||
type ExitOptions = original.ExitOptions
|
||||
type FileProperties = original.FileProperties
|
||||
type ImageReference = original.ImageReference
|
||||
type InboundEndpoint = original.InboundEndpoint
|
||||
type InboundNATPool = original.InboundNATPool
|
||||
type JobAddParameter = original.JobAddParameter
|
||||
type JobConstraints = original.JobConstraints
|
||||
type JobDisableParameter = original.JobDisableParameter
|
||||
type JobExecutionInformation = original.JobExecutionInformation
|
||||
type JobManagerTask = original.JobManagerTask
|
||||
type JobPatchParameter = original.JobPatchParameter
|
||||
type JobPreparationAndReleaseTaskExecutionInformation = original.JobPreparationAndReleaseTaskExecutionInformation
|
||||
type JobPreparationTask = original.JobPreparationTask
|
||||
type JobPreparationTaskExecutionInformation = original.JobPreparationTaskExecutionInformation
|
||||
type JobReleaseTask = original.JobReleaseTask
|
||||
type JobReleaseTaskExecutionInformation = original.JobReleaseTaskExecutionInformation
|
||||
type JobScheduleAddParameter = original.JobScheduleAddParameter
|
||||
type JobScheduleExecutionInformation = original.JobScheduleExecutionInformation
|
||||
type JobSchedulePatchParameter = original.JobSchedulePatchParameter
|
||||
type JobScheduleStatistics = original.JobScheduleStatistics
|
||||
type JobScheduleUpdateParameter = original.JobScheduleUpdateParameter
|
||||
type JobSchedulingError = original.JobSchedulingError
|
||||
type JobSpecification = original.JobSpecification
|
||||
type JobStatistics = original.JobStatistics
|
||||
type JobTerminateParameter = original.JobTerminateParameter
|
||||
type JobUpdateParameter = original.JobUpdateParameter
|
||||
type LinuxUserConfiguration = original.LinuxUserConfiguration
|
||||
type MetadataItem = original.MetadataItem
|
||||
type MultiInstanceSettings = original.MultiInstanceSettings
|
||||
type NameValuePair = original.NameValuePair
|
||||
type NetworkConfiguration = original.NetworkConfiguration
|
||||
type NetworkSecurityGroupRule = original.NetworkSecurityGroupRule
|
||||
type NodeAgentSku = original.NodeAgentSku
|
||||
type NodeCounts = original.NodeCounts
|
||||
type NodeDisableSchedulingParameter = original.NodeDisableSchedulingParameter
|
||||
type NodeFile = original.NodeFile
|
||||
type NodeFileListResult = original.NodeFileListResult
|
||||
type NodeFileListResultIterator = original.NodeFileListResultIterator
|
||||
type NodeFileListResultPage = original.NodeFileListResultPage
|
||||
type NodeRebootParameter = original.NodeRebootParameter
|
||||
type NodeReimageParameter = original.NodeReimageParameter
|
||||
type NodeRemoveParameter = original.NodeRemoveParameter
|
||||
type NodeUpdateUserParameter = original.NodeUpdateUserParameter
|
||||
type OSDisk = original.OSDisk
|
||||
type OutputFile = original.OutputFile
|
||||
type OutputFileBlobContainerDestination = original.OutputFileBlobContainerDestination
|
||||
type OutputFileDestination = original.OutputFileDestination
|
||||
type OutputFileUploadOptions = original.OutputFileUploadOptions
|
||||
type PoolAddParameter = original.PoolAddParameter
|
||||
type PoolEnableAutoScaleParameter = original.PoolEnableAutoScaleParameter
|
||||
type PoolEndpointConfiguration = original.PoolEndpointConfiguration
|
||||
type PoolEvaluateAutoScaleParameter = original.PoolEvaluateAutoScaleParameter
|
||||
type PoolInformation = original.PoolInformation
|
||||
type PoolListUsageMetricsResult = original.PoolListUsageMetricsResult
|
||||
type PoolListUsageMetricsResultIterator = original.PoolListUsageMetricsResultIterator
|
||||
type PoolListUsageMetricsResultPage = original.PoolListUsageMetricsResultPage
|
||||
type PoolNodeCounts = original.PoolNodeCounts
|
||||
type PoolNodeCountsListResult = original.PoolNodeCountsListResult
|
||||
type PoolNodeCountsListResultIterator = original.PoolNodeCountsListResultIterator
|
||||
type PoolNodeCountsListResultPage = original.PoolNodeCountsListResultPage
|
||||
type PoolPatchParameter = original.PoolPatchParameter
|
||||
type PoolResizeParameter = original.PoolResizeParameter
|
||||
type PoolSpecification = original.PoolSpecification
|
||||
type PoolStatistics = original.PoolStatistics
|
||||
type PoolUpdatePropertiesParameter = original.PoolUpdatePropertiesParameter
|
||||
type PoolUpgradeOSParameter = original.PoolUpgradeOSParameter
|
||||
type PoolUsageMetrics = original.PoolUsageMetrics
|
||||
type ReadCloser = original.ReadCloser
|
||||
type RecentJob = original.RecentJob
|
||||
type ResizeError = original.ResizeError
|
||||
type ResourceFile = original.ResourceFile
|
||||
type ResourceStatistics = original.ResourceStatistics
|
||||
type Schedule = original.Schedule
|
||||
type StartTask = original.StartTask
|
||||
type StartTaskInformation = original.StartTaskInformation
|
||||
type SubtaskInformation = original.SubtaskInformation
|
||||
type TaskAddCollectionParameter = original.TaskAddCollectionParameter
|
||||
type TaskAddCollectionResult = original.TaskAddCollectionResult
|
||||
type TaskAddParameter = original.TaskAddParameter
|
||||
type TaskAddResult = original.TaskAddResult
|
||||
type TaskConstraints = original.TaskConstraints
|
||||
type TaskContainerExecutionInformation = original.TaskContainerExecutionInformation
|
||||
type TaskContainerSettings = original.TaskContainerSettings
|
||||
type TaskCounts = original.TaskCounts
|
||||
type TaskDependencies = original.TaskDependencies
|
||||
type TaskExecutionInformation = original.TaskExecutionInformation
|
||||
type TaskFailureInformation = original.TaskFailureInformation
|
||||
type TaskIDRange = original.TaskIDRange
|
||||
type TaskInformation = original.TaskInformation
|
||||
type TaskSchedulingPolicy = original.TaskSchedulingPolicy
|
||||
type TaskStatistics = original.TaskStatistics
|
||||
type TaskUpdateParameter = original.TaskUpdateParameter
|
||||
type UploadBatchServiceLogsConfiguration = original.UploadBatchServiceLogsConfiguration
|
||||
type UploadBatchServiceLogsResult = original.UploadBatchServiceLogsResult
|
||||
type UsageStatistics = original.UsageStatistics
|
||||
type UserAccount = original.UserAccount
|
||||
type UserIdentity = original.UserIdentity
|
||||
type VirtualMachineConfiguration = original.VirtualMachineConfiguration
|
||||
type WindowsConfiguration = original.WindowsConfiguration
|
||||
type PoolClient = original.PoolClient
|
||||
|
||||
func NewPoolClient() PoolClient {
|
||||
return original.NewPoolClient()
|
||||
}
|
||||
func NewPoolClientWithBaseURI(baseURI string) PoolClient {
|
||||
return original.NewPoolClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type TaskClient = original.TaskClient
|
||||
|
||||
func NewTaskClient() TaskClient {
|
||||
return original.NewTaskClient()
|
||||
}
|
||||
func NewTaskClientWithBaseURI(baseURI string) TaskClient {
|
||||
return original.NewTaskClientWithBaseURI(baseURI)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-418
@@ -1,418 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 batch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2017-09-01/batch"
|
||||
|
||||
type AccountClient = original.AccountClient
|
||||
|
||||
func NewAccountClient(subscriptionID string) AccountClient {
|
||||
return original.NewAccountClient(subscriptionID)
|
||||
}
|
||||
func NewAccountClientWithBaseURI(baseURI string, subscriptionID string) AccountClient {
|
||||
return original.NewAccountClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ApplicationClient = original.ApplicationClient
|
||||
|
||||
func NewApplicationClient(subscriptionID string) ApplicationClient {
|
||||
return original.NewApplicationClient(subscriptionID)
|
||||
}
|
||||
func NewApplicationClientWithBaseURI(baseURI string, subscriptionID string) ApplicationClient {
|
||||
return original.NewApplicationClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ApplicationPackageClient = original.ApplicationPackageClient
|
||||
|
||||
func NewApplicationPackageClient(subscriptionID string) ApplicationPackageClient {
|
||||
return original.NewApplicationPackageClient(subscriptionID)
|
||||
}
|
||||
func NewApplicationPackageClientWithBaseURI(baseURI string, subscriptionID string) ApplicationPackageClient {
|
||||
return original.NewApplicationPackageClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CertificateClient = original.CertificateClient
|
||||
|
||||
func NewCertificateClient(subscriptionID string) CertificateClient {
|
||||
return original.NewCertificateClient(subscriptionID)
|
||||
}
|
||||
func NewCertificateClientWithBaseURI(baseURI string, subscriptionID string) CertificateClient {
|
||||
return original.NewCertificateClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationClient = original.LocationClient
|
||||
|
||||
func NewLocationClient(subscriptionID string) LocationClient {
|
||||
return original.NewLocationClient(subscriptionID)
|
||||
}
|
||||
func NewLocationClientWithBaseURI(baseURI string, subscriptionID string) LocationClient {
|
||||
return original.NewLocationClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccountKeyType = original.AccountKeyType
|
||||
|
||||
const (
|
||||
Primary AccountKeyType = original.Primary
|
||||
Secondary AccountKeyType = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleAccountKeyTypeValues() []AccountKeyType {
|
||||
return original.PossibleAccountKeyTypeValues()
|
||||
}
|
||||
|
||||
type AllocationState = original.AllocationState
|
||||
|
||||
const (
|
||||
Resizing AllocationState = original.Resizing
|
||||
Steady AllocationState = original.Steady
|
||||
Stopping AllocationState = original.Stopping
|
||||
)
|
||||
|
||||
func PossibleAllocationStateValues() []AllocationState {
|
||||
return original.PossibleAllocationStateValues()
|
||||
}
|
||||
|
||||
type AutoUserScope = original.AutoUserScope
|
||||
|
||||
const (
|
||||
AutoUserScopePool AutoUserScope = original.AutoUserScopePool
|
||||
AutoUserScopeTask AutoUserScope = original.AutoUserScopeTask
|
||||
)
|
||||
|
||||
func PossibleAutoUserScopeValues() []AutoUserScope {
|
||||
return original.PossibleAutoUserScopeValues()
|
||||
}
|
||||
|
||||
type CachingType = original.CachingType
|
||||
|
||||
const (
|
||||
None CachingType = original.None
|
||||
ReadOnly CachingType = original.ReadOnly
|
||||
ReadWrite CachingType = original.ReadWrite
|
||||
)
|
||||
|
||||
func PossibleCachingTypeValues() []CachingType {
|
||||
return original.PossibleCachingTypeValues()
|
||||
}
|
||||
|
||||
type CertificateFormat = original.CertificateFormat
|
||||
|
||||
const (
|
||||
Cer CertificateFormat = original.Cer
|
||||
Pfx CertificateFormat = original.Pfx
|
||||
)
|
||||
|
||||
func PossibleCertificateFormatValues() []CertificateFormat {
|
||||
return original.PossibleCertificateFormatValues()
|
||||
}
|
||||
|
||||
type CertificateProvisioningState = original.CertificateProvisioningState
|
||||
|
||||
const (
|
||||
Deleting CertificateProvisioningState = original.Deleting
|
||||
Failed CertificateProvisioningState = original.Failed
|
||||
Succeeded CertificateProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleCertificateProvisioningStateValues() []CertificateProvisioningState {
|
||||
return original.PossibleCertificateProvisioningStateValues()
|
||||
}
|
||||
|
||||
type CertificateStoreLocation = original.CertificateStoreLocation
|
||||
|
||||
const (
|
||||
CurrentUser CertificateStoreLocation = original.CurrentUser
|
||||
LocalMachine CertificateStoreLocation = original.LocalMachine
|
||||
)
|
||||
|
||||
func PossibleCertificateStoreLocationValues() []CertificateStoreLocation {
|
||||
return original.PossibleCertificateStoreLocationValues()
|
||||
}
|
||||
|
||||
type CertificateVisibility = original.CertificateVisibility
|
||||
|
||||
const (
|
||||
CertificateVisibilityRemoteUser CertificateVisibility = original.CertificateVisibilityRemoteUser
|
||||
CertificateVisibilityStartTask CertificateVisibility = original.CertificateVisibilityStartTask
|
||||
CertificateVisibilityTask CertificateVisibility = original.CertificateVisibilityTask
|
||||
)
|
||||
|
||||
func PossibleCertificateVisibilityValues() []CertificateVisibility {
|
||||
return original.PossibleCertificateVisibilityValues()
|
||||
}
|
||||
|
||||
type ComputeNodeDeallocationOption = original.ComputeNodeDeallocationOption
|
||||
|
||||
const (
|
||||
Requeue ComputeNodeDeallocationOption = original.Requeue
|
||||
RetainedData ComputeNodeDeallocationOption = original.RetainedData
|
||||
TaskCompletion ComputeNodeDeallocationOption = original.TaskCompletion
|
||||
Terminate ComputeNodeDeallocationOption = original.Terminate
|
||||
)
|
||||
|
||||
func PossibleComputeNodeDeallocationOptionValues() []ComputeNodeDeallocationOption {
|
||||
return original.PossibleComputeNodeDeallocationOptionValues()
|
||||
}
|
||||
|
||||
type ComputeNodeFillType = original.ComputeNodeFillType
|
||||
|
||||
const (
|
||||
Pack ComputeNodeFillType = original.Pack
|
||||
Spread ComputeNodeFillType = original.Spread
|
||||
)
|
||||
|
||||
func PossibleComputeNodeFillTypeValues() []ComputeNodeFillType {
|
||||
return original.PossibleComputeNodeFillTypeValues()
|
||||
}
|
||||
|
||||
type ElevationLevel = original.ElevationLevel
|
||||
|
||||
const (
|
||||
Admin ElevationLevel = original.Admin
|
||||
NonAdmin ElevationLevel = original.NonAdmin
|
||||
)
|
||||
|
||||
func PossibleElevationLevelValues() []ElevationLevel {
|
||||
return original.PossibleElevationLevelValues()
|
||||
}
|
||||
|
||||
type InboundEndpointProtocol = original.InboundEndpointProtocol
|
||||
|
||||
const (
|
||||
TCP InboundEndpointProtocol = original.TCP
|
||||
UDP InboundEndpointProtocol = original.UDP
|
||||
)
|
||||
|
||||
func PossibleInboundEndpointProtocolValues() []InboundEndpointProtocol {
|
||||
return original.PossibleInboundEndpointProtocolValues()
|
||||
}
|
||||
|
||||
type InterNodeCommunicationState = original.InterNodeCommunicationState
|
||||
|
||||
const (
|
||||
Disabled InterNodeCommunicationState = original.Disabled
|
||||
Enabled InterNodeCommunicationState = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleInterNodeCommunicationStateValues() []InterNodeCommunicationState {
|
||||
return original.PossibleInterNodeCommunicationStateValues()
|
||||
}
|
||||
|
||||
type NameAvailabilityReason = original.NameAvailabilityReason
|
||||
|
||||
const (
|
||||
AlreadyExists NameAvailabilityReason = original.AlreadyExists
|
||||
Invalid NameAvailabilityReason = original.Invalid
|
||||
)
|
||||
|
||||
func PossibleNameAvailabilityReasonValues() []NameAvailabilityReason {
|
||||
return original.PossibleNameAvailabilityReasonValues()
|
||||
}
|
||||
|
||||
type NetworkSecurityGroupRuleAccess = original.NetworkSecurityGroupRuleAccess
|
||||
|
||||
const (
|
||||
Allow NetworkSecurityGroupRuleAccess = original.Allow
|
||||
Deny NetworkSecurityGroupRuleAccess = original.Deny
|
||||
)
|
||||
|
||||
func PossibleNetworkSecurityGroupRuleAccessValues() []NetworkSecurityGroupRuleAccess {
|
||||
return original.PossibleNetworkSecurityGroupRuleAccessValues()
|
||||
}
|
||||
|
||||
type PackageState = original.PackageState
|
||||
|
||||
const (
|
||||
Active PackageState = original.Active
|
||||
Pending PackageState = original.Pending
|
||||
Unmapped PackageState = original.Unmapped
|
||||
)
|
||||
|
||||
func PossiblePackageStateValues() []PackageState {
|
||||
return original.PossiblePackageStateValues()
|
||||
}
|
||||
|
||||
type PoolAllocationMode = original.PoolAllocationMode
|
||||
|
||||
const (
|
||||
BatchService PoolAllocationMode = original.BatchService
|
||||
UserSubscription PoolAllocationMode = original.UserSubscription
|
||||
)
|
||||
|
||||
func PossiblePoolAllocationModeValues() []PoolAllocationMode {
|
||||
return original.PossiblePoolAllocationModeValues()
|
||||
}
|
||||
|
||||
type PoolProvisioningState = original.PoolProvisioningState
|
||||
|
||||
const (
|
||||
PoolProvisioningStateDeleting PoolProvisioningState = original.PoolProvisioningStateDeleting
|
||||
PoolProvisioningStateSucceeded PoolProvisioningState = original.PoolProvisioningStateSucceeded
|
||||
)
|
||||
|
||||
func PossiblePoolProvisioningStateValues() []PoolProvisioningState {
|
||||
return original.PossiblePoolProvisioningStateValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
ProvisioningStateCancelled ProvisioningState = original.ProvisioningStateCancelled
|
||||
ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating
|
||||
ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting
|
||||
ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed
|
||||
ProvisioningStateInvalid ProvisioningState = original.ProvisioningStateInvalid
|
||||
ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type StorageAccountType = original.StorageAccountType
|
||||
|
||||
const (
|
||||
PremiumLRS StorageAccountType = original.PremiumLRS
|
||||
StandardLRS StorageAccountType = original.StandardLRS
|
||||
)
|
||||
|
||||
func PossibleStorageAccountTypeValues() []StorageAccountType {
|
||||
return original.PossibleStorageAccountTypeValues()
|
||||
}
|
||||
|
||||
type Account = original.Account
|
||||
type AccountCreateFuture = original.AccountCreateFuture
|
||||
type AccountCreateParameters = original.AccountCreateParameters
|
||||
type AccountCreateProperties = original.AccountCreateProperties
|
||||
type AccountDeleteFuture = original.AccountDeleteFuture
|
||||
type AccountKeys = original.AccountKeys
|
||||
type AccountListResult = original.AccountListResult
|
||||
type AccountListResultIterator = original.AccountListResultIterator
|
||||
type AccountListResultPage = original.AccountListResultPage
|
||||
type AccountProperties = original.AccountProperties
|
||||
type AccountRegenerateKeyParameters = original.AccountRegenerateKeyParameters
|
||||
type AccountUpdateParameters = original.AccountUpdateParameters
|
||||
type AccountUpdateProperties = original.AccountUpdateProperties
|
||||
type ActivateApplicationPackageParameters = original.ActivateApplicationPackageParameters
|
||||
type Application = original.Application
|
||||
type ApplicationCreateParameters = original.ApplicationCreateParameters
|
||||
type ApplicationPackage = original.ApplicationPackage
|
||||
type ApplicationPackageReference = original.ApplicationPackageReference
|
||||
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
|
||||
type AutoScaleRun = original.AutoScaleRun
|
||||
type AutoScaleRunError = original.AutoScaleRunError
|
||||
type AutoScaleSettings = original.AutoScaleSettings
|
||||
type AutoStorageBaseProperties = original.AutoStorageBaseProperties
|
||||
type AutoStorageProperties = original.AutoStorageProperties
|
||||
type AutoUserSpecification = original.AutoUserSpecification
|
||||
type Certificate = original.Certificate
|
||||
type CertificateBaseProperties = original.CertificateBaseProperties
|
||||
type CertificateCreateFuture = original.CertificateCreateFuture
|
||||
type CertificateCreateOrUpdateParameters = original.CertificateCreateOrUpdateParameters
|
||||
type CertificateCreateOrUpdateProperties = original.CertificateCreateOrUpdateProperties
|
||||
type CertificateDeleteFuture = original.CertificateDeleteFuture
|
||||
type CertificateProperties = original.CertificateProperties
|
||||
type CertificateReference = original.CertificateReference
|
||||
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type CloudError = original.CloudError
|
||||
type CloudErrorBody = original.CloudErrorBody
|
||||
type CloudServiceConfiguration = original.CloudServiceConfiguration
|
||||
type DataDisk = original.DataDisk
|
||||
type DeleteCertificateError = original.DeleteCertificateError
|
||||
type DeploymentConfiguration = original.DeploymentConfiguration
|
||||
type EnvironmentSetting = original.EnvironmentSetting
|
||||
type FixedScaleSettings = original.FixedScaleSettings
|
||||
type ImageReference = original.ImageReference
|
||||
type InboundNatPool = original.InboundNatPool
|
||||
type KeyVaultReference = original.KeyVaultReference
|
||||
type LinuxUserConfiguration = original.LinuxUserConfiguration
|
||||
type ListApplicationsResult = original.ListApplicationsResult
|
||||
type ListApplicationsResultIterator = original.ListApplicationsResultIterator
|
||||
type ListApplicationsResultPage = original.ListApplicationsResultPage
|
||||
type ListCertificatesResult = original.ListCertificatesResult
|
||||
type ListCertificatesResultIterator = original.ListCertificatesResultIterator
|
||||
type ListCertificatesResultPage = original.ListCertificatesResultPage
|
||||
type ListPoolsResult = original.ListPoolsResult
|
||||
type ListPoolsResultIterator = original.ListPoolsResultIterator
|
||||
type ListPoolsResultPage = original.ListPoolsResultPage
|
||||
type LocationQuota = original.LocationQuota
|
||||
type MetadataItem = original.MetadataItem
|
||||
type NetworkConfiguration = original.NetworkConfiguration
|
||||
type NetworkSecurityGroupRule = original.NetworkSecurityGroupRule
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OSDisk = original.OSDisk
|
||||
type Pool = original.Pool
|
||||
type PoolCreateFuture = original.PoolCreateFuture
|
||||
type PoolDeleteFuture = original.PoolDeleteFuture
|
||||
type PoolEndpointConfiguration = original.PoolEndpointConfiguration
|
||||
type PoolProperties = original.PoolProperties
|
||||
type ProxyResource = original.ProxyResource
|
||||
type ResizeError = original.ResizeError
|
||||
type ResizeOperationStatus = original.ResizeOperationStatus
|
||||
type Resource = original.Resource
|
||||
type ResourceFile = original.ResourceFile
|
||||
type ScaleSettings = original.ScaleSettings
|
||||
type StartTask = original.StartTask
|
||||
type TaskSchedulingPolicy = original.TaskSchedulingPolicy
|
||||
type UserAccount = original.UserAccount
|
||||
type UserIdentity = original.UserIdentity
|
||||
type VirtualMachineConfiguration = original.VirtualMachineConfiguration
|
||||
type WindowsConfiguration = original.WindowsConfiguration
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PoolClient = original.PoolClient
|
||||
|
||||
func NewPoolClient(subscriptionID string) PoolClient {
|
||||
return original.NewPoolClient(subscriptionID)
|
||||
}
|
||||
func NewPoolClientWithBaseURI(baseURI string, subscriptionID string) PoolClient {
|
||||
return original.NewPoolClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-320
@@ -1,320 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 batchai
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/batchai/mgmt/2018-03-01/batchai"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ClustersClient = original.ClustersClient
|
||||
|
||||
func NewClustersClient(subscriptionID string) ClustersClient {
|
||||
return original.NewClustersClient(subscriptionID)
|
||||
}
|
||||
func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient {
|
||||
return original.NewClustersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FileServersClient = original.FileServersClient
|
||||
|
||||
func NewFileServersClient(subscriptionID string) FileServersClient {
|
||||
return original.NewFileServersClient(subscriptionID)
|
||||
}
|
||||
func NewFileServersClientWithBaseURI(baseURI string, subscriptionID string) FileServersClient {
|
||||
return original.NewFileServersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobsClient = original.JobsClient
|
||||
|
||||
func NewJobsClient(subscriptionID string) JobsClient {
|
||||
return original.NewJobsClient(subscriptionID)
|
||||
}
|
||||
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient {
|
||||
return original.NewJobsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AllocationState = original.AllocationState
|
||||
|
||||
const (
|
||||
Resizing AllocationState = original.Resizing
|
||||
Steady AllocationState = original.Steady
|
||||
)
|
||||
|
||||
func PossibleAllocationStateValues() []AllocationState {
|
||||
return original.PossibleAllocationStateValues()
|
||||
}
|
||||
|
||||
type CachingType = original.CachingType
|
||||
|
||||
const (
|
||||
None CachingType = original.None
|
||||
Readonly CachingType = original.Readonly
|
||||
Readwrite CachingType = original.Readwrite
|
||||
)
|
||||
|
||||
func PossibleCachingTypeValues() []CachingType {
|
||||
return original.PossibleCachingTypeValues()
|
||||
}
|
||||
|
||||
type DeallocationOption = original.DeallocationOption
|
||||
|
||||
const (
|
||||
Requeue DeallocationOption = original.Requeue
|
||||
Terminate DeallocationOption = original.Terminate
|
||||
Unknown DeallocationOption = original.Unknown
|
||||
Waitforjobcompletion DeallocationOption = original.Waitforjobcompletion
|
||||
)
|
||||
|
||||
func PossibleDeallocationOptionValues() []DeallocationOption {
|
||||
return original.PossibleDeallocationOptionValues()
|
||||
}
|
||||
|
||||
type ExecutionState = original.ExecutionState
|
||||
|
||||
const (
|
||||
Failed ExecutionState = original.Failed
|
||||
Queued ExecutionState = original.Queued
|
||||
Running ExecutionState = original.Running
|
||||
Succeeded ExecutionState = original.Succeeded
|
||||
Terminating ExecutionState = original.Terminating
|
||||
)
|
||||
|
||||
func PossibleExecutionStateValues() []ExecutionState {
|
||||
return original.PossibleExecutionStateValues()
|
||||
}
|
||||
|
||||
type FileServerProvisioningState = original.FileServerProvisioningState
|
||||
|
||||
const (
|
||||
FileServerProvisioningStateCreating FileServerProvisioningState = original.FileServerProvisioningStateCreating
|
||||
FileServerProvisioningStateDeleting FileServerProvisioningState = original.FileServerProvisioningStateDeleting
|
||||
FileServerProvisioningStateFailed FileServerProvisioningState = original.FileServerProvisioningStateFailed
|
||||
FileServerProvisioningStateSucceeded FileServerProvisioningState = original.FileServerProvisioningStateSucceeded
|
||||
FileServerProvisioningStateUpdating FileServerProvisioningState = original.FileServerProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleFileServerProvisioningStateValues() []FileServerProvisioningState {
|
||||
return original.PossibleFileServerProvisioningStateValues()
|
||||
}
|
||||
|
||||
type FileServerType = original.FileServerType
|
||||
|
||||
const (
|
||||
Glusterfs FileServerType = original.Glusterfs
|
||||
Nfs FileServerType = original.Nfs
|
||||
)
|
||||
|
||||
func PossibleFileServerTypeValues() []FileServerType {
|
||||
return original.PossibleFileServerTypeValues()
|
||||
}
|
||||
|
||||
type OutputType = original.OutputType
|
||||
|
||||
const (
|
||||
Custom OutputType = original.Custom
|
||||
Logs OutputType = original.Logs
|
||||
Model OutputType = original.Model
|
||||
Summary OutputType = original.Summary
|
||||
)
|
||||
|
||||
func PossibleOutputTypeValues() []OutputType {
|
||||
return original.PossibleOutputTypeValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating
|
||||
ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting
|
||||
ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed
|
||||
ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type StorageAccountType = original.StorageAccountType
|
||||
|
||||
const (
|
||||
PremiumLRS StorageAccountType = original.PremiumLRS
|
||||
StandardLRS StorageAccountType = original.StandardLRS
|
||||
)
|
||||
|
||||
func PossibleStorageAccountTypeValues() []StorageAccountType {
|
||||
return original.PossibleStorageAccountTypeValues()
|
||||
}
|
||||
|
||||
type ToolType = original.ToolType
|
||||
|
||||
const (
|
||||
ToolTypeCaffe ToolType = original.ToolTypeCaffe
|
||||
ToolTypeCaffe2 ToolType = original.ToolTypeCaffe2
|
||||
ToolTypeChainer ToolType = original.ToolTypeChainer
|
||||
ToolTypeCntk ToolType = original.ToolTypeCntk
|
||||
ToolTypeCustom ToolType = original.ToolTypeCustom
|
||||
ToolTypeTensorflow ToolType = original.ToolTypeTensorflow
|
||||
)
|
||||
|
||||
func PossibleToolTypeValues() []ToolType {
|
||||
return original.PossibleToolTypeValues()
|
||||
}
|
||||
|
||||
type VMPriority = original.VMPriority
|
||||
|
||||
const (
|
||||
Dedicated VMPriority = original.Dedicated
|
||||
Lowpriority VMPriority = original.Lowpriority
|
||||
)
|
||||
|
||||
func PossibleVMPriorityValues() []VMPriority {
|
||||
return original.PossibleVMPriorityValues()
|
||||
}
|
||||
|
||||
type AppInsightsReference = original.AppInsightsReference
|
||||
type AutoScaleSettings = original.AutoScaleSettings
|
||||
type AzureBlobFileSystemReference = original.AzureBlobFileSystemReference
|
||||
type AzureFileShareReference = original.AzureFileShareReference
|
||||
type AzureStorageCredentialsInfo = original.AzureStorageCredentialsInfo
|
||||
type Caffe2Settings = original.Caffe2Settings
|
||||
type CaffeSettings = original.CaffeSettings
|
||||
type ChainerSettings = original.ChainerSettings
|
||||
type CloudError = original.CloudError
|
||||
type CloudErrorBody = original.CloudErrorBody
|
||||
type Cluster = original.Cluster
|
||||
type ClusterBaseProperties = original.ClusterBaseProperties
|
||||
type ClusterCreateParameters = original.ClusterCreateParameters
|
||||
type ClusterListResult = original.ClusterListResult
|
||||
type ClusterListResultIterator = original.ClusterListResultIterator
|
||||
type ClusterListResultPage = original.ClusterListResultPage
|
||||
type ClusterProperties = original.ClusterProperties
|
||||
type ClustersCreateFuture = original.ClustersCreateFuture
|
||||
type ClustersDeleteFuture = original.ClustersDeleteFuture
|
||||
type ClusterUpdateParameters = original.ClusterUpdateParameters
|
||||
type ClusterUpdateProperties = original.ClusterUpdateProperties
|
||||
type CNTKsettings = original.CNTKsettings
|
||||
type ContainerSettings = original.ContainerSettings
|
||||
type CustomToolkitSettings = original.CustomToolkitSettings
|
||||
type DataDisks = original.DataDisks
|
||||
type EnvironmentVariable = original.EnvironmentVariable
|
||||
type EnvironmentVariableWithSecretValue = original.EnvironmentVariableWithSecretValue
|
||||
type Error = original.Error
|
||||
type File = original.File
|
||||
type FileListResult = original.FileListResult
|
||||
type FileListResultIterator = original.FileListResultIterator
|
||||
type FileListResultPage = original.FileListResultPage
|
||||
type FileProperties = original.FileProperties
|
||||
type FileServer = original.FileServer
|
||||
type FileServerBaseProperties = original.FileServerBaseProperties
|
||||
type FileServerCreateParameters = original.FileServerCreateParameters
|
||||
type FileServerListResult = original.FileServerListResult
|
||||
type FileServerListResultIterator = original.FileServerListResultIterator
|
||||
type FileServerListResultPage = original.FileServerListResultPage
|
||||
type FileServerProperties = original.FileServerProperties
|
||||
type FileServerReference = original.FileServerReference
|
||||
type FileServersCreateFuture = original.FileServersCreateFuture
|
||||
type FileServersDeleteFuture = original.FileServersDeleteFuture
|
||||
type ImageReference = original.ImageReference
|
||||
type ImageSourceRegistry = original.ImageSourceRegistry
|
||||
type InputDirectory = original.InputDirectory
|
||||
type Job = original.Job
|
||||
type JobBaseProperties = original.JobBaseProperties
|
||||
type JobBasePropertiesConstraints = original.JobBasePropertiesConstraints
|
||||
type JobCreateParameters = original.JobCreateParameters
|
||||
type JobListResult = original.JobListResult
|
||||
type JobListResultIterator = original.JobListResultIterator
|
||||
type JobListResultPage = original.JobListResultPage
|
||||
type JobPreparation = original.JobPreparation
|
||||
type JobProperties = original.JobProperties
|
||||
type JobPropertiesConstraints = original.JobPropertiesConstraints
|
||||
type JobPropertiesExecutionInfo = original.JobPropertiesExecutionInfo
|
||||
type JobsCreateFuture = original.JobsCreateFuture
|
||||
type JobsDeleteFuture = original.JobsDeleteFuture
|
||||
type JobsTerminateFuture = original.JobsTerminateFuture
|
||||
type KeyVaultKeyReference = original.KeyVaultKeyReference
|
||||
type KeyVaultSecretReference = original.KeyVaultSecretReference
|
||||
type ListUsagesResult = original.ListUsagesResult
|
||||
type ListUsagesResultIterator = original.ListUsagesResultIterator
|
||||
type ListUsagesResultPage = original.ListUsagesResultPage
|
||||
type LocalDataVolume = original.LocalDataVolume
|
||||
type ManualScaleSettings = original.ManualScaleSettings
|
||||
type MountSettings = original.MountSettings
|
||||
type MountVolumes = original.MountVolumes
|
||||
type NameValuePair = original.NameValuePair
|
||||
type NodeSetup = original.NodeSetup
|
||||
type NodeStateCounts = original.NodeStateCounts
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OutputDirectory = original.OutputDirectory
|
||||
type PerformanceCountersSettings = original.PerformanceCountersSettings
|
||||
type PrivateRegistryCredentials = original.PrivateRegistryCredentials
|
||||
type PyTorchSettings = original.PyTorchSettings
|
||||
type RemoteLoginInformation = original.RemoteLoginInformation
|
||||
type RemoteLoginInformationListResult = original.RemoteLoginInformationListResult
|
||||
type RemoteLoginInformationListResultIterator = original.RemoteLoginInformationListResultIterator
|
||||
type RemoteLoginInformationListResultPage = original.RemoteLoginInformationListResultPage
|
||||
type Resource = original.Resource
|
||||
type ResourceID = original.ResourceID
|
||||
type ScaleSettings = original.ScaleSettings
|
||||
type SetupTask = original.SetupTask
|
||||
type SSHConfiguration = original.SSHConfiguration
|
||||
type TensorFlowSettings = original.TensorFlowSettings
|
||||
type UnmanagedFileSystemReference = original.UnmanagedFileSystemReference
|
||||
type Usage = original.Usage
|
||||
type UsageName = original.UsageName
|
||||
type UserAccountSettings = original.UserAccountSettings
|
||||
type VirtualMachineConfiguration = original.VirtualMachineConfiguration
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsageClient = original.UsageClient
|
||||
|
||||
func NewUsageClient(subscriptionID string) UsageClient {
|
||||
return original.NewUsageClient(subscriptionID)
|
||||
}
|
||||
func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient {
|
||||
return original.NewUsageClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-221
@@ -1,221 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 computervision
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/computervision"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(azureRegion AzureRegions) BaseClient {
|
||||
return original.New(azureRegion)
|
||||
}
|
||||
func NewWithoutDefaults(azureRegion AzureRegions) BaseClient {
|
||||
return original.NewWithoutDefaults(azureRegion)
|
||||
}
|
||||
|
||||
type AzureRegions = original.AzureRegions
|
||||
|
||||
const (
|
||||
Australiaeast AzureRegions = original.Australiaeast
|
||||
Brazilsouth AzureRegions = original.Brazilsouth
|
||||
Eastasia AzureRegions = original.Eastasia
|
||||
Eastus AzureRegions = original.Eastus
|
||||
Eastus2 AzureRegions = original.Eastus2
|
||||
Northeurope AzureRegions = original.Northeurope
|
||||
Southcentralus AzureRegions = original.Southcentralus
|
||||
Southeastasia AzureRegions = original.Southeastasia
|
||||
Westcentralus AzureRegions = original.Westcentralus
|
||||
Westeurope AzureRegions = original.Westeurope
|
||||
Westus AzureRegions = original.Westus
|
||||
Westus2 AzureRegions = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleAzureRegionsValues() []AzureRegions {
|
||||
return original.PossibleAzureRegionsValues()
|
||||
}
|
||||
|
||||
type Details = original.Details
|
||||
|
||||
const (
|
||||
Celebrities Details = original.Celebrities
|
||||
Landmarks Details = original.Landmarks
|
||||
)
|
||||
|
||||
func PossibleDetailsValues() []Details {
|
||||
return original.PossibleDetailsValues()
|
||||
}
|
||||
|
||||
type DomainModels = original.DomainModels
|
||||
|
||||
const (
|
||||
DomainModelsCelebrities DomainModels = original.DomainModelsCelebrities
|
||||
DomainModelsLandmarks DomainModels = original.DomainModelsLandmarks
|
||||
)
|
||||
|
||||
func PossibleDomainModelsValues() []DomainModels {
|
||||
return original.PossibleDomainModelsValues()
|
||||
}
|
||||
|
||||
type ErrorCodes = original.ErrorCodes
|
||||
|
||||
const (
|
||||
BadArgument ErrorCodes = original.BadArgument
|
||||
FailedToProcess ErrorCodes = original.FailedToProcess
|
||||
InternalServerError ErrorCodes = original.InternalServerError
|
||||
InvalidDetails ErrorCodes = original.InvalidDetails
|
||||
InvalidImageFormat ErrorCodes = original.InvalidImageFormat
|
||||
InvalidImageSize ErrorCodes = original.InvalidImageSize
|
||||
InvalidImageURL ErrorCodes = original.InvalidImageURL
|
||||
NotSupportedImage ErrorCodes = original.NotSupportedImage
|
||||
NotSupportedLanguage ErrorCodes = original.NotSupportedLanguage
|
||||
NotSupportedVisualFeature ErrorCodes = original.NotSupportedVisualFeature
|
||||
StorageException ErrorCodes = original.StorageException
|
||||
Timeout ErrorCodes = original.Timeout
|
||||
Unspecified ErrorCodes = original.Unspecified
|
||||
)
|
||||
|
||||
func PossibleErrorCodesValues() []ErrorCodes {
|
||||
return original.PossibleErrorCodesValues()
|
||||
}
|
||||
|
||||
type Gender = original.Gender
|
||||
|
||||
const (
|
||||
Female Gender = original.Female
|
||||
Male Gender = original.Male
|
||||
)
|
||||
|
||||
func PossibleGenderValues() []Gender {
|
||||
return original.PossibleGenderValues()
|
||||
}
|
||||
|
||||
type Language1 = original.Language1
|
||||
|
||||
const (
|
||||
En Language1 = original.En
|
||||
Zh Language1 = original.Zh
|
||||
)
|
||||
|
||||
func PossibleLanguage1Values() []Language1 {
|
||||
return original.PossibleLanguage1Values()
|
||||
}
|
||||
|
||||
type OcrLanguages = original.OcrLanguages
|
||||
|
||||
const (
|
||||
OcrLanguagesAr OcrLanguages = original.OcrLanguagesAr
|
||||
OcrLanguagesCs OcrLanguages = original.OcrLanguagesCs
|
||||
OcrLanguagesDa OcrLanguages = original.OcrLanguagesDa
|
||||
OcrLanguagesDe OcrLanguages = original.OcrLanguagesDe
|
||||
OcrLanguagesEl OcrLanguages = original.OcrLanguagesEl
|
||||
OcrLanguagesEn OcrLanguages = original.OcrLanguagesEn
|
||||
OcrLanguagesEs OcrLanguages = original.OcrLanguagesEs
|
||||
OcrLanguagesFi OcrLanguages = original.OcrLanguagesFi
|
||||
OcrLanguagesFr OcrLanguages = original.OcrLanguagesFr
|
||||
OcrLanguagesHu OcrLanguages = original.OcrLanguagesHu
|
||||
OcrLanguagesIt OcrLanguages = original.OcrLanguagesIt
|
||||
OcrLanguagesJa OcrLanguages = original.OcrLanguagesJa
|
||||
OcrLanguagesKo OcrLanguages = original.OcrLanguagesKo
|
||||
OcrLanguagesNb OcrLanguages = original.OcrLanguagesNb
|
||||
OcrLanguagesNl OcrLanguages = original.OcrLanguagesNl
|
||||
OcrLanguagesPl OcrLanguages = original.OcrLanguagesPl
|
||||
OcrLanguagesPt OcrLanguages = original.OcrLanguagesPt
|
||||
OcrLanguagesRo OcrLanguages = original.OcrLanguagesRo
|
||||
OcrLanguagesRu OcrLanguages = original.OcrLanguagesRu
|
||||
OcrLanguagesSk OcrLanguages = original.OcrLanguagesSk
|
||||
OcrLanguagesSrCyrl OcrLanguages = original.OcrLanguagesSrCyrl
|
||||
OcrLanguagesSrLatn OcrLanguages = original.OcrLanguagesSrLatn
|
||||
OcrLanguagesSv OcrLanguages = original.OcrLanguagesSv
|
||||
OcrLanguagesTr OcrLanguages = original.OcrLanguagesTr
|
||||
OcrLanguagesUnk OcrLanguages = original.OcrLanguagesUnk
|
||||
OcrLanguagesZhHans OcrLanguages = original.OcrLanguagesZhHans
|
||||
OcrLanguagesZhHant OcrLanguages = original.OcrLanguagesZhHant
|
||||
)
|
||||
|
||||
func PossibleOcrLanguagesValues() []OcrLanguages {
|
||||
return original.PossibleOcrLanguagesValues()
|
||||
}
|
||||
|
||||
type TextOperationStatusCodes = original.TextOperationStatusCodes
|
||||
|
||||
const (
|
||||
Failed TextOperationStatusCodes = original.Failed
|
||||
NotStarted TextOperationStatusCodes = original.NotStarted
|
||||
Running TextOperationStatusCodes = original.Running
|
||||
Succeeded TextOperationStatusCodes = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleTextOperationStatusCodesValues() []TextOperationStatusCodes {
|
||||
return original.PossibleTextOperationStatusCodesValues()
|
||||
}
|
||||
|
||||
type VisualFeatureTypes = original.VisualFeatureTypes
|
||||
|
||||
const (
|
||||
VisualFeatureTypesAdult VisualFeatureTypes = original.VisualFeatureTypesAdult
|
||||
VisualFeatureTypesCategories VisualFeatureTypes = original.VisualFeatureTypesCategories
|
||||
VisualFeatureTypesColor VisualFeatureTypes = original.VisualFeatureTypesColor
|
||||
VisualFeatureTypesDescription VisualFeatureTypes = original.VisualFeatureTypesDescription
|
||||
VisualFeatureTypesFaces VisualFeatureTypes = original.VisualFeatureTypesFaces
|
||||
VisualFeatureTypesImageType VisualFeatureTypes = original.VisualFeatureTypesImageType
|
||||
VisualFeatureTypesTags VisualFeatureTypes = original.VisualFeatureTypesTags
|
||||
)
|
||||
|
||||
func PossibleVisualFeatureTypesValues() []VisualFeatureTypes {
|
||||
return original.PossibleVisualFeatureTypesValues()
|
||||
}
|
||||
|
||||
type AdultInfo = original.AdultInfo
|
||||
type Category = original.Category
|
||||
type CategoryDetail = original.CategoryDetail
|
||||
type CelebritiesModel = original.CelebritiesModel
|
||||
type ColorInfo = original.ColorInfo
|
||||
type DomainModelResult = original.DomainModelResult
|
||||
type DomainModelResults = original.DomainModelResults
|
||||
type Error = original.Error
|
||||
type FaceDescription = original.FaceDescription
|
||||
type FaceRectangle = original.FaceRectangle
|
||||
type ImageAnalysis = original.ImageAnalysis
|
||||
type ImageCaption = original.ImageCaption
|
||||
type ImageDescription = original.ImageDescription
|
||||
type ImageDescriptionDetails = original.ImageDescriptionDetails
|
||||
type ImageMetadata = original.ImageMetadata
|
||||
type ImageTag = original.ImageTag
|
||||
type ImageType = original.ImageType
|
||||
type ImageURL = original.ImageURL
|
||||
type Line = original.Line
|
||||
type ListModelsResult = original.ListModelsResult
|
||||
type ModelDescription = original.ModelDescription
|
||||
type OcrLine = original.OcrLine
|
||||
type OcrRegion = original.OcrRegion
|
||||
type OcrResult = original.OcrResult
|
||||
type OcrWord = original.OcrWord
|
||||
type ReadCloser = original.ReadCloser
|
||||
type RecognitionResult = original.RecognitionResult
|
||||
type TagResult = original.TagResult
|
||||
type TextOperationResult = original.TextOperationResult
|
||||
type Word = original.Word
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-189
@@ -1,189 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 contentmoderator
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(baseURL AzureRegionBaseURL) BaseClient {
|
||||
return original.New(baseURL)
|
||||
}
|
||||
func NewWithoutDefaults(baseURL AzureRegionBaseURL) BaseClient {
|
||||
return original.NewWithoutDefaults(baseURL)
|
||||
}
|
||||
|
||||
type ImageModerationClient = original.ImageModerationClient
|
||||
|
||||
func NewImageModerationClient(baseURL AzureRegionBaseURL) ImageModerationClient {
|
||||
return original.NewImageModerationClient(baseURL)
|
||||
}
|
||||
|
||||
type ListManagementImageClient = original.ListManagementImageClient
|
||||
|
||||
func NewListManagementImageClient(baseURL AzureRegionBaseURL) ListManagementImageClient {
|
||||
return original.NewListManagementImageClient(baseURL)
|
||||
}
|
||||
|
||||
type ListManagementImageListsClient = original.ListManagementImageListsClient
|
||||
|
||||
func NewListManagementImageListsClient(baseURL AzureRegionBaseURL) ListManagementImageListsClient {
|
||||
return original.NewListManagementImageListsClient(baseURL)
|
||||
}
|
||||
|
||||
type ListManagementTermClient = original.ListManagementTermClient
|
||||
|
||||
func NewListManagementTermClient(baseURL AzureRegionBaseURL) ListManagementTermClient {
|
||||
return original.NewListManagementTermClient(baseURL)
|
||||
}
|
||||
|
||||
type ListManagementTermListsClient = original.ListManagementTermListsClient
|
||||
|
||||
func NewListManagementTermListsClient(baseURL AzureRegionBaseURL) ListManagementTermListsClient {
|
||||
return original.NewListManagementTermListsClient(baseURL)
|
||||
}
|
||||
|
||||
type AzureRegionBaseURL = original.AzureRegionBaseURL
|
||||
|
||||
const (
|
||||
Australiaeastapicognitivemicrosoftcom AzureRegionBaseURL = original.Australiaeastapicognitivemicrosoftcom
|
||||
Brazilsouthapicognitivemicrosoftcom AzureRegionBaseURL = original.Brazilsouthapicognitivemicrosoftcom
|
||||
ContentmoderatortestazureApinet AzureRegionBaseURL = original.ContentmoderatortestazureApinet
|
||||
Eastasiaapicognitivemicrosoftcom AzureRegionBaseURL = original.Eastasiaapicognitivemicrosoftcom
|
||||
Eastus2apicognitivemicrosoftcom AzureRegionBaseURL = original.Eastus2apicognitivemicrosoftcom
|
||||
Eastusapicognitivemicrosoftcom AzureRegionBaseURL = original.Eastusapicognitivemicrosoftcom
|
||||
Northeuropeapicognitivemicrosoftcom AzureRegionBaseURL = original.Northeuropeapicognitivemicrosoftcom
|
||||
Southcentralusapicognitivemicrosoftcom AzureRegionBaseURL = original.Southcentralusapicognitivemicrosoftcom
|
||||
Southeastasiaapicognitivemicrosoftcom AzureRegionBaseURL = original.Southeastasiaapicognitivemicrosoftcom
|
||||
Westcentralusapicognitivemicrosoftcom AzureRegionBaseURL = original.Westcentralusapicognitivemicrosoftcom
|
||||
Westeuropeapicognitivemicrosoftcom AzureRegionBaseURL = original.Westeuropeapicognitivemicrosoftcom
|
||||
Westus2apicognitivemicrosoftcom AzureRegionBaseURL = original.Westus2apicognitivemicrosoftcom
|
||||
Westusapicognitivemicrosoftcom AzureRegionBaseURL = original.Westusapicognitivemicrosoftcom
|
||||
)
|
||||
|
||||
func PossibleAzureRegionBaseURLValues() []AzureRegionBaseURL {
|
||||
return original.PossibleAzureRegionBaseURLValues()
|
||||
}
|
||||
|
||||
type StatusEnum = original.StatusEnum
|
||||
|
||||
const (
|
||||
Complete StatusEnum = original.Complete
|
||||
Pending StatusEnum = original.Pending
|
||||
Unpublished StatusEnum = original.Unpublished
|
||||
)
|
||||
|
||||
func PossibleStatusEnumValues() []StatusEnum {
|
||||
return original.PossibleStatusEnumValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeImage Type = original.TypeImage
|
||||
TypeText Type = original.TypeText
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type Address = original.Address
|
||||
type APIError = original.APIError
|
||||
type Body = original.Body
|
||||
type BodyMetadata = original.BodyMetadata
|
||||
type BodyModel = original.BodyModel
|
||||
type Candidate = original.Candidate
|
||||
type Classification = original.Classification
|
||||
type ClassificationCategory1 = original.ClassificationCategory1
|
||||
type ClassificationCategory2 = original.ClassificationCategory2
|
||||
type ClassificationCategory3 = original.ClassificationCategory3
|
||||
type Content = original.Content
|
||||
type CreateReviewBodyItem = original.CreateReviewBodyItem
|
||||
type CreateReviewBodyItemMetadataItem = original.CreateReviewBodyItemMetadataItem
|
||||
type CreateVideoReviewsBodyItem = original.CreateVideoReviewsBodyItem
|
||||
type CreateVideoReviewsBodyItemMetadataItem = original.CreateVideoReviewsBodyItemMetadataItem
|
||||
type CreateVideoReviewsBodyItemVideoFramesItem = original.CreateVideoReviewsBodyItemVideoFramesItem
|
||||
type CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = original.CreateVideoReviewsBodyItemVideoFramesItemMetadataItem
|
||||
type CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = original.CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem
|
||||
type DetectedLanguage = original.DetectedLanguage
|
||||
type DetectedTerms = original.DetectedTerms
|
||||
type Email = original.Email
|
||||
type Error = original.Error
|
||||
type Evaluate = original.Evaluate
|
||||
type Face = original.Face
|
||||
type FoundFaces = original.FoundFaces
|
||||
type Frame = original.Frame
|
||||
type Frames = original.Frames
|
||||
type Image = original.Image
|
||||
type ImageAdditionalInfoItem = original.ImageAdditionalInfoItem
|
||||
type ImageIds = original.ImageIds
|
||||
type ImageList = original.ImageList
|
||||
type ImageListMetadata = original.ImageListMetadata
|
||||
type IPA = original.IPA
|
||||
type Job = original.Job
|
||||
type JobExecutionReportDetails = original.JobExecutionReportDetails
|
||||
type JobID = original.JobID
|
||||
type JobListResult = original.JobListResult
|
||||
type KeyValuePair = original.KeyValuePair
|
||||
type ListImageList = original.ListImageList
|
||||
type ListString = original.ListString
|
||||
type ListTermList = original.ListTermList
|
||||
type Match = original.Match
|
||||
type MatchResponse = original.MatchResponse
|
||||
type OCR = original.OCR
|
||||
type Phone = original.Phone
|
||||
type PII = original.PII
|
||||
type RefreshIndex = original.RefreshIndex
|
||||
type RefreshIndexAdvancedInfoItem = original.RefreshIndexAdvancedInfoItem
|
||||
type Review = original.Review
|
||||
type Screen = original.Screen
|
||||
type SetObject = original.SetObject
|
||||
type Status = original.Status
|
||||
type String = original.String
|
||||
type Tag = original.Tag
|
||||
type TermList = original.TermList
|
||||
type TermListMetadata = original.TermListMetadata
|
||||
type Terms = original.Terms
|
||||
type TermsData = original.TermsData
|
||||
type TermsInList = original.TermsInList
|
||||
type TermsPaging = original.TermsPaging
|
||||
type TranscriptModerationBodyItem = original.TranscriptModerationBodyItem
|
||||
type TranscriptModerationBodyItemTermsItem = original.TranscriptModerationBodyItemTermsItem
|
||||
type VideoFrameBodyItem = original.VideoFrameBodyItem
|
||||
type VideoFrameBodyItemMetadataItem = original.VideoFrameBodyItemMetadataItem
|
||||
type VideoFrameBodyItemReviewerResultTagsItem = original.VideoFrameBodyItemReviewerResultTagsItem
|
||||
type ReviewsClient = original.ReviewsClient
|
||||
|
||||
func NewReviewsClient(baseURL AzureRegionBaseURL) ReviewsClient {
|
||||
return original.NewReviewsClient(baseURL)
|
||||
}
|
||||
|
||||
type TextModerationClient = original.TextModerationClient
|
||||
|
||||
func NewTextModerationClient(baseURL AzureRegionBaseURL) TextModerationClient {
|
||||
return original.NewTextModerationClient(baseURL)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-152
@@ -1,152 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 customsearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/customsearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type CustomInstanceClient = original.CustomInstanceClient
|
||||
|
||||
func NewCustomInstanceClient() CustomInstanceClient {
|
||||
return original.NewCustomInstanceClient()
|
||||
}
|
||||
func NewCustomInstanceClientWithBaseURI(baseURI string) CustomInstanceClient {
|
||||
return original.NewCustomInstanceClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type TextFormat = original.TextFormat
|
||||
|
||||
const (
|
||||
HTML TextFormat = original.HTML
|
||||
Raw TextFormat = original.Raw
|
||||
)
|
||||
|
||||
func PossibleTextFormatValues() []TextFormat {
|
||||
return original.PossibleTextFormatValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAnswer Type = original.TypeAnswer
|
||||
TypeCreativeWork Type = original.TypeCreativeWork
|
||||
TypeErrorResponse Type = original.TypeErrorResponse
|
||||
TypeIdentifiable Type = original.TypeIdentifiable
|
||||
TypeResponse Type = original.TypeResponse
|
||||
TypeResponseBase Type = original.TypeResponseBase
|
||||
TypeSearchResponse Type = original.TypeSearchResponse
|
||||
TypeSearchResultsAnswer Type = original.TypeSearchResultsAnswer
|
||||
TypeThing Type = original.TypeThing
|
||||
TypeWebPage Type = original.TypeWebPage
|
||||
TypeWebWebAnswer Type = original.TypeWebWebAnswer
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type Query = original.Query
|
||||
type QueryContext = original.QueryContext
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type SearchResponse = original.SearchResponse
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type WebMetaTag = original.WebMetaTag
|
||||
type WebPage = original.WebPage
|
||||
type WebWebAnswer = original.WebWebAnswer
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-314
@@ -1,314 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 entitysearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/entitysearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type EntitiesClient = original.EntitiesClient
|
||||
|
||||
func NewEntitiesClient() EntitiesClient {
|
||||
return original.NewEntitiesClient()
|
||||
}
|
||||
func NewEntitiesClientWithBaseURI(baseURI string) EntitiesClient {
|
||||
return original.NewEntitiesClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type AnswerType = original.AnswerType
|
||||
|
||||
const (
|
||||
AnswerTypeEntities AnswerType = original.AnswerTypeEntities
|
||||
AnswerTypePlaces AnswerType = original.AnswerTypePlaces
|
||||
)
|
||||
|
||||
func PossibleAnswerTypeValues() []AnswerType {
|
||||
return original.PossibleAnswerTypeValues()
|
||||
}
|
||||
|
||||
type EntityQueryScenario = original.EntityQueryScenario
|
||||
|
||||
const (
|
||||
Disambiguation EntityQueryScenario = original.Disambiguation
|
||||
DominantEntity EntityQueryScenario = original.DominantEntity
|
||||
DominantEntityWithDisambiguation EntityQueryScenario = original.DominantEntityWithDisambiguation
|
||||
List EntityQueryScenario = original.List
|
||||
ListWithPivot EntityQueryScenario = original.ListWithPivot
|
||||
)
|
||||
|
||||
func PossibleEntityQueryScenarioValues() []EntityQueryScenario {
|
||||
return original.PossibleEntityQueryScenarioValues()
|
||||
}
|
||||
|
||||
type EntityScenario = original.EntityScenario
|
||||
|
||||
const (
|
||||
EntityScenarioDisambiguationItem EntityScenario = original.EntityScenarioDisambiguationItem
|
||||
EntityScenarioDominantEntity EntityScenario = original.EntityScenarioDominantEntity
|
||||
EntityScenarioListItem EntityScenario = original.EntityScenarioListItem
|
||||
)
|
||||
|
||||
func PossibleEntityScenarioValues() []EntityScenario {
|
||||
return original.PossibleEntityScenarioValues()
|
||||
}
|
||||
|
||||
type EntityType = original.EntityType
|
||||
|
||||
const (
|
||||
EntityTypeActor EntityType = original.EntityTypeActor
|
||||
EntityTypeAnimal EntityType = original.EntityTypeAnimal
|
||||
EntityTypeArtist EntityType = original.EntityTypeArtist
|
||||
EntityTypeAttorney EntityType = original.EntityTypeAttorney
|
||||
EntityTypeAttraction EntityType = original.EntityTypeAttraction
|
||||
EntityTypeBook EntityType = original.EntityTypeBook
|
||||
EntityTypeCar EntityType = original.EntityTypeCar
|
||||
EntityTypeCity EntityType = original.EntityTypeCity
|
||||
EntityTypeCollegeOrUniversity EntityType = original.EntityTypeCollegeOrUniversity
|
||||
EntityTypeComposition EntityType = original.EntityTypeComposition
|
||||
EntityTypeContinent EntityType = original.EntityTypeContinent
|
||||
EntityTypeCountry EntityType = original.EntityTypeCountry
|
||||
EntityTypeDrug EntityType = original.EntityTypeDrug
|
||||
EntityTypeEvent EntityType = original.EntityTypeEvent
|
||||
EntityTypeFood EntityType = original.EntityTypeFood
|
||||
EntityTypeGeneric EntityType = original.EntityTypeGeneric
|
||||
EntityTypeHotel EntityType = original.EntityTypeHotel
|
||||
EntityTypeHouse EntityType = original.EntityTypeHouse
|
||||
EntityTypeLocalBusiness EntityType = original.EntityTypeLocalBusiness
|
||||
EntityTypeLocality EntityType = original.EntityTypeLocality
|
||||
EntityTypeMedia EntityType = original.EntityTypeMedia
|
||||
EntityTypeMinorRegion EntityType = original.EntityTypeMinorRegion
|
||||
EntityTypeMovie EntityType = original.EntityTypeMovie
|
||||
EntityTypeMusicAlbum EntityType = original.EntityTypeMusicAlbum
|
||||
EntityTypeMusicGroup EntityType = original.EntityTypeMusicGroup
|
||||
EntityTypeMusicRecording EntityType = original.EntityTypeMusicRecording
|
||||
EntityTypeNeighborhood EntityType = original.EntityTypeNeighborhood
|
||||
EntityTypeOrganization EntityType = original.EntityTypeOrganization
|
||||
EntityTypeOther EntityType = original.EntityTypeOther
|
||||
EntityTypePerson EntityType = original.EntityTypePerson
|
||||
EntityTypePlace EntityType = original.EntityTypePlace
|
||||
EntityTypePointOfInterest EntityType = original.EntityTypePointOfInterest
|
||||
EntityTypePostalCode EntityType = original.EntityTypePostalCode
|
||||
EntityTypeProduct EntityType = original.EntityTypeProduct
|
||||
EntityTypeRadioStation EntityType = original.EntityTypeRadioStation
|
||||
EntityTypeRegion EntityType = original.EntityTypeRegion
|
||||
EntityTypeRestaurant EntityType = original.EntityTypeRestaurant
|
||||
EntityTypeSchool EntityType = original.EntityTypeSchool
|
||||
EntityTypeSpeciality EntityType = original.EntityTypeSpeciality
|
||||
EntityTypeSportsTeam EntityType = original.EntityTypeSportsTeam
|
||||
EntityTypeState EntityType = original.EntityTypeState
|
||||
EntityTypeStreetAddress EntityType = original.EntityTypeStreetAddress
|
||||
EntityTypeSubRegion EntityType = original.EntityTypeSubRegion
|
||||
EntityTypeTelevisionSeason EntityType = original.EntityTypeTelevisionSeason
|
||||
EntityTypeTelevisionShow EntityType = original.EntityTypeTelevisionShow
|
||||
EntityTypeTheaterPlay EntityType = original.EntityTypeTheaterPlay
|
||||
EntityTypeTouristAttraction EntityType = original.EntityTypeTouristAttraction
|
||||
EntityTypeTravel EntityType = original.EntityTypeTravel
|
||||
EntityTypeVideoGame EntityType = original.EntityTypeVideoGame
|
||||
)
|
||||
|
||||
func PossibleEntityTypeValues() []EntityType {
|
||||
return original.PossibleEntityTypeValues()
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type ResponseFormat = original.ResponseFormat
|
||||
|
||||
const (
|
||||
JSON ResponseFormat = original.JSON
|
||||
JSONLd ResponseFormat = original.JSONLd
|
||||
)
|
||||
|
||||
func PossibleResponseFormatValues() []ResponseFormat {
|
||||
return original.PossibleResponseFormatValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeContractualRulesAttribution Type = original.TypeContractualRulesAttribution
|
||||
TypeContractualRulesContractualRule Type = original.TypeContractualRulesContractualRule
|
||||
TypeContractualRulesLicenseAttribution Type = original.TypeContractualRulesLicenseAttribution
|
||||
TypeContractualRulesLinkAttribution Type = original.TypeContractualRulesLinkAttribution
|
||||
TypeContractualRulesMediaAttribution Type = original.TypeContractualRulesMediaAttribution
|
||||
TypeContractualRulesTextAttribution Type = original.TypeContractualRulesTextAttribution
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type TypeBasicResponseBase = original.TypeBasicResponseBase
|
||||
|
||||
const (
|
||||
TypeAirport TypeBasicResponseBase = original.TypeAirport
|
||||
TypeAnswer TypeBasicResponseBase = original.TypeAnswer
|
||||
TypeCivicStructure TypeBasicResponseBase = original.TypeCivicStructure
|
||||
TypeCreativeWork TypeBasicResponseBase = original.TypeCreativeWork
|
||||
TypeEntertainmentBusiness TypeBasicResponseBase = original.TypeEntertainmentBusiness
|
||||
TypeEntities TypeBasicResponseBase = original.TypeEntities
|
||||
TypeErrorResponse TypeBasicResponseBase = original.TypeErrorResponse
|
||||
TypeFoodEstablishment TypeBasicResponseBase = original.TypeFoodEstablishment
|
||||
TypeHotel TypeBasicResponseBase = original.TypeHotel
|
||||
TypeIdentifiable TypeBasicResponseBase = original.TypeIdentifiable
|
||||
TypeImageObject TypeBasicResponseBase = original.TypeImageObject
|
||||
TypeIntangible TypeBasicResponseBase = original.TypeIntangible
|
||||
TypeLicense TypeBasicResponseBase = original.TypeLicense
|
||||
TypeLocalBusiness TypeBasicResponseBase = original.TypeLocalBusiness
|
||||
TypeLodgingBusiness TypeBasicResponseBase = original.TypeLodgingBusiness
|
||||
TypeMediaObject TypeBasicResponseBase = original.TypeMediaObject
|
||||
TypeMovieTheater TypeBasicResponseBase = original.TypeMovieTheater
|
||||
TypeOrganization TypeBasicResponseBase = original.TypeOrganization
|
||||
TypePlace TypeBasicResponseBase = original.TypePlace
|
||||
TypePlaces TypeBasicResponseBase = original.TypePlaces
|
||||
TypePostalAddress TypeBasicResponseBase = original.TypePostalAddress
|
||||
TypeResponse TypeBasicResponseBase = original.TypeResponse
|
||||
TypeResponseBase TypeBasicResponseBase = original.TypeResponseBase
|
||||
TypeRestaurant TypeBasicResponseBase = original.TypeRestaurant
|
||||
TypeSearchResponse TypeBasicResponseBase = original.TypeSearchResponse
|
||||
TypeSearchResultsAnswer TypeBasicResponseBase = original.TypeSearchResultsAnswer
|
||||
TypeStructuredValue TypeBasicResponseBase = original.TypeStructuredValue
|
||||
TypeThing TypeBasicResponseBase = original.TypeThing
|
||||
TypeTouristAttraction TypeBasicResponseBase = original.TypeTouristAttraction
|
||||
)
|
||||
|
||||
func PossibleTypeBasicResponseBaseValues() []TypeBasicResponseBase {
|
||||
return original.PossibleTypeBasicResponseBaseValues()
|
||||
}
|
||||
|
||||
type Airport = original.Airport
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicCivicStructure = original.BasicCivicStructure
|
||||
type CivicStructure = original.CivicStructure
|
||||
type BasicContractualRulesAttribution = original.BasicContractualRulesAttribution
|
||||
type ContractualRulesAttribution = original.ContractualRulesAttribution
|
||||
type BasicContractualRulesContractualRule = original.BasicContractualRulesContractualRule
|
||||
type ContractualRulesContractualRule = original.ContractualRulesContractualRule
|
||||
type ContractualRulesLicenseAttribution = original.ContractualRulesLicenseAttribution
|
||||
type ContractualRulesLinkAttribution = original.ContractualRulesLinkAttribution
|
||||
type ContractualRulesMediaAttribution = original.ContractualRulesMediaAttribution
|
||||
type ContractualRulesTextAttribution = original.ContractualRulesTextAttribution
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type BasicEntertainmentBusiness = original.BasicEntertainmentBusiness
|
||||
type EntertainmentBusiness = original.EntertainmentBusiness
|
||||
type Entities = original.Entities
|
||||
type EntitiesEntityPresentationInfo = original.EntitiesEntityPresentationInfo
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicFoodEstablishment = original.BasicFoodEstablishment
|
||||
type FoodEstablishment = original.FoodEstablishment
|
||||
type Hotel = original.Hotel
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type ImageObject = original.ImageObject
|
||||
type BasicIntangible = original.BasicIntangible
|
||||
type Intangible = original.Intangible
|
||||
type License = original.License
|
||||
type BasicLocalBusiness = original.BasicLocalBusiness
|
||||
type LocalBusiness = original.LocalBusiness
|
||||
type BasicLodgingBusiness = original.BasicLodgingBusiness
|
||||
type LodgingBusiness = original.LodgingBusiness
|
||||
type BasicMediaObject = original.BasicMediaObject
|
||||
type MediaObject = original.MediaObject
|
||||
type MovieTheater = original.MovieTheater
|
||||
type Organization = original.Organization
|
||||
type BasicPlace = original.BasicPlace
|
||||
type Place = original.Place
|
||||
type Places = original.Places
|
||||
type PostalAddress = original.PostalAddress
|
||||
type QueryContext = original.QueryContext
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type Restaurant = original.Restaurant
|
||||
type SearchResponse = original.SearchResponse
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type BasicStructuredValue = original.BasicStructuredValue
|
||||
type StructuredValue = original.StructuredValue
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type TouristAttraction = original.TouristAttraction
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-261
@@ -1,261 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 face
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/face"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(azureRegion AzureRegions) BaseClient {
|
||||
return original.New(azureRegion)
|
||||
}
|
||||
func NewWithoutDefaults(azureRegion AzureRegions) BaseClient {
|
||||
return original.NewWithoutDefaults(azureRegion)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(azureRegion AzureRegions) Client {
|
||||
return original.NewClient(azureRegion)
|
||||
}
|
||||
|
||||
type ListClient = original.ListClient
|
||||
|
||||
func NewListClient(azureRegion AzureRegions) ListClient {
|
||||
return original.NewListClient(azureRegion)
|
||||
}
|
||||
|
||||
type AccessoryType = original.AccessoryType
|
||||
|
||||
const (
|
||||
Glasses AccessoryType = original.Glasses
|
||||
HeadWear AccessoryType = original.HeadWear
|
||||
Mask AccessoryType = original.Mask
|
||||
)
|
||||
|
||||
func PossibleAccessoryTypeValues() []AccessoryType {
|
||||
return original.PossibleAccessoryTypeValues()
|
||||
}
|
||||
|
||||
type AttributeType = original.AttributeType
|
||||
|
||||
const (
|
||||
AttributeTypeAccessories AttributeType = original.AttributeTypeAccessories
|
||||
AttributeTypeAge AttributeType = original.AttributeTypeAge
|
||||
AttributeTypeBlur AttributeType = original.AttributeTypeBlur
|
||||
AttributeTypeEmotion AttributeType = original.AttributeTypeEmotion
|
||||
AttributeTypeExposure AttributeType = original.AttributeTypeExposure
|
||||
AttributeTypeFacialHair AttributeType = original.AttributeTypeFacialHair
|
||||
AttributeTypeGender AttributeType = original.AttributeTypeGender
|
||||
AttributeTypeGlasses AttributeType = original.AttributeTypeGlasses
|
||||
AttributeTypeHair AttributeType = original.AttributeTypeHair
|
||||
AttributeTypeHeadPose AttributeType = original.AttributeTypeHeadPose
|
||||
AttributeTypeMakeup AttributeType = original.AttributeTypeMakeup
|
||||
AttributeTypeNoise AttributeType = original.AttributeTypeNoise
|
||||
AttributeTypeOcclusion AttributeType = original.AttributeTypeOcclusion
|
||||
AttributeTypeSmile AttributeType = original.AttributeTypeSmile
|
||||
)
|
||||
|
||||
func PossibleAttributeTypeValues() []AttributeType {
|
||||
return original.PossibleAttributeTypeValues()
|
||||
}
|
||||
|
||||
type AzureRegions = original.AzureRegions
|
||||
|
||||
const (
|
||||
Australiaeast AzureRegions = original.Australiaeast
|
||||
Brazilsouth AzureRegions = original.Brazilsouth
|
||||
Eastasia AzureRegions = original.Eastasia
|
||||
Eastus AzureRegions = original.Eastus
|
||||
Eastus2 AzureRegions = original.Eastus2
|
||||
Northeurope AzureRegions = original.Northeurope
|
||||
Southcentralus AzureRegions = original.Southcentralus
|
||||
Southeastasia AzureRegions = original.Southeastasia
|
||||
Westcentralus AzureRegions = original.Westcentralus
|
||||
Westeurope AzureRegions = original.Westeurope
|
||||
Westus AzureRegions = original.Westus
|
||||
Westus2 AzureRegions = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleAzureRegionsValues() []AzureRegions {
|
||||
return original.PossibleAzureRegionsValues()
|
||||
}
|
||||
|
||||
type BlurLevel = original.BlurLevel
|
||||
|
||||
const (
|
||||
High BlurLevel = original.High
|
||||
Low BlurLevel = original.Low
|
||||
Medium BlurLevel = original.Medium
|
||||
)
|
||||
|
||||
func PossibleBlurLevelValues() []BlurLevel {
|
||||
return original.PossibleBlurLevelValues()
|
||||
}
|
||||
|
||||
type ExposureLevel = original.ExposureLevel
|
||||
|
||||
const (
|
||||
GoodExposure ExposureLevel = original.GoodExposure
|
||||
OverExposure ExposureLevel = original.OverExposure
|
||||
UnderExposure ExposureLevel = original.UnderExposure
|
||||
)
|
||||
|
||||
func PossibleExposureLevelValues() []ExposureLevel {
|
||||
return original.PossibleExposureLevelValues()
|
||||
}
|
||||
|
||||
type FindSimilarMatchMode = original.FindSimilarMatchMode
|
||||
|
||||
const (
|
||||
MatchFace FindSimilarMatchMode = original.MatchFace
|
||||
MatchPerson FindSimilarMatchMode = original.MatchPerson
|
||||
)
|
||||
|
||||
func PossibleFindSimilarMatchModeValues() []FindSimilarMatchMode {
|
||||
return original.PossibleFindSimilarMatchModeValues()
|
||||
}
|
||||
|
||||
type Gender = original.Gender
|
||||
|
||||
const (
|
||||
Female Gender = original.Female
|
||||
Genderless Gender = original.Genderless
|
||||
Male Gender = original.Male
|
||||
)
|
||||
|
||||
func PossibleGenderValues() []Gender {
|
||||
return original.PossibleGenderValues()
|
||||
}
|
||||
|
||||
type GlassesType = original.GlassesType
|
||||
|
||||
const (
|
||||
NoGlasses GlassesType = original.NoGlasses
|
||||
ReadingGlasses GlassesType = original.ReadingGlasses
|
||||
Sunglasses GlassesType = original.Sunglasses
|
||||
SwimmingGoggles GlassesType = original.SwimmingGoggles
|
||||
)
|
||||
|
||||
func PossibleGlassesTypeValues() []GlassesType {
|
||||
return original.PossibleGlassesTypeValues()
|
||||
}
|
||||
|
||||
type HairColorType = original.HairColorType
|
||||
|
||||
const (
|
||||
Black HairColorType = original.Black
|
||||
Blond HairColorType = original.Blond
|
||||
Brown HairColorType = original.Brown
|
||||
Gray HairColorType = original.Gray
|
||||
Other HairColorType = original.Other
|
||||
Red HairColorType = original.Red
|
||||
Unknown HairColorType = original.Unknown
|
||||
White HairColorType = original.White
|
||||
)
|
||||
|
||||
func PossibleHairColorTypeValues() []HairColorType {
|
||||
return original.PossibleHairColorTypeValues()
|
||||
}
|
||||
|
||||
type NoiseLevel = original.NoiseLevel
|
||||
|
||||
const (
|
||||
NoiseLevelHigh NoiseLevel = original.NoiseLevelHigh
|
||||
NoiseLevelLow NoiseLevel = original.NoiseLevelLow
|
||||
NoiseLevelMedium NoiseLevel = original.NoiseLevelMedium
|
||||
)
|
||||
|
||||
func PossibleNoiseLevelValues() []NoiseLevel {
|
||||
return original.PossibleNoiseLevelValues()
|
||||
}
|
||||
|
||||
type TrainingStatusType = original.TrainingStatusType
|
||||
|
||||
const (
|
||||
Failed TrainingStatusType = original.Failed
|
||||
Nonstarted TrainingStatusType = original.Nonstarted
|
||||
Running TrainingStatusType = original.Running
|
||||
Succeeded TrainingStatusType = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleTrainingStatusTypeValues() []TrainingStatusType {
|
||||
return original.PossibleTrainingStatusTypeValues()
|
||||
}
|
||||
|
||||
type Accessory = original.Accessory
|
||||
type APIError = original.APIError
|
||||
type Attributes = original.Attributes
|
||||
type Blur = original.Blur
|
||||
type Coordinate = original.Coordinate
|
||||
type DetectedFace = original.DetectedFace
|
||||
type Emotion = original.Emotion
|
||||
type Error = original.Error
|
||||
type Exposure = original.Exposure
|
||||
type FacialHair = original.FacialHair
|
||||
type FindSimilarRequest = original.FindSimilarRequest
|
||||
type GroupRequest = original.GroupRequest
|
||||
type GroupResult = original.GroupResult
|
||||
type Hair = original.Hair
|
||||
type HairColor = original.HairColor
|
||||
type HeadPose = original.HeadPose
|
||||
type IdentifyCandidate = original.IdentifyCandidate
|
||||
type IdentifyRequest = original.IdentifyRequest
|
||||
type IdentifyResult = original.IdentifyResult
|
||||
type ImageURL = original.ImageURL
|
||||
type Landmarks = original.Landmarks
|
||||
type List = original.List
|
||||
type ListDetectedFace = original.ListDetectedFace
|
||||
type ListIdentifyResult = original.ListIdentifyResult
|
||||
type ListList = original.ListList
|
||||
type ListPerson = original.ListPerson
|
||||
type ListPersonGroup = original.ListPersonGroup
|
||||
type ListSimilarFace = original.ListSimilarFace
|
||||
type Makeup = original.Makeup
|
||||
type NameAndUserDataContract = original.NameAndUserDataContract
|
||||
type Noise = original.Noise
|
||||
type Occlusion = original.Occlusion
|
||||
type PersistedFace = original.PersistedFace
|
||||
type Person = original.Person
|
||||
type PersonGroup = original.PersonGroup
|
||||
type Rectangle = original.Rectangle
|
||||
type SimilarFace = original.SimilarFace
|
||||
type TrainingStatus = original.TrainingStatus
|
||||
type UpdatePersonFaceRequest = original.UpdatePersonFaceRequest
|
||||
type VerifyFaceToFaceRequest = original.VerifyFaceToFaceRequest
|
||||
type VerifyFaceToPersonRequest = original.VerifyFaceToPersonRequest
|
||||
type VerifyResult = original.VerifyResult
|
||||
type PersonGroupClient = original.PersonGroupClient
|
||||
|
||||
func NewPersonGroupClient(azureRegion AzureRegions) PersonGroupClient {
|
||||
return original.NewPersonGroupClient(azureRegion)
|
||||
}
|
||||
|
||||
type PersonGroupPersonClient = original.PersonGroupPersonClient
|
||||
|
||||
func NewPersonGroupPersonClient(azureRegion AzureRegions) PersonGroupPersonClient {
|
||||
return original.NewPersonGroupPersonClient(azureRegion)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-527
@@ -1,527 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 imagesearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/imagesearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ImagesClient = original.ImagesClient
|
||||
|
||||
func NewImagesClient() ImagesClient {
|
||||
return original.NewImagesClient()
|
||||
}
|
||||
func NewImagesClientWithBaseURI(baseURI string) ImagesClient {
|
||||
return original.NewImagesClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type Currency = original.Currency
|
||||
|
||||
const (
|
||||
AED Currency = original.AED
|
||||
AFN Currency = original.AFN
|
||||
ALL Currency = original.ALL
|
||||
AMD Currency = original.AMD
|
||||
ANG Currency = original.ANG
|
||||
AOA Currency = original.AOA
|
||||
ARS Currency = original.ARS
|
||||
AUD Currency = original.AUD
|
||||
AWG Currency = original.AWG
|
||||
AZN Currency = original.AZN
|
||||
BAM Currency = original.BAM
|
||||
BBD Currency = original.BBD
|
||||
BDT Currency = original.BDT
|
||||
BGN Currency = original.BGN
|
||||
BHD Currency = original.BHD
|
||||
BIF Currency = original.BIF
|
||||
BMD Currency = original.BMD
|
||||
BND Currency = original.BND
|
||||
BOB Currency = original.BOB
|
||||
BOV Currency = original.BOV
|
||||
BRL Currency = original.BRL
|
||||
BSD Currency = original.BSD
|
||||
BTN Currency = original.BTN
|
||||
BWP Currency = original.BWP
|
||||
BYR Currency = original.BYR
|
||||
BZD Currency = original.BZD
|
||||
CAD Currency = original.CAD
|
||||
CDF Currency = original.CDF
|
||||
CHE Currency = original.CHE
|
||||
CHF Currency = original.CHF
|
||||
CHW Currency = original.CHW
|
||||
CLF Currency = original.CLF
|
||||
CLP Currency = original.CLP
|
||||
CNY Currency = original.CNY
|
||||
COP Currency = original.COP
|
||||
COU Currency = original.COU
|
||||
CRC Currency = original.CRC
|
||||
CUC Currency = original.CUC
|
||||
CUP Currency = original.CUP
|
||||
CVE Currency = original.CVE
|
||||
CZK Currency = original.CZK
|
||||
DJF Currency = original.DJF
|
||||
DKK Currency = original.DKK
|
||||
DOP Currency = original.DOP
|
||||
DZD Currency = original.DZD
|
||||
EGP Currency = original.EGP
|
||||
ERN Currency = original.ERN
|
||||
ETB Currency = original.ETB
|
||||
EUR Currency = original.EUR
|
||||
FJD Currency = original.FJD
|
||||
FKP Currency = original.FKP
|
||||
GBP Currency = original.GBP
|
||||
GEL Currency = original.GEL
|
||||
GHS Currency = original.GHS
|
||||
GIP Currency = original.GIP
|
||||
GMD Currency = original.GMD
|
||||
GNF Currency = original.GNF
|
||||
GTQ Currency = original.GTQ
|
||||
GYD Currency = original.GYD
|
||||
HKD Currency = original.HKD
|
||||
HNL Currency = original.HNL
|
||||
HRK Currency = original.HRK
|
||||
HTG Currency = original.HTG
|
||||
HUF Currency = original.HUF
|
||||
IDR Currency = original.IDR
|
||||
ILS Currency = original.ILS
|
||||
INR Currency = original.INR
|
||||
IQD Currency = original.IQD
|
||||
IRR Currency = original.IRR
|
||||
ISK Currency = original.ISK
|
||||
JMD Currency = original.JMD
|
||||
JOD Currency = original.JOD
|
||||
JPY Currency = original.JPY
|
||||
KES Currency = original.KES
|
||||
KGS Currency = original.KGS
|
||||
KHR Currency = original.KHR
|
||||
KMF Currency = original.KMF
|
||||
KPW Currency = original.KPW
|
||||
KRW Currency = original.KRW
|
||||
KWD Currency = original.KWD
|
||||
KYD Currency = original.KYD
|
||||
KZT Currency = original.KZT
|
||||
LAK Currency = original.LAK
|
||||
LBP Currency = original.LBP
|
||||
LKR Currency = original.LKR
|
||||
LRD Currency = original.LRD
|
||||
LSL Currency = original.LSL
|
||||
LYD Currency = original.LYD
|
||||
MAD Currency = original.MAD
|
||||
MDL Currency = original.MDL
|
||||
MGA Currency = original.MGA
|
||||
MKD Currency = original.MKD
|
||||
MMK Currency = original.MMK
|
||||
MNT Currency = original.MNT
|
||||
MOP Currency = original.MOP
|
||||
MRO Currency = original.MRO
|
||||
MUR Currency = original.MUR
|
||||
MVR Currency = original.MVR
|
||||
MWK Currency = original.MWK
|
||||
MXN Currency = original.MXN
|
||||
MXV Currency = original.MXV
|
||||
MYR Currency = original.MYR
|
||||
MZN Currency = original.MZN
|
||||
NAD Currency = original.NAD
|
||||
NGN Currency = original.NGN
|
||||
NIO Currency = original.NIO
|
||||
NOK Currency = original.NOK
|
||||
NPR Currency = original.NPR
|
||||
NZD Currency = original.NZD
|
||||
OMR Currency = original.OMR
|
||||
PAB Currency = original.PAB
|
||||
PEN Currency = original.PEN
|
||||
PGK Currency = original.PGK
|
||||
PHP Currency = original.PHP
|
||||
PKR Currency = original.PKR
|
||||
PLN Currency = original.PLN
|
||||
PYG Currency = original.PYG
|
||||
QAR Currency = original.QAR
|
||||
RON Currency = original.RON
|
||||
RSD Currency = original.RSD
|
||||
RUB Currency = original.RUB
|
||||
RWF Currency = original.RWF
|
||||
SAR Currency = original.SAR
|
||||
SBD Currency = original.SBD
|
||||
SCR Currency = original.SCR
|
||||
SDG Currency = original.SDG
|
||||
SEK Currency = original.SEK
|
||||
SGD Currency = original.SGD
|
||||
SHP Currency = original.SHP
|
||||
SLL Currency = original.SLL
|
||||
SOS Currency = original.SOS
|
||||
SRD Currency = original.SRD
|
||||
SSP Currency = original.SSP
|
||||
STD Currency = original.STD
|
||||
SYP Currency = original.SYP
|
||||
SZL Currency = original.SZL
|
||||
THB Currency = original.THB
|
||||
TJS Currency = original.TJS
|
||||
TMT Currency = original.TMT
|
||||
TND Currency = original.TND
|
||||
TOP Currency = original.TOP
|
||||
TRY Currency = original.TRY
|
||||
TTD Currency = original.TTD
|
||||
TWD Currency = original.TWD
|
||||
TZS Currency = original.TZS
|
||||
UAH Currency = original.UAH
|
||||
UGX Currency = original.UGX
|
||||
USD Currency = original.USD
|
||||
UYU Currency = original.UYU
|
||||
UZS Currency = original.UZS
|
||||
VEF Currency = original.VEF
|
||||
VND Currency = original.VND
|
||||
VUV Currency = original.VUV
|
||||
WST Currency = original.WST
|
||||
XAF Currency = original.XAF
|
||||
XCD Currency = original.XCD
|
||||
XOF Currency = original.XOF
|
||||
XPF Currency = original.XPF
|
||||
YER Currency = original.YER
|
||||
ZAR Currency = original.ZAR
|
||||
ZMW Currency = original.ZMW
|
||||
)
|
||||
|
||||
func PossibleCurrencyValues() []Currency {
|
||||
return original.PossibleCurrencyValues()
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type Freshness = original.Freshness
|
||||
|
||||
const (
|
||||
Day Freshness = original.Day
|
||||
Month Freshness = original.Month
|
||||
Week Freshness = original.Week
|
||||
)
|
||||
|
||||
func PossibleFreshnessValues() []Freshness {
|
||||
return original.PossibleFreshnessValues()
|
||||
}
|
||||
|
||||
type ImageAspect = original.ImageAspect
|
||||
|
||||
const (
|
||||
All ImageAspect = original.All
|
||||
Square ImageAspect = original.Square
|
||||
Tall ImageAspect = original.Tall
|
||||
Wide ImageAspect = original.Wide
|
||||
)
|
||||
|
||||
func PossibleImageAspectValues() []ImageAspect {
|
||||
return original.PossibleImageAspectValues()
|
||||
}
|
||||
|
||||
type ImageColor = original.ImageColor
|
||||
|
||||
const (
|
||||
Black ImageColor = original.Black
|
||||
Blue ImageColor = original.Blue
|
||||
Brown ImageColor = original.Brown
|
||||
ColorOnly ImageColor = original.ColorOnly
|
||||
Gray ImageColor = original.Gray
|
||||
Green ImageColor = original.Green
|
||||
Monochrome ImageColor = original.Monochrome
|
||||
Orange ImageColor = original.Orange
|
||||
Pink ImageColor = original.Pink
|
||||
Purple ImageColor = original.Purple
|
||||
Red ImageColor = original.Red
|
||||
Teal ImageColor = original.Teal
|
||||
White ImageColor = original.White
|
||||
Yellow ImageColor = original.Yellow
|
||||
)
|
||||
|
||||
func PossibleImageColorValues() []ImageColor {
|
||||
return original.PossibleImageColorValues()
|
||||
}
|
||||
|
||||
type ImageContent = original.ImageContent
|
||||
|
||||
const (
|
||||
Face ImageContent = original.Face
|
||||
Portrait ImageContent = original.Portrait
|
||||
)
|
||||
|
||||
func PossibleImageContentValues() []ImageContent {
|
||||
return original.PossibleImageContentValues()
|
||||
}
|
||||
|
||||
type ImageCropType = original.ImageCropType
|
||||
|
||||
const (
|
||||
Rectangular ImageCropType = original.Rectangular
|
||||
)
|
||||
|
||||
func PossibleImageCropTypeValues() []ImageCropType {
|
||||
return original.PossibleImageCropTypeValues()
|
||||
}
|
||||
|
||||
type ImageInsightModule = original.ImageInsightModule
|
||||
|
||||
const (
|
||||
ImageInsightModuleAll ImageInsightModule = original.ImageInsightModuleAll
|
||||
ImageInsightModuleBRQ ImageInsightModule = original.ImageInsightModuleBRQ
|
||||
ImageInsightModuleCaption ImageInsightModule = original.ImageInsightModuleCaption
|
||||
ImageInsightModuleCollections ImageInsightModule = original.ImageInsightModuleCollections
|
||||
ImageInsightModulePagesIncluding ImageInsightModule = original.ImageInsightModulePagesIncluding
|
||||
ImageInsightModuleRecipes ImageInsightModule = original.ImageInsightModuleRecipes
|
||||
ImageInsightModuleRecognizedEntities ImageInsightModule = original.ImageInsightModuleRecognizedEntities
|
||||
ImageInsightModuleRelatedSearches ImageInsightModule = original.ImageInsightModuleRelatedSearches
|
||||
ImageInsightModuleShoppingSources ImageInsightModule = original.ImageInsightModuleShoppingSources
|
||||
ImageInsightModuleSimilarImages ImageInsightModule = original.ImageInsightModuleSimilarImages
|
||||
ImageInsightModuleSimilarProducts ImageInsightModule = original.ImageInsightModuleSimilarProducts
|
||||
ImageInsightModuleTags ImageInsightModule = original.ImageInsightModuleTags
|
||||
)
|
||||
|
||||
func PossibleImageInsightModuleValues() []ImageInsightModule {
|
||||
return original.PossibleImageInsightModuleValues()
|
||||
}
|
||||
|
||||
type ImageLicense = original.ImageLicense
|
||||
|
||||
const (
|
||||
ImageLicenseAll ImageLicense = original.ImageLicenseAll
|
||||
ImageLicenseAny ImageLicense = original.ImageLicenseAny
|
||||
ImageLicenseModify ImageLicense = original.ImageLicenseModify
|
||||
ImageLicenseModifyCommercially ImageLicense = original.ImageLicenseModifyCommercially
|
||||
ImageLicensePublic ImageLicense = original.ImageLicensePublic
|
||||
ImageLicenseShare ImageLicense = original.ImageLicenseShare
|
||||
ImageLicenseShareCommercially ImageLicense = original.ImageLicenseShareCommercially
|
||||
)
|
||||
|
||||
func PossibleImageLicenseValues() []ImageLicense {
|
||||
return original.PossibleImageLicenseValues()
|
||||
}
|
||||
|
||||
type ImageSize = original.ImageSize
|
||||
|
||||
const (
|
||||
ImageSizeAll ImageSize = original.ImageSizeAll
|
||||
ImageSizeLarge ImageSize = original.ImageSizeLarge
|
||||
ImageSizeMedium ImageSize = original.ImageSizeMedium
|
||||
ImageSizeSmall ImageSize = original.ImageSizeSmall
|
||||
ImageSizeWallpaper ImageSize = original.ImageSizeWallpaper
|
||||
)
|
||||
|
||||
func PossibleImageSizeValues() []ImageSize {
|
||||
return original.PossibleImageSizeValues()
|
||||
}
|
||||
|
||||
type ImageType = original.ImageType
|
||||
|
||||
const (
|
||||
AnimatedGif ImageType = original.AnimatedGif
|
||||
Clipart ImageType = original.Clipart
|
||||
Line ImageType = original.Line
|
||||
Photo ImageType = original.Photo
|
||||
Shopping ImageType = original.Shopping
|
||||
Transparent ImageType = original.Transparent
|
||||
)
|
||||
|
||||
func PossibleImageTypeValues() []ImageType {
|
||||
return original.PossibleImageTypeValues()
|
||||
}
|
||||
|
||||
type ItemAvailability = original.ItemAvailability
|
||||
|
||||
const (
|
||||
Discontinued ItemAvailability = original.Discontinued
|
||||
InStock ItemAvailability = original.InStock
|
||||
InStoreOnly ItemAvailability = original.InStoreOnly
|
||||
LimitedAvailability ItemAvailability = original.LimitedAvailability
|
||||
OnlineOnly ItemAvailability = original.OnlineOnly
|
||||
OutOfStock ItemAvailability = original.OutOfStock
|
||||
PreOrder ItemAvailability = original.PreOrder
|
||||
SoldOut ItemAvailability = original.SoldOut
|
||||
)
|
||||
|
||||
func PossibleItemAvailabilityValues() []ItemAvailability {
|
||||
return original.PossibleItemAvailabilityValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAggregateRating Type = original.TypeAggregateRating
|
||||
TypePropertiesItem Type = original.TypePropertiesItem
|
||||
TypeRating Type = original.TypeRating
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type TypeBasicResponseBase = original.TypeBasicResponseBase
|
||||
|
||||
const (
|
||||
TypeAggregateOffer TypeBasicResponseBase = original.TypeAggregateOffer
|
||||
TypeAnswer TypeBasicResponseBase = original.TypeAnswer
|
||||
TypeCollectionPage TypeBasicResponseBase = original.TypeCollectionPage
|
||||
TypeCreativeWork TypeBasicResponseBase = original.TypeCreativeWork
|
||||
TypeErrorResponse TypeBasicResponseBase = original.TypeErrorResponse
|
||||
TypeIdentifiable TypeBasicResponseBase = original.TypeIdentifiable
|
||||
TypeImageGallery TypeBasicResponseBase = original.TypeImageGallery
|
||||
TypeImageInsights TypeBasicResponseBase = original.TypeImageInsights
|
||||
TypeImageObject TypeBasicResponseBase = original.TypeImageObject
|
||||
TypeImages TypeBasicResponseBase = original.TypeImages
|
||||
TypeIntangible TypeBasicResponseBase = original.TypeIntangible
|
||||
TypeMediaObject TypeBasicResponseBase = original.TypeMediaObject
|
||||
TypeNormalizedRectangle TypeBasicResponseBase = original.TypeNormalizedRectangle
|
||||
TypeOffer TypeBasicResponseBase = original.TypeOffer
|
||||
TypeOrganization TypeBasicResponseBase = original.TypeOrganization
|
||||
TypePerson TypeBasicResponseBase = original.TypePerson
|
||||
TypeRecipe TypeBasicResponseBase = original.TypeRecipe
|
||||
TypeRecognizedEntity TypeBasicResponseBase = original.TypeRecognizedEntity
|
||||
TypeRecognizedEntityRegion TypeBasicResponseBase = original.TypeRecognizedEntityRegion
|
||||
TypeResponse TypeBasicResponseBase = original.TypeResponse
|
||||
TypeResponseBase TypeBasicResponseBase = original.TypeResponseBase
|
||||
TypeSearchResultsAnswer TypeBasicResponseBase = original.TypeSearchResultsAnswer
|
||||
TypeStructuredValue TypeBasicResponseBase = original.TypeStructuredValue
|
||||
TypeThing TypeBasicResponseBase = original.TypeThing
|
||||
TypeTrendingImages TypeBasicResponseBase = original.TypeTrendingImages
|
||||
TypeWebPage TypeBasicResponseBase = original.TypeWebPage
|
||||
)
|
||||
|
||||
func PossibleTypeBasicResponseBaseValues() []TypeBasicResponseBase {
|
||||
return original.PossibleTypeBasicResponseBaseValues()
|
||||
}
|
||||
|
||||
type AggregateOffer = original.AggregateOffer
|
||||
type AggregateRating = original.AggregateRating
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicCollectionPage = original.BasicCollectionPage
|
||||
type CollectionPage = original.CollectionPage
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type ImageGallery = original.ImageGallery
|
||||
type ImageInsights = original.ImageInsights
|
||||
type ImageInsightsImageCaption = original.ImageInsightsImageCaption
|
||||
type ImageObject = original.ImageObject
|
||||
type Images = original.Images
|
||||
type ImagesImageMetadata = original.ImagesImageMetadata
|
||||
type ImagesModule = original.ImagesModule
|
||||
type ImageTagsModule = original.ImageTagsModule
|
||||
type InsightsTag = original.InsightsTag
|
||||
type BasicIntangible = original.BasicIntangible
|
||||
type Intangible = original.Intangible
|
||||
type BasicMediaObject = original.BasicMediaObject
|
||||
type MediaObject = original.MediaObject
|
||||
type NormalizedRectangle = original.NormalizedRectangle
|
||||
type BasicOffer = original.BasicOffer
|
||||
type Offer = original.Offer
|
||||
type Organization = original.Organization
|
||||
type Person = original.Person
|
||||
type PivotSuggestions = original.PivotSuggestions
|
||||
type BasicPropertiesItem = original.BasicPropertiesItem
|
||||
type PropertiesItem = original.PropertiesItem
|
||||
type Query = original.Query
|
||||
type BasicRating = original.BasicRating
|
||||
type Rating = original.Rating
|
||||
type Recipe = original.Recipe
|
||||
type RecipesModule = original.RecipesModule
|
||||
type RecognizedEntitiesModule = original.RecognizedEntitiesModule
|
||||
type RecognizedEntity = original.RecognizedEntity
|
||||
type RecognizedEntityGroup = original.RecognizedEntityGroup
|
||||
type RecognizedEntityRegion = original.RecognizedEntityRegion
|
||||
type RelatedCollectionsModule = original.RelatedCollectionsModule
|
||||
type RelatedSearchesModule = original.RelatedSearchesModule
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type BasicStructuredValue = original.BasicStructuredValue
|
||||
type StructuredValue = original.StructuredValue
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type TrendingImages = original.TrendingImages
|
||||
type TrendingImagesCategory = original.TrendingImagesCategory
|
||||
type TrendingImagesTile = original.TrendingImagesTile
|
||||
type BasicWebPage = original.BasicWebPage
|
||||
type WebPage = original.WebPage
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-319
@@ -1,319 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 programmatic
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/programmatic"
|
||||
|
||||
type AppsClient = original.AppsClient
|
||||
|
||||
func NewAppsClient(azureRegion AzureRegions) AppsClient {
|
||||
return original.NewAppsClient(azureRegion)
|
||||
}
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(azureRegion AzureRegions) BaseClient {
|
||||
return original.New(azureRegion)
|
||||
}
|
||||
func NewWithoutDefaults(azureRegion AzureRegions) BaseClient {
|
||||
return original.NewWithoutDefaults(azureRegion)
|
||||
}
|
||||
|
||||
type ExamplesClient = original.ExamplesClient
|
||||
|
||||
func NewExamplesClient(azureRegion AzureRegions) ExamplesClient {
|
||||
return original.NewExamplesClient(azureRegion)
|
||||
}
|
||||
|
||||
type FeaturesClient = original.FeaturesClient
|
||||
|
||||
func NewFeaturesClient(azureRegion AzureRegions) FeaturesClient {
|
||||
return original.NewFeaturesClient(azureRegion)
|
||||
}
|
||||
|
||||
type ModelClient = original.ModelClient
|
||||
|
||||
func NewModelClient(azureRegion AzureRegions) ModelClient {
|
||||
return original.NewModelClient(azureRegion)
|
||||
}
|
||||
|
||||
type AzureRegions = original.AzureRegions
|
||||
|
||||
const (
|
||||
Australiaeast AzureRegions = original.Australiaeast
|
||||
Brazilsouth AzureRegions = original.Brazilsouth
|
||||
Eastasia AzureRegions = original.Eastasia
|
||||
Eastus AzureRegions = original.Eastus
|
||||
Eastus2 AzureRegions = original.Eastus2
|
||||
Northeurope AzureRegions = original.Northeurope
|
||||
Southcentralus AzureRegions = original.Southcentralus
|
||||
Southeastasia AzureRegions = original.Southeastasia
|
||||
Westcentralus AzureRegions = original.Westcentralus
|
||||
Westeurope AzureRegions = original.Westeurope
|
||||
Westus AzureRegions = original.Westus
|
||||
Westus2 AzureRegions = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleAzureRegionsValues() []AzureRegions {
|
||||
return original.PossibleAzureRegionsValues()
|
||||
}
|
||||
|
||||
type OperationStatusType = original.OperationStatusType
|
||||
|
||||
const (
|
||||
Failed OperationStatusType = original.Failed
|
||||
FAILED OperationStatusType = original.FAILED
|
||||
Success OperationStatusType = original.Success
|
||||
)
|
||||
|
||||
func PossibleOperationStatusTypeValues() []OperationStatusType {
|
||||
return original.PossibleOperationStatusTypeValues()
|
||||
}
|
||||
|
||||
type ReadableType = original.ReadableType
|
||||
|
||||
const (
|
||||
ReadableTypeClosedListEntityExtractor ReadableType = original.ReadableTypeClosedListEntityExtractor
|
||||
ReadableTypeCompositeEntityExtractor ReadableType = original.ReadableTypeCompositeEntityExtractor
|
||||
ReadableTypeEntityExtractor ReadableType = original.ReadableTypeEntityExtractor
|
||||
ReadableTypeHierarchicalChildEntityExtractor ReadableType = original.ReadableTypeHierarchicalChildEntityExtractor
|
||||
ReadableTypeHierarchicalEntityExtractor ReadableType = original.ReadableTypeHierarchicalEntityExtractor
|
||||
ReadableTypeIntentClassifier ReadableType = original.ReadableTypeIntentClassifier
|
||||
ReadableTypePrebuiltEntityExtractor ReadableType = original.ReadableTypePrebuiltEntityExtractor
|
||||
)
|
||||
|
||||
func PossibleReadableTypeValues() []ReadableType {
|
||||
return original.PossibleReadableTypeValues()
|
||||
}
|
||||
|
||||
type ReadableType1 = original.ReadableType1
|
||||
|
||||
const (
|
||||
ReadableType1ClosedListEntityExtractor ReadableType1 = original.ReadableType1ClosedListEntityExtractor
|
||||
ReadableType1CompositeEntityExtractor ReadableType1 = original.ReadableType1CompositeEntityExtractor
|
||||
ReadableType1EntityExtractor ReadableType1 = original.ReadableType1EntityExtractor
|
||||
ReadableType1HierarchicalChildEntityExtractor ReadableType1 = original.ReadableType1HierarchicalChildEntityExtractor
|
||||
ReadableType1HierarchicalEntityExtractor ReadableType1 = original.ReadableType1HierarchicalEntityExtractor
|
||||
ReadableType1IntentClassifier ReadableType1 = original.ReadableType1IntentClassifier
|
||||
ReadableType1PrebuiltEntityExtractor ReadableType1 = original.ReadableType1PrebuiltEntityExtractor
|
||||
)
|
||||
|
||||
func PossibleReadableType1Values() []ReadableType1 {
|
||||
return original.PossibleReadableType1Values()
|
||||
}
|
||||
|
||||
type ReadableType2 = original.ReadableType2
|
||||
|
||||
const (
|
||||
ReadableType2ClosedListEntityExtractor ReadableType2 = original.ReadableType2ClosedListEntityExtractor
|
||||
ReadableType2CompositeEntityExtractor ReadableType2 = original.ReadableType2CompositeEntityExtractor
|
||||
ReadableType2EntityExtractor ReadableType2 = original.ReadableType2EntityExtractor
|
||||
ReadableType2HierarchicalChildEntityExtractor ReadableType2 = original.ReadableType2HierarchicalChildEntityExtractor
|
||||
ReadableType2HierarchicalEntityExtractor ReadableType2 = original.ReadableType2HierarchicalEntityExtractor
|
||||
ReadableType2IntentClassifier ReadableType2 = original.ReadableType2IntentClassifier
|
||||
ReadableType2PrebuiltEntityExtractor ReadableType2 = original.ReadableType2PrebuiltEntityExtractor
|
||||
)
|
||||
|
||||
func PossibleReadableType2Values() []ReadableType2 {
|
||||
return original.PossibleReadableType2Values()
|
||||
}
|
||||
|
||||
type ReadableType3 = original.ReadableType3
|
||||
|
||||
const (
|
||||
ReadableType3ClosedListEntityExtractor ReadableType3 = original.ReadableType3ClosedListEntityExtractor
|
||||
ReadableType3CompositeEntityExtractor ReadableType3 = original.ReadableType3CompositeEntityExtractor
|
||||
ReadableType3EntityExtractor ReadableType3 = original.ReadableType3EntityExtractor
|
||||
ReadableType3HierarchicalChildEntityExtractor ReadableType3 = original.ReadableType3HierarchicalChildEntityExtractor
|
||||
ReadableType3HierarchicalEntityExtractor ReadableType3 = original.ReadableType3HierarchicalEntityExtractor
|
||||
ReadableType3IntentClassifier ReadableType3 = original.ReadableType3IntentClassifier
|
||||
ReadableType3PrebuiltEntityExtractor ReadableType3 = original.ReadableType3PrebuiltEntityExtractor
|
||||
)
|
||||
|
||||
func PossibleReadableType3Values() []ReadableType3 {
|
||||
return original.PossibleReadableType3Values()
|
||||
}
|
||||
|
||||
type Status = original.Status
|
||||
|
||||
const (
|
||||
StatusFail Status = original.StatusFail
|
||||
StatusInProgress Status = original.StatusInProgress
|
||||
StatusQueued Status = original.StatusQueued
|
||||
StatusSuccess Status = original.StatusSuccess
|
||||
StatusUpToDate Status = original.StatusUpToDate
|
||||
)
|
||||
|
||||
func PossibleStatusValues() []Status {
|
||||
return original.PossibleStatusValues()
|
||||
}
|
||||
|
||||
type Status1 = original.Status1
|
||||
|
||||
const (
|
||||
Status1Fail Status1 = original.Status1Fail
|
||||
Status1InProgress Status1 = original.Status1InProgress
|
||||
Status1Queued Status1 = original.Status1Queued
|
||||
Status1Success Status1 = original.Status1Success
|
||||
Status1UpToDate Status1 = original.Status1UpToDate
|
||||
)
|
||||
|
||||
func PossibleStatus1Values() []Status1 {
|
||||
return original.PossibleStatus1Values()
|
||||
}
|
||||
|
||||
type TrainingStatus = original.TrainingStatus
|
||||
|
||||
const (
|
||||
InProgress TrainingStatus = original.InProgress
|
||||
NeedsTraining TrainingStatus = original.NeedsTraining
|
||||
Trained TrainingStatus = original.Trained
|
||||
)
|
||||
|
||||
func PossibleTrainingStatusValues() []TrainingStatus {
|
||||
return original.PossibleTrainingStatusValues()
|
||||
}
|
||||
|
||||
type ApplicationCreateObject = original.ApplicationCreateObject
|
||||
type ApplicationInfoResponse = original.ApplicationInfoResponse
|
||||
type ApplicationPublishObject = original.ApplicationPublishObject
|
||||
type ApplicationSettings = original.ApplicationSettings
|
||||
type ApplicationSettingUpdateObject = original.ApplicationSettingUpdateObject
|
||||
type ApplicationUpdateObject = original.ApplicationUpdateObject
|
||||
type AvailableCulture = original.AvailableCulture
|
||||
type AvailablePrebuiltEntityModel = original.AvailablePrebuiltEntityModel
|
||||
type BatchLabelExample = original.BatchLabelExample
|
||||
type ChildEntity = original.ChildEntity
|
||||
type ClosedList = original.ClosedList
|
||||
type ClosedListEntityExtractor = original.ClosedListEntityExtractor
|
||||
type ClosedListModelCreateObject = original.ClosedListModelCreateObject
|
||||
type ClosedListModelPatchObject = original.ClosedListModelPatchObject
|
||||
type ClosedListModelUpdateObject = original.ClosedListModelUpdateObject
|
||||
type CollaboratorsArray = original.CollaboratorsArray
|
||||
type CompositeChildModelCreateObject = original.CompositeChildModelCreateObject
|
||||
type CompositeEntityExtractor = original.CompositeEntityExtractor
|
||||
type CompositeEntityModel = original.CompositeEntityModel
|
||||
type CustomPrebuiltModel = original.CustomPrebuiltModel
|
||||
type EndpointInfo = original.EndpointInfo
|
||||
type EnqueueTrainingResponse = original.EnqueueTrainingResponse
|
||||
type EntitiesSuggestionExample = original.EntitiesSuggestionExample
|
||||
type EntityExtractor = original.EntityExtractor
|
||||
type EntityLabel = original.EntityLabel
|
||||
type EntityLabelObject = original.EntityLabelObject
|
||||
type EntityPrediction = original.EntityPrediction
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type ExampleLabelObject = original.ExampleLabelObject
|
||||
type FeatureInfoObject = original.FeatureInfoObject
|
||||
type FeaturesResponseObject = original.FeaturesResponseObject
|
||||
type HierarchicalChildEntity = original.HierarchicalChildEntity
|
||||
type HierarchicalChildModelCreateObject = original.HierarchicalChildModelCreateObject
|
||||
type HierarchicalChildModelUpdateObject = original.HierarchicalChildModelUpdateObject
|
||||
type HierarchicalEntityExtractor = original.HierarchicalEntityExtractor
|
||||
type HierarchicalEntityModel = original.HierarchicalEntityModel
|
||||
type HierarchicalModel = original.HierarchicalModel
|
||||
type Int32 = original.Int32
|
||||
type IntentClassifier = original.IntentClassifier
|
||||
type IntentPrediction = original.IntentPrediction
|
||||
type IntentsSuggestionExample = original.IntentsSuggestionExample
|
||||
type JSONEntity = original.JSONEntity
|
||||
type JSONModelFeature = original.JSONModelFeature
|
||||
type JSONRegexFeature = original.JSONRegexFeature
|
||||
type JSONUtterance = original.JSONUtterance
|
||||
type LabeledUtterance = original.LabeledUtterance
|
||||
type LabelExampleResponse = original.LabelExampleResponse
|
||||
type ListApplicationInfoResponse = original.ListApplicationInfoResponse
|
||||
type ListAvailableCulture = original.ListAvailableCulture
|
||||
type ListAvailablePrebuiltEntityModel = original.ListAvailablePrebuiltEntityModel
|
||||
type ListBatchLabelExample = original.ListBatchLabelExample
|
||||
type ListClosedListEntityExtractor = original.ListClosedListEntityExtractor
|
||||
type ListCompositeEntityExtractor = original.ListCompositeEntityExtractor
|
||||
type ListCustomPrebuiltModel = original.ListCustomPrebuiltModel
|
||||
type ListEntitiesSuggestionExample = original.ListEntitiesSuggestionExample
|
||||
type ListEntityExtractor = original.ListEntityExtractor
|
||||
type ListHierarchicalEntityExtractor = original.ListHierarchicalEntityExtractor
|
||||
type ListIntentClassifier = original.ListIntentClassifier
|
||||
type ListIntentsSuggestionExample = original.ListIntentsSuggestionExample
|
||||
type ListLabeledUtterance = original.ListLabeledUtterance
|
||||
type ListModelInfoResponse = original.ListModelInfoResponse
|
||||
type ListModelTrainingInfo = original.ListModelTrainingInfo
|
||||
type ListPhraseListFeatureInfo = original.ListPhraseListFeatureInfo
|
||||
type ListPrebuiltDomain = original.ListPrebuiltDomain
|
||||
type ListPrebuiltEntityExtractor = original.ListPrebuiltEntityExtractor
|
||||
type ListString = original.ListString
|
||||
type ListUUID = original.ListUUID
|
||||
type ListVersionInfo = original.ListVersionInfo
|
||||
type LuisApp = original.LuisApp
|
||||
type ModelCreateObject = original.ModelCreateObject
|
||||
type ModelInfo = original.ModelInfo
|
||||
type ModelInfoResponse = original.ModelInfoResponse
|
||||
type ModelTrainingDetails = original.ModelTrainingDetails
|
||||
type ModelTrainingInfo = original.ModelTrainingInfo
|
||||
type ModelUpdateObject = original.ModelUpdateObject
|
||||
type OperationError = original.OperationError
|
||||
type OperationStatus = original.OperationStatus
|
||||
type PatternCreateObject = original.PatternCreateObject
|
||||
type PatternFeatureInfo = original.PatternFeatureInfo
|
||||
type PatternUpdateObject = original.PatternUpdateObject
|
||||
type PersonalAssistantsResponse = original.PersonalAssistantsResponse
|
||||
type PhraselistCreateObject = original.PhraselistCreateObject
|
||||
type PhraseListFeatureInfo = original.PhraseListFeatureInfo
|
||||
type PhraselistUpdateObject = original.PhraselistUpdateObject
|
||||
type PrebuiltDomain = original.PrebuiltDomain
|
||||
type PrebuiltDomainCreateBaseObject = original.PrebuiltDomainCreateBaseObject
|
||||
type PrebuiltDomainCreateObject = original.PrebuiltDomainCreateObject
|
||||
type PrebuiltDomainItem = original.PrebuiltDomainItem
|
||||
type PrebuiltDomainModelCreateObject = original.PrebuiltDomainModelCreateObject
|
||||
type PrebuiltEntityExtractor = original.PrebuiltEntityExtractor
|
||||
type ProductionOrStagingEndpointInfo = original.ProductionOrStagingEndpointInfo
|
||||
type ReadCloser = original.ReadCloser
|
||||
type SetString = original.SetString
|
||||
type String = original.String
|
||||
type SubClosedList = original.SubClosedList
|
||||
type SubClosedListResponse = original.SubClosedListResponse
|
||||
type TaskUpdateObject = original.TaskUpdateObject
|
||||
type UserAccessList = original.UserAccessList
|
||||
type UserCollaborator = original.UserCollaborator
|
||||
type UUID = original.UUID
|
||||
type VersionInfo = original.VersionInfo
|
||||
type WordListBaseUpdateObject = original.WordListBaseUpdateObject
|
||||
type WordListObject = original.WordListObject
|
||||
type PermissionsClient = original.PermissionsClient
|
||||
|
||||
func NewPermissionsClient(azureRegion AzureRegions) PermissionsClient {
|
||||
return original.NewPermissionsClient(azureRegion)
|
||||
}
|
||||
|
||||
type TrainClient = original.TrainClient
|
||||
|
||||
func NewTrainClient(azureRegion AzureRegions) TrainClient {
|
||||
return original.NewTrainClient(azureRegion)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VersionsClient = original.VersionsClient
|
||||
|
||||
func NewVersionsClient(azureRegion AzureRegions) VersionsClient {
|
||||
return original.NewVersionsClient(azureRegion)
|
||||
}
|
||||
Generated
Vendored
-72
@@ -1,72 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 runtime
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/runtime"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(azureRegion AzureRegions) BaseClient {
|
||||
return original.New(azureRegion)
|
||||
}
|
||||
func NewWithoutDefaults(azureRegion AzureRegions) BaseClient {
|
||||
return original.NewWithoutDefaults(azureRegion)
|
||||
}
|
||||
|
||||
type AzureRegions = original.AzureRegions
|
||||
|
||||
const (
|
||||
Australiaeast AzureRegions = original.Australiaeast
|
||||
Brazilsouth AzureRegions = original.Brazilsouth
|
||||
Eastasia AzureRegions = original.Eastasia
|
||||
Eastus AzureRegions = original.Eastus
|
||||
Eastus2 AzureRegions = original.Eastus2
|
||||
Northeurope AzureRegions = original.Northeurope
|
||||
Southcentralus AzureRegions = original.Southcentralus
|
||||
Southeastasia AzureRegions = original.Southeastasia
|
||||
Westcentralus AzureRegions = original.Westcentralus
|
||||
Westeurope AzureRegions = original.Westeurope
|
||||
Westus AzureRegions = original.Westus
|
||||
Westus2 AzureRegions = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleAzureRegionsValues() []AzureRegions {
|
||||
return original.PossibleAzureRegionsValues()
|
||||
}
|
||||
|
||||
type APIError = original.APIError
|
||||
type CompositeChildModel = original.CompositeChildModel
|
||||
type CompositeEntityModel = original.CompositeEntityModel
|
||||
type EntityModel = original.EntityModel
|
||||
type EntityWithResolution = original.EntityWithResolution
|
||||
type EntityWithScore = original.EntityWithScore
|
||||
type IntentModel = original.IntentModel
|
||||
type LuisResult = original.LuisResult
|
||||
type PredictionClient = original.PredictionClient
|
||||
|
||||
func NewPredictionClient(azureRegion AzureRegions) PredictionClient {
|
||||
return original.NewPredictionClient(azureRegion)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-208
@@ -1,208 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 cognitiveservices
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices"
|
||||
|
||||
type AccountsClient = original.AccountsClient
|
||||
|
||||
func NewAccountsClient(subscriptionID string, filter string) AccountsClient {
|
||||
return original.NewAccountsClient(subscriptionID, filter)
|
||||
}
|
||||
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string, filter string) AccountsClient {
|
||||
return original.NewAccountsClientWithBaseURI(baseURI, subscriptionID, filter)
|
||||
}
|
||||
|
||||
type CheckSkuAvailabilityClient = original.CheckSkuAvailabilityClient
|
||||
|
||||
func NewCheckSkuAvailabilityClient(subscriptionID string, filter string) CheckSkuAvailabilityClient {
|
||||
return original.NewCheckSkuAvailabilityClient(subscriptionID, filter)
|
||||
}
|
||||
func NewCheckSkuAvailabilityClientWithBaseURI(baseURI string, subscriptionID string, filter string) CheckSkuAvailabilityClient {
|
||||
return original.NewCheckSkuAvailabilityClientWithBaseURI(baseURI, subscriptionID, filter)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string, filter string) BaseClient {
|
||||
return original.New(subscriptionID, filter)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string, filter string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID, filter)
|
||||
}
|
||||
|
||||
type KeyName = original.KeyName
|
||||
|
||||
const (
|
||||
Key1 KeyName = original.Key1
|
||||
Key2 KeyName = original.Key2
|
||||
)
|
||||
|
||||
func PossibleKeyNameValues() []KeyName {
|
||||
return original.PossibleKeyNameValues()
|
||||
}
|
||||
|
||||
type Kind = original.Kind
|
||||
|
||||
const (
|
||||
BingAutosuggestv7 Kind = original.BingAutosuggestv7
|
||||
BingCustomSearch Kind = original.BingCustomSearch
|
||||
BingSearchv7 Kind = original.BingSearchv7
|
||||
BingSpeech Kind = original.BingSpeech
|
||||
BingSpellCheckv7 Kind = original.BingSpellCheckv7
|
||||
ComputerVision Kind = original.ComputerVision
|
||||
ContentModerator Kind = original.ContentModerator
|
||||
CustomSpeech Kind = original.CustomSpeech
|
||||
CustomVisionPrediction Kind = original.CustomVisionPrediction
|
||||
CustomVisionTraining Kind = original.CustomVisionTraining
|
||||
Emotion Kind = original.Emotion
|
||||
Face Kind = original.Face
|
||||
LUIS Kind = original.LUIS
|
||||
QnAMaker Kind = original.QnAMaker
|
||||
SpeakerRecognition Kind = original.SpeakerRecognition
|
||||
SpeechTranslation Kind = original.SpeechTranslation
|
||||
TextAnalytics Kind = original.TextAnalytics
|
||||
TextTranslation Kind = original.TextTranslation
|
||||
WebLM Kind = original.WebLM
|
||||
)
|
||||
|
||||
func PossibleKindValues() []Kind {
|
||||
return original.PossibleKindValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Creating ProvisioningState = original.Creating
|
||||
Deleting ProvisioningState = original.Deleting
|
||||
Failed ProvisioningState = original.Failed
|
||||
Moving ProvisioningState = original.Moving
|
||||
ResolvingDNS ProvisioningState = original.ResolvingDNS
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type QuotaUsageStatus = original.QuotaUsageStatus
|
||||
|
||||
const (
|
||||
Blocked QuotaUsageStatus = original.Blocked
|
||||
Included QuotaUsageStatus = original.Included
|
||||
InOverage QuotaUsageStatus = original.InOverage
|
||||
Unknown QuotaUsageStatus = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleQuotaUsageStatusValues() []QuotaUsageStatus {
|
||||
return original.PossibleQuotaUsageStatusValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
F0 SkuName = original.F0
|
||||
P0 SkuName = original.P0
|
||||
P1 SkuName = original.P1
|
||||
P2 SkuName = original.P2
|
||||
S0 SkuName = original.S0
|
||||
S1 SkuName = original.S1
|
||||
S2 SkuName = original.S2
|
||||
S3 SkuName = original.S3
|
||||
S4 SkuName = original.S4
|
||||
S5 SkuName = original.S5
|
||||
S6 SkuName = original.S6
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Free SkuTier = original.Free
|
||||
Premium SkuTier = original.Premium
|
||||
Standard SkuTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type UnitType = original.UnitType
|
||||
|
||||
const (
|
||||
Bytes UnitType = original.Bytes
|
||||
BytesPerSecond UnitType = original.BytesPerSecond
|
||||
Count UnitType = original.Count
|
||||
CountPerSecond UnitType = original.CountPerSecond
|
||||
Milliseconds UnitType = original.Milliseconds
|
||||
Percent UnitType = original.Percent
|
||||
Seconds UnitType = original.Seconds
|
||||
)
|
||||
|
||||
func PossibleUnitTypeValues() []UnitType {
|
||||
return original.PossibleUnitTypeValues()
|
||||
}
|
||||
|
||||
type Account = original.Account
|
||||
type AccountCreateParameters = original.AccountCreateParameters
|
||||
type AccountEnumerateSkusResult = original.AccountEnumerateSkusResult
|
||||
type AccountKeys = original.AccountKeys
|
||||
type AccountListResult = original.AccountListResult
|
||||
type AccountListResultIterator = original.AccountListResultIterator
|
||||
type AccountListResultPage = original.AccountListResultPage
|
||||
type AccountProperties = original.AccountProperties
|
||||
type AccountUpdateParameters = original.AccountUpdateParameters
|
||||
type CheckSkuAvailabilityParameter = original.CheckSkuAvailabilityParameter
|
||||
type CheckSkuAvailabilityResult = original.CheckSkuAvailabilityResult
|
||||
type CheckSkuAvailabilityResultList = original.CheckSkuAvailabilityResultList
|
||||
type Error = original.Error
|
||||
type ErrorBody = original.ErrorBody
|
||||
type MetricName = original.MetricName
|
||||
type OperationDisplayInfo = original.OperationDisplayInfo
|
||||
type OperationEntity = original.OperationEntity
|
||||
type OperationEntityListResult = original.OperationEntityListResult
|
||||
type OperationEntityListResultIterator = original.OperationEntityListResultIterator
|
||||
type OperationEntityListResultPage = original.OperationEntityListResultPage
|
||||
type RegenerateKeyParameters = original.RegenerateKeyParameters
|
||||
type ResourceAndSku = original.ResourceAndSku
|
||||
type Sku = original.Sku
|
||||
type Usage = original.Usage
|
||||
type UsagesResult = original.UsagesResult
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string, filter string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID, filter)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, filter string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID, filter)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-174
@@ -1,174 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 newssearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/newssearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type Freshness = original.Freshness
|
||||
|
||||
const (
|
||||
Day Freshness = original.Day
|
||||
Month Freshness = original.Month
|
||||
Week Freshness = original.Week
|
||||
)
|
||||
|
||||
func PossibleFreshnessValues() []Freshness {
|
||||
return original.PossibleFreshnessValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type TextFormat = original.TextFormat
|
||||
|
||||
const (
|
||||
HTML TextFormat = original.HTML
|
||||
Raw TextFormat = original.Raw
|
||||
)
|
||||
|
||||
func PossibleTextFormatValues() []TextFormat {
|
||||
return original.PossibleTextFormatValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAnswer Type = original.TypeAnswer
|
||||
TypeArticle Type = original.TypeArticle
|
||||
TypeCreativeWork Type = original.TypeCreativeWork
|
||||
TypeErrorResponse Type = original.TypeErrorResponse
|
||||
TypeIdentifiable Type = original.TypeIdentifiable
|
||||
TypeImageObject Type = original.TypeImageObject
|
||||
TypeMediaObject Type = original.TypeMediaObject
|
||||
TypeNews Type = original.TypeNews
|
||||
TypeNewsArticle Type = original.TypeNewsArticle
|
||||
TypeNewsTopic Type = original.TypeNewsTopic
|
||||
TypeOrganization Type = original.TypeOrganization
|
||||
TypeResponse Type = original.TypeResponse
|
||||
TypeResponseBase Type = original.TypeResponseBase
|
||||
TypeSearchResultsAnswer Type = original.TypeSearchResultsAnswer
|
||||
TypeThing Type = original.TypeThing
|
||||
TypeTrendingTopics Type = original.TypeTrendingTopics
|
||||
TypeVideoObject Type = original.TypeVideoObject
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicArticle = original.BasicArticle
|
||||
type Article = original.Article
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type ImageObject = original.ImageObject
|
||||
type BasicMediaObject = original.BasicMediaObject
|
||||
type MediaObject = original.MediaObject
|
||||
type News = original.News
|
||||
type NewsArticle = original.NewsArticle
|
||||
type NewsTopic = original.NewsTopic
|
||||
type Organization = original.Organization
|
||||
type Query = original.Query
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type TrendingTopics = original.TrendingTopics
|
||||
type VideoObject = original.VideoObject
|
||||
type NewsClient = original.NewsClient
|
||||
|
||||
func NewNewsClient() NewsClient {
|
||||
return original.NewNewsClient()
|
||||
}
|
||||
func NewNewsClientWithBaseURI(baseURI string) NewsClient {
|
||||
return original.NewNewsClientWithBaseURI(baseURI)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-128
@@ -1,128 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 spellcheck
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/spellcheck"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ActionType = original.ActionType
|
||||
|
||||
const (
|
||||
Edit ActionType = original.Edit
|
||||
Load ActionType = original.Load
|
||||
)
|
||||
|
||||
func PossibleActionTypeValues() []ActionType {
|
||||
return original.PossibleActionTypeValues()
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type ErrorType = original.ErrorType
|
||||
|
||||
const (
|
||||
RepeatedToken ErrorType = original.RepeatedToken
|
||||
UnknownToken ErrorType = original.UnknownToken
|
||||
)
|
||||
|
||||
func PossibleErrorTypeValues() []ErrorType {
|
||||
return original.PossibleErrorTypeValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAnswer Type = original.TypeAnswer
|
||||
TypeErrorResponse Type = original.TypeErrorResponse
|
||||
TypeIdentifiable Type = original.TypeIdentifiable
|
||||
TypeResponse Type = original.TypeResponse
|
||||
TypeResponseBase Type = original.TypeResponseBase
|
||||
TypeSpellCheck Type = original.TypeSpellCheck
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type SpellCheck = original.SpellCheck
|
||||
type SpellingFlaggedToken = original.SpellingFlaggedToken
|
||||
type SpellingTokenSuggestion = original.SpellingTokenSuggestion
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-74
@@ -1,74 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 textanalytics
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/textanalytics"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(azureRegion AzureRegions) BaseClient {
|
||||
return original.New(azureRegion)
|
||||
}
|
||||
func NewWithoutDefaults(azureRegion AzureRegions) BaseClient {
|
||||
return original.NewWithoutDefaults(azureRegion)
|
||||
}
|
||||
|
||||
type AzureRegions = original.AzureRegions
|
||||
|
||||
const (
|
||||
Australiaeast AzureRegions = original.Australiaeast
|
||||
Brazilsouth AzureRegions = original.Brazilsouth
|
||||
Eastasia AzureRegions = original.Eastasia
|
||||
Eastus AzureRegions = original.Eastus
|
||||
Eastus2 AzureRegions = original.Eastus2
|
||||
Northeurope AzureRegions = original.Northeurope
|
||||
Southcentralus AzureRegions = original.Southcentralus
|
||||
Southeastasia AzureRegions = original.Southeastasia
|
||||
Westcentralus AzureRegions = original.Westcentralus
|
||||
Westeurope AzureRegions = original.Westeurope
|
||||
Westus AzureRegions = original.Westus
|
||||
Westus2 AzureRegions = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleAzureRegionsValues() []AzureRegions {
|
||||
return original.PossibleAzureRegionsValues()
|
||||
}
|
||||
|
||||
type BatchInput = original.BatchInput
|
||||
type DetectedLanguage = original.DetectedLanguage
|
||||
type ErrorRecord = original.ErrorRecord
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type Input = original.Input
|
||||
type InternalError = original.InternalError
|
||||
type KeyPhraseBatchResult = original.KeyPhraseBatchResult
|
||||
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
|
||||
type LanguageBatchResult = original.LanguageBatchResult
|
||||
type LanguageBatchResultItem = original.LanguageBatchResultItem
|
||||
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
|
||||
type MultiLanguageInput = original.MultiLanguageInput
|
||||
type SentimentBatchResult = original.SentimentBatchResult
|
||||
type SentimentBatchResultItem = original.SentimentBatchResultItem
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-236
@@ -1,236 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 videosearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/videosearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type Freshness = original.Freshness
|
||||
|
||||
const (
|
||||
Day Freshness = original.Day
|
||||
Month Freshness = original.Month
|
||||
Week Freshness = original.Week
|
||||
)
|
||||
|
||||
func PossibleFreshnessValues() []Freshness {
|
||||
return original.PossibleFreshnessValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type TextFormat = original.TextFormat
|
||||
|
||||
const (
|
||||
HTML TextFormat = original.HTML
|
||||
Raw TextFormat = original.Raw
|
||||
)
|
||||
|
||||
func PossibleTextFormatValues() []TextFormat {
|
||||
return original.PossibleTextFormatValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAnswer Type = original.TypeAnswer
|
||||
TypeCreativeWork Type = original.TypeCreativeWork
|
||||
TypeErrorResponse Type = original.TypeErrorResponse
|
||||
TypeIdentifiable Type = original.TypeIdentifiable
|
||||
TypeImageObject Type = original.TypeImageObject
|
||||
TypeMediaObject Type = original.TypeMediaObject
|
||||
TypeResponse Type = original.TypeResponse
|
||||
TypeResponseBase Type = original.TypeResponseBase
|
||||
TypeSearchResultsAnswer Type = original.TypeSearchResultsAnswer
|
||||
TypeThing Type = original.TypeThing
|
||||
TypeTrendingVideos Type = original.TypeTrendingVideos
|
||||
TypeVideoDetails Type = original.TypeVideoDetails
|
||||
TypeVideoObject Type = original.TypeVideoObject
|
||||
TypeVideos Type = original.TypeVideos
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type VideoInsightModule = original.VideoInsightModule
|
||||
|
||||
const (
|
||||
All VideoInsightModule = original.All
|
||||
RelatedVideos VideoInsightModule = original.RelatedVideos
|
||||
VideoResult VideoInsightModule = original.VideoResult
|
||||
)
|
||||
|
||||
func PossibleVideoInsightModuleValues() []VideoInsightModule {
|
||||
return original.PossibleVideoInsightModuleValues()
|
||||
}
|
||||
|
||||
type VideoLength = original.VideoLength
|
||||
|
||||
const (
|
||||
VideoLengthAll VideoLength = original.VideoLengthAll
|
||||
VideoLengthLong VideoLength = original.VideoLengthLong
|
||||
VideoLengthMedium VideoLength = original.VideoLengthMedium
|
||||
VideoLengthShort VideoLength = original.VideoLengthShort
|
||||
)
|
||||
|
||||
func PossibleVideoLengthValues() []VideoLength {
|
||||
return original.PossibleVideoLengthValues()
|
||||
}
|
||||
|
||||
type VideoPricing = original.VideoPricing
|
||||
|
||||
const (
|
||||
VideoPricingAll VideoPricing = original.VideoPricingAll
|
||||
VideoPricingFree VideoPricing = original.VideoPricingFree
|
||||
VideoPricingPaid VideoPricing = original.VideoPricingPaid
|
||||
)
|
||||
|
||||
func PossibleVideoPricingValues() []VideoPricing {
|
||||
return original.PossibleVideoPricingValues()
|
||||
}
|
||||
|
||||
type VideoQueryScenario = original.VideoQueryScenario
|
||||
|
||||
const (
|
||||
List VideoQueryScenario = original.List
|
||||
SingleDominantVideo VideoQueryScenario = original.SingleDominantVideo
|
||||
)
|
||||
|
||||
func PossibleVideoQueryScenarioValues() []VideoQueryScenario {
|
||||
return original.PossibleVideoQueryScenarioValues()
|
||||
}
|
||||
|
||||
type VideoResolution = original.VideoResolution
|
||||
|
||||
const (
|
||||
VideoResolutionAll VideoResolution = original.VideoResolutionAll
|
||||
VideoResolutionHD1080p VideoResolution = original.VideoResolutionHD1080p
|
||||
VideoResolutionHD720p VideoResolution = original.VideoResolutionHD720p
|
||||
VideoResolutionSD480p VideoResolution = original.VideoResolutionSD480p
|
||||
)
|
||||
|
||||
func PossibleVideoResolutionValues() []VideoResolution {
|
||||
return original.PossibleVideoResolutionValues()
|
||||
}
|
||||
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type ImageObject = original.ImageObject
|
||||
type BasicMediaObject = original.BasicMediaObject
|
||||
type MediaObject = original.MediaObject
|
||||
type PivotSuggestions = original.PivotSuggestions
|
||||
type Query = original.Query
|
||||
type QueryContext = original.QueryContext
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type TrendingVideos = original.TrendingVideos
|
||||
type TrendingVideosCategory = original.TrendingVideosCategory
|
||||
type TrendingVideosSubcategory = original.TrendingVideosSubcategory
|
||||
type TrendingVideosTile = original.TrendingVideosTile
|
||||
type VideoDetails = original.VideoDetails
|
||||
type VideoObject = original.VideoObject
|
||||
type Videos = original.Videos
|
||||
type VideosModule = original.VideosModule
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VideosClient = original.VideosClient
|
||||
|
||||
func NewVideosClient() VideosClient {
|
||||
return original.NewVideosClient()
|
||||
}
|
||||
func NewVideosClientWithBaseURI(baseURI string) VideosClient {
|
||||
return original.NewVideosClientWithBaseURI(baseURI)
|
||||
}
|
||||
Generated
Vendored
-230
@@ -1,230 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 websearch
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/websearch"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type AnswerType = original.AnswerType
|
||||
|
||||
const (
|
||||
AnswerTypeComputation AnswerType = original.AnswerTypeComputation
|
||||
AnswerTypeImages AnswerType = original.AnswerTypeImages
|
||||
AnswerTypeNews AnswerType = original.AnswerTypeNews
|
||||
AnswerTypeRelatedSearches AnswerType = original.AnswerTypeRelatedSearches
|
||||
AnswerTypeSpellSuggestions AnswerType = original.AnswerTypeSpellSuggestions
|
||||
AnswerTypeTimeZone AnswerType = original.AnswerTypeTimeZone
|
||||
AnswerTypeVideos AnswerType = original.AnswerTypeVideos
|
||||
AnswerTypeWebPages AnswerType = original.AnswerTypeWebPages
|
||||
)
|
||||
|
||||
func PossibleAnswerTypeValues() []AnswerType {
|
||||
return original.PossibleAnswerTypeValues()
|
||||
}
|
||||
|
||||
type ErrorCode = original.ErrorCode
|
||||
|
||||
const (
|
||||
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
|
||||
InvalidAuthorization ErrorCode = original.InvalidAuthorization
|
||||
InvalidRequest ErrorCode = original.InvalidRequest
|
||||
None ErrorCode = original.None
|
||||
RateLimitExceeded ErrorCode = original.RateLimitExceeded
|
||||
ServerError ErrorCode = original.ServerError
|
||||
)
|
||||
|
||||
func PossibleErrorCodeValues() []ErrorCode {
|
||||
return original.PossibleErrorCodeValues()
|
||||
}
|
||||
|
||||
type ErrorSubCode = original.ErrorSubCode
|
||||
|
||||
const (
|
||||
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
|
||||
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
|
||||
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
|
||||
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
|
||||
Blocked ErrorSubCode = original.Blocked
|
||||
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
|
||||
NotImplemented ErrorSubCode = original.NotImplemented
|
||||
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
|
||||
ParameterMissing ErrorSubCode = original.ParameterMissing
|
||||
ResourceError ErrorSubCode = original.ResourceError
|
||||
UnexpectedError ErrorSubCode = original.UnexpectedError
|
||||
)
|
||||
|
||||
func PossibleErrorSubCodeValues() []ErrorSubCode {
|
||||
return original.PossibleErrorSubCodeValues()
|
||||
}
|
||||
|
||||
type Freshness = original.Freshness
|
||||
|
||||
const (
|
||||
Day Freshness = original.Day
|
||||
Month Freshness = original.Month
|
||||
Week Freshness = original.Week
|
||||
)
|
||||
|
||||
func PossibleFreshnessValues() []Freshness {
|
||||
return original.PossibleFreshnessValues()
|
||||
}
|
||||
|
||||
type SafeSearch = original.SafeSearch
|
||||
|
||||
const (
|
||||
Moderate SafeSearch = original.Moderate
|
||||
Off SafeSearch = original.Off
|
||||
Strict SafeSearch = original.Strict
|
||||
)
|
||||
|
||||
func PossibleSafeSearchValues() []SafeSearch {
|
||||
return original.PossibleSafeSearchValues()
|
||||
}
|
||||
|
||||
type TextFormat = original.TextFormat
|
||||
|
||||
const (
|
||||
HTML TextFormat = original.HTML
|
||||
Raw TextFormat = original.Raw
|
||||
)
|
||||
|
||||
func PossibleTextFormatValues() []TextFormat {
|
||||
return original.PossibleTextFormatValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeWebWebGrouping Type = original.TypeWebWebGrouping
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type TypeBasicResponseBase = original.TypeBasicResponseBase
|
||||
|
||||
const (
|
||||
TypeAnswer TypeBasicResponseBase = original.TypeAnswer
|
||||
TypeArticle TypeBasicResponseBase = original.TypeArticle
|
||||
TypeComputation TypeBasicResponseBase = original.TypeComputation
|
||||
TypeCreativeWork TypeBasicResponseBase = original.TypeCreativeWork
|
||||
TypeErrorResponse TypeBasicResponseBase = original.TypeErrorResponse
|
||||
TypeIdentifiable TypeBasicResponseBase = original.TypeIdentifiable
|
||||
TypeImageObject TypeBasicResponseBase = original.TypeImageObject
|
||||
TypeImages TypeBasicResponseBase = original.TypeImages
|
||||
TypeIntangible TypeBasicResponseBase = original.TypeIntangible
|
||||
TypeMediaObject TypeBasicResponseBase = original.TypeMediaObject
|
||||
TypeNews TypeBasicResponseBase = original.TypeNews
|
||||
TypeNewsArticle TypeBasicResponseBase = original.TypeNewsArticle
|
||||
TypePlaces TypeBasicResponseBase = original.TypePlaces
|
||||
TypeRelatedSearchesRelatedSearchAnswer TypeBasicResponseBase = original.TypeRelatedSearchesRelatedSearchAnswer
|
||||
TypeResponse TypeBasicResponseBase = original.TypeResponse
|
||||
TypeResponseBase TypeBasicResponseBase = original.TypeResponseBase
|
||||
TypeSearchResponse TypeBasicResponseBase = original.TypeSearchResponse
|
||||
TypeSearchResultsAnswer TypeBasicResponseBase = original.TypeSearchResultsAnswer
|
||||
TypeSpellSuggestions TypeBasicResponseBase = original.TypeSpellSuggestions
|
||||
TypeStructuredValue TypeBasicResponseBase = original.TypeStructuredValue
|
||||
TypeThing TypeBasicResponseBase = original.TypeThing
|
||||
TypeTimeZone TypeBasicResponseBase = original.TypeTimeZone
|
||||
TypeVideoObject TypeBasicResponseBase = original.TypeVideoObject
|
||||
TypeVideos TypeBasicResponseBase = original.TypeVideos
|
||||
TypeWebPage TypeBasicResponseBase = original.TypeWebPage
|
||||
TypeWebWebAnswer TypeBasicResponseBase = original.TypeWebWebAnswer
|
||||
)
|
||||
|
||||
func PossibleTypeBasicResponseBaseValues() []TypeBasicResponseBase {
|
||||
return original.PossibleTypeBasicResponseBaseValues()
|
||||
}
|
||||
|
||||
type BasicAnswer = original.BasicAnswer
|
||||
type Answer = original.Answer
|
||||
type BasicArticle = original.BasicArticle
|
||||
type Article = original.Article
|
||||
type Computation = original.Computation
|
||||
type BasicCreativeWork = original.BasicCreativeWork
|
||||
type CreativeWork = original.CreativeWork
|
||||
type Error = original.Error
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type BasicIdentifiable = original.BasicIdentifiable
|
||||
type Identifiable = original.Identifiable
|
||||
type ImageObject = original.ImageObject
|
||||
type Images = original.Images
|
||||
type BasicIntangible = original.BasicIntangible
|
||||
type Intangible = original.Intangible
|
||||
type BasicMediaObject = original.BasicMediaObject
|
||||
type MediaObject = original.MediaObject
|
||||
type News = original.News
|
||||
type NewsArticle = original.NewsArticle
|
||||
type Places = original.Places
|
||||
type Query = original.Query
|
||||
type QueryContext = original.QueryContext
|
||||
type RankingRankingGroup = original.RankingRankingGroup
|
||||
type RankingRankingItem = original.RankingRankingItem
|
||||
type RankingRankingResponse = original.RankingRankingResponse
|
||||
type RelatedSearchesRelatedSearchAnswer = original.RelatedSearchesRelatedSearchAnswer
|
||||
type BasicResponse = original.BasicResponse
|
||||
type Response = original.Response
|
||||
type BasicResponseBase = original.BasicResponseBase
|
||||
type ResponseBase = original.ResponseBase
|
||||
type SearchResponse = original.SearchResponse
|
||||
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
|
||||
type SearchResultsAnswer = original.SearchResultsAnswer
|
||||
type SpellSuggestions = original.SpellSuggestions
|
||||
type StructuredValue = original.StructuredValue
|
||||
type BasicThing = original.BasicThing
|
||||
type Thing = original.Thing
|
||||
type TimeZone = original.TimeZone
|
||||
type TimeZoneTimeZoneInformation = original.TimeZoneTimeZoneInformation
|
||||
type VideoObject = original.VideoObject
|
||||
type Videos = original.Videos
|
||||
type WebMetaTag = original.WebMetaTag
|
||||
type WebPage = original.WebPage
|
||||
type WebWebAnswer = original.WebWebAnswer
|
||||
type BasicWebWebGrouping = original.BasicWebWebGrouping
|
||||
type WebWebGrouping = original.WebWebGrouping
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WebClient = original.WebClient
|
||||
|
||||
func NewWebClient() WebClient {
|
||||
return original.NewWebClient()
|
||||
}
|
||||
func NewWebClientWithBaseURI(baseURI string) WebClient {
|
||||
return original.NewWebClientWithBaseURI(baseURI)
|
||||
}
|
||||
Generated
Vendored
-1039
File diff suppressed because it is too large
Load Diff
Generated
Vendored
-108
@@ -1,108 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 consumption
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2017-11-30/consumption"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Datagrain = original.Datagrain
|
||||
|
||||
const (
|
||||
DailyGrain Datagrain = original.DailyGrain
|
||||
MonthlyGrain Datagrain = original.MonthlyGrain
|
||||
)
|
||||
|
||||
func PossibleDatagrainValues() []Datagrain {
|
||||
return original.PossibleDatagrainValues()
|
||||
}
|
||||
|
||||
type ErrorDetails = original.ErrorDetails
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type MeterDetails = original.MeterDetails
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type ReservationDetails = original.ReservationDetails
|
||||
type ReservationDetailsListResult = original.ReservationDetailsListResult
|
||||
type ReservationDetailsProperties = original.ReservationDetailsProperties
|
||||
type ReservationSummaries = original.ReservationSummaries
|
||||
type ReservationSummariesListResult = original.ReservationSummariesListResult
|
||||
type ReservationSummariesProperties = original.ReservationSummariesProperties
|
||||
type Resource = original.Resource
|
||||
type UsageDetail = original.UsageDetail
|
||||
type UsageDetailProperties = original.UsageDetailProperties
|
||||
type UsageDetailsListResult = original.UsageDetailsListResult
|
||||
type UsageDetailsListResultIterator = original.UsageDetailsListResultIterator
|
||||
type UsageDetailsListResultPage = original.UsageDetailsListResultPage
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ReservationsDetailsClient = original.ReservationsDetailsClient
|
||||
|
||||
func NewReservationsDetailsClient(subscriptionID string) ReservationsDetailsClient {
|
||||
return original.NewReservationsDetailsClient(subscriptionID)
|
||||
}
|
||||
func NewReservationsDetailsClientWithBaseURI(baseURI string, subscriptionID string) ReservationsDetailsClient {
|
||||
return original.NewReservationsDetailsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ReservationsSummariesClient = original.ReservationsSummariesClient
|
||||
|
||||
func NewReservationsSummariesClient(subscriptionID string) ReservationsSummariesClient {
|
||||
return original.NewReservationsSummariesClient(subscriptionID)
|
||||
}
|
||||
func NewReservationsSummariesClientWithBaseURI(baseURI string, subscriptionID string) ReservationsSummariesClient {
|
||||
return original.NewReservationsSummariesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsageDetailsClient = original.UsageDetailsClient
|
||||
|
||||
func NewUsageDetailsClient(subscriptionID string) UsageDetailsClient {
|
||||
return original.NewUsageDetailsClient(subscriptionID)
|
||||
}
|
||||
func NewUsageDetailsClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsClient {
|
||||
return original.NewUsageDetailsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-222
@@ -1,222 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 containerregistry
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/containerregistry/mgmt/2017-10-01/containerregistry"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PasswordName = original.PasswordName
|
||||
|
||||
const (
|
||||
Password PasswordName = original.Password
|
||||
Password2 PasswordName = original.Password2
|
||||
)
|
||||
|
||||
func PossiblePasswordNameValues() []PasswordName {
|
||||
return original.PossiblePasswordNameValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Canceled ProvisioningState = original.Canceled
|
||||
Creating ProvisioningState = original.Creating
|
||||
Deleting ProvisioningState = original.Deleting
|
||||
Failed ProvisioningState = original.Failed
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
Updating ProvisioningState = original.Updating
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type RegistryUsageUnit = original.RegistryUsageUnit
|
||||
|
||||
const (
|
||||
Bytes RegistryUsageUnit = original.Bytes
|
||||
Count RegistryUsageUnit = original.Count
|
||||
)
|
||||
|
||||
func PossibleRegistryUsageUnitValues() []RegistryUsageUnit {
|
||||
return original.PossibleRegistryUsageUnitValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Basic SkuName = original.Basic
|
||||
Classic SkuName = original.Classic
|
||||
Premium SkuName = original.Premium
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
SkuTierBasic SkuTier = original.SkuTierBasic
|
||||
SkuTierClassic SkuTier = original.SkuTierClassic
|
||||
SkuTierPremium SkuTier = original.SkuTierPremium
|
||||
SkuTierStandard SkuTier = original.SkuTierStandard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type WebhookAction = original.WebhookAction
|
||||
|
||||
const (
|
||||
Delete WebhookAction = original.Delete
|
||||
Push WebhookAction = original.Push
|
||||
)
|
||||
|
||||
func PossibleWebhookActionValues() []WebhookAction {
|
||||
return original.PossibleWebhookActionValues()
|
||||
}
|
||||
|
||||
type WebhookStatus = original.WebhookStatus
|
||||
|
||||
const (
|
||||
Disabled WebhookStatus = original.Disabled
|
||||
Enabled WebhookStatus = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleWebhookStatusValues() []WebhookStatus {
|
||||
return original.PossibleWebhookStatusValues()
|
||||
}
|
||||
|
||||
type Actor = original.Actor
|
||||
type CallbackConfig = original.CallbackConfig
|
||||
type Event = original.Event
|
||||
type EventContent = original.EventContent
|
||||
type EventInfo = original.EventInfo
|
||||
type EventListResult = original.EventListResult
|
||||
type EventListResultIterator = original.EventListResultIterator
|
||||
type EventListResultPage = original.EventListResultPage
|
||||
type EventRequestMessage = original.EventRequestMessage
|
||||
type EventResponseMessage = original.EventResponseMessage
|
||||
type OperationDefinition = original.OperationDefinition
|
||||
type OperationDisplayDefinition = original.OperationDisplayDefinition
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type RegenerateCredentialParameters = original.RegenerateCredentialParameters
|
||||
type RegistriesCreateFuture = original.RegistriesCreateFuture
|
||||
type RegistriesDeleteFuture = original.RegistriesDeleteFuture
|
||||
type RegistriesUpdateFuture = original.RegistriesUpdateFuture
|
||||
type Registry = original.Registry
|
||||
type RegistryListCredentialsResult = original.RegistryListCredentialsResult
|
||||
type RegistryListResult = original.RegistryListResult
|
||||
type RegistryListResultIterator = original.RegistryListResultIterator
|
||||
type RegistryListResultPage = original.RegistryListResultPage
|
||||
type RegistryNameCheckRequest = original.RegistryNameCheckRequest
|
||||
type RegistryNameStatus = original.RegistryNameStatus
|
||||
type RegistryPassword = original.RegistryPassword
|
||||
type RegistryProperties = original.RegistryProperties
|
||||
type RegistryPropertiesUpdateParameters = original.RegistryPropertiesUpdateParameters
|
||||
type RegistryUpdateParameters = original.RegistryUpdateParameters
|
||||
type RegistryUsage = original.RegistryUsage
|
||||
type RegistryUsageListResult = original.RegistryUsageListResult
|
||||
type Replication = original.Replication
|
||||
type ReplicationListResult = original.ReplicationListResult
|
||||
type ReplicationListResultIterator = original.ReplicationListResultIterator
|
||||
type ReplicationListResultPage = original.ReplicationListResultPage
|
||||
type ReplicationProperties = original.ReplicationProperties
|
||||
type ReplicationsCreateFuture = original.ReplicationsCreateFuture
|
||||
type ReplicationsDeleteFuture = original.ReplicationsDeleteFuture
|
||||
type ReplicationsUpdateFuture = original.ReplicationsUpdateFuture
|
||||
type ReplicationUpdateParameters = original.ReplicationUpdateParameters
|
||||
type Request = original.Request
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type Source = original.Source
|
||||
type Status = original.Status
|
||||
type StorageAccountProperties = original.StorageAccountProperties
|
||||
type Target = original.Target
|
||||
type Webhook = original.Webhook
|
||||
type WebhookCreateParameters = original.WebhookCreateParameters
|
||||
type WebhookListResult = original.WebhookListResult
|
||||
type WebhookListResultIterator = original.WebhookListResultIterator
|
||||
type WebhookListResultPage = original.WebhookListResultPage
|
||||
type WebhookProperties = original.WebhookProperties
|
||||
type WebhookPropertiesCreateParameters = original.WebhookPropertiesCreateParameters
|
||||
type WebhookPropertiesUpdateParameters = original.WebhookPropertiesUpdateParameters
|
||||
type WebhooksCreateFuture = original.WebhooksCreateFuture
|
||||
type WebhooksDeleteFuture = original.WebhooksDeleteFuture
|
||||
type WebhooksUpdateFuture = original.WebhooksUpdateFuture
|
||||
type WebhookUpdateParameters = original.WebhookUpdateParameters
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RegistriesClient = original.RegistriesClient
|
||||
|
||||
func NewRegistriesClient(subscriptionID string) RegistriesClient {
|
||||
return original.NewRegistriesClient(subscriptionID)
|
||||
}
|
||||
func NewRegistriesClientWithBaseURI(baseURI string, subscriptionID string) RegistriesClient {
|
||||
return original.NewRegistriesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ReplicationsClient = original.ReplicationsClient
|
||||
|
||||
func NewReplicationsClient(subscriptionID string) ReplicationsClient {
|
||||
return original.NewReplicationsClient(subscriptionID)
|
||||
}
|
||||
func NewReplicationsClientWithBaseURI(baseURI string, subscriptionID string) ReplicationsClient {
|
||||
return original.NewReplicationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WebhooksClient = original.WebhooksClient
|
||||
|
||||
func NewWebhooksClient(subscriptionID string) WebhooksClient {
|
||||
return original.NewWebhooksClient(subscriptionID)
|
||||
}
|
||||
func NewWebhooksClientWithBaseURI(baseURI string, subscriptionID string) WebhooksClient {
|
||||
return original.NewWebhooksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-319
@@ -1,319 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 containerservice
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2017-09-30/containerservice"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ContainerServicesClient = original.ContainerServicesClient
|
||||
|
||||
func NewContainerServicesClient(subscriptionID string) ContainerServicesClient {
|
||||
return original.NewContainerServicesClient(subscriptionID)
|
||||
}
|
||||
func NewContainerServicesClientWithBaseURI(baseURI string, subscriptionID string) ContainerServicesClient {
|
||||
return original.NewContainerServicesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ManagedClustersClient = original.ManagedClustersClient
|
||||
|
||||
func NewManagedClustersClient(subscriptionID string) ManagedClustersClient {
|
||||
return original.NewManagedClustersClient(subscriptionID)
|
||||
}
|
||||
func NewManagedClustersClientWithBaseURI(baseURI string, subscriptionID string) ManagedClustersClient {
|
||||
return original.NewManagedClustersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OrchestratorTypes = original.OrchestratorTypes
|
||||
|
||||
const (
|
||||
Custom OrchestratorTypes = original.Custom
|
||||
DCOS OrchestratorTypes = original.DCOS
|
||||
DockerCE OrchestratorTypes = original.DockerCE
|
||||
Kubernetes OrchestratorTypes = original.Kubernetes
|
||||
Swarm OrchestratorTypes = original.Swarm
|
||||
)
|
||||
|
||||
func PossibleOrchestratorTypesValues() []OrchestratorTypes {
|
||||
return original.PossibleOrchestratorTypesValues()
|
||||
}
|
||||
|
||||
type OSType = original.OSType
|
||||
|
||||
const (
|
||||
Linux OSType = original.Linux
|
||||
Windows OSType = original.Windows
|
||||
)
|
||||
|
||||
func PossibleOSTypeValues() []OSType {
|
||||
return original.PossibleOSTypeValues()
|
||||
}
|
||||
|
||||
type StorageProfileTypes = original.StorageProfileTypes
|
||||
|
||||
const (
|
||||
ManagedDisks StorageProfileTypes = original.ManagedDisks
|
||||
StorageAccount StorageProfileTypes = original.StorageAccount
|
||||
)
|
||||
|
||||
func PossibleStorageProfileTypesValues() []StorageProfileTypes {
|
||||
return original.PossibleStorageProfileTypesValues()
|
||||
}
|
||||
|
||||
type VMSizeTypes = original.VMSizeTypes
|
||||
|
||||
const (
|
||||
StandardA0 VMSizeTypes = original.StandardA0
|
||||
StandardA1 VMSizeTypes = original.StandardA1
|
||||
StandardA10 VMSizeTypes = original.StandardA10
|
||||
StandardA11 VMSizeTypes = original.StandardA11
|
||||
StandardA1V2 VMSizeTypes = original.StandardA1V2
|
||||
StandardA2 VMSizeTypes = original.StandardA2
|
||||
StandardA2mV2 VMSizeTypes = original.StandardA2mV2
|
||||
StandardA2V2 VMSizeTypes = original.StandardA2V2
|
||||
StandardA3 VMSizeTypes = original.StandardA3
|
||||
StandardA4 VMSizeTypes = original.StandardA4
|
||||
StandardA4mV2 VMSizeTypes = original.StandardA4mV2
|
||||
StandardA4V2 VMSizeTypes = original.StandardA4V2
|
||||
StandardA5 VMSizeTypes = original.StandardA5
|
||||
StandardA6 VMSizeTypes = original.StandardA6
|
||||
StandardA7 VMSizeTypes = original.StandardA7
|
||||
StandardA8 VMSizeTypes = original.StandardA8
|
||||
StandardA8mV2 VMSizeTypes = original.StandardA8mV2
|
||||
StandardA8V2 VMSizeTypes = original.StandardA8V2
|
||||
StandardA9 VMSizeTypes = original.StandardA9
|
||||
StandardB1ms VMSizeTypes = original.StandardB1ms
|
||||
StandardB1s VMSizeTypes = original.StandardB1s
|
||||
StandardB2ms VMSizeTypes = original.StandardB2ms
|
||||
StandardB2s VMSizeTypes = original.StandardB2s
|
||||
StandardB4ms VMSizeTypes = original.StandardB4ms
|
||||
StandardB8ms VMSizeTypes = original.StandardB8ms
|
||||
StandardD1 VMSizeTypes = original.StandardD1
|
||||
StandardD11 VMSizeTypes = original.StandardD11
|
||||
StandardD11V2 VMSizeTypes = original.StandardD11V2
|
||||
StandardD11V2Promo VMSizeTypes = original.StandardD11V2Promo
|
||||
StandardD12 VMSizeTypes = original.StandardD12
|
||||
StandardD12V2 VMSizeTypes = original.StandardD12V2
|
||||
StandardD12V2Promo VMSizeTypes = original.StandardD12V2Promo
|
||||
StandardD13 VMSizeTypes = original.StandardD13
|
||||
StandardD13V2 VMSizeTypes = original.StandardD13V2
|
||||
StandardD13V2Promo VMSizeTypes = original.StandardD13V2Promo
|
||||
StandardD14 VMSizeTypes = original.StandardD14
|
||||
StandardD14V2 VMSizeTypes = original.StandardD14V2
|
||||
StandardD14V2Promo VMSizeTypes = original.StandardD14V2Promo
|
||||
StandardD15V2 VMSizeTypes = original.StandardD15V2
|
||||
StandardD16sV3 VMSizeTypes = original.StandardD16sV3
|
||||
StandardD16V3 VMSizeTypes = original.StandardD16V3
|
||||
StandardD1V2 VMSizeTypes = original.StandardD1V2
|
||||
StandardD2 VMSizeTypes = original.StandardD2
|
||||
StandardD2sV3 VMSizeTypes = original.StandardD2sV3
|
||||
StandardD2V2 VMSizeTypes = original.StandardD2V2
|
||||
StandardD2V2Promo VMSizeTypes = original.StandardD2V2Promo
|
||||
StandardD2V3 VMSizeTypes = original.StandardD2V3
|
||||
StandardD3 VMSizeTypes = original.StandardD3
|
||||
StandardD32sV3 VMSizeTypes = original.StandardD32sV3
|
||||
StandardD32V3 VMSizeTypes = original.StandardD32V3
|
||||
StandardD3V2 VMSizeTypes = original.StandardD3V2
|
||||
StandardD3V2Promo VMSizeTypes = original.StandardD3V2Promo
|
||||
StandardD4 VMSizeTypes = original.StandardD4
|
||||
StandardD4sV3 VMSizeTypes = original.StandardD4sV3
|
||||
StandardD4V2 VMSizeTypes = original.StandardD4V2
|
||||
StandardD4V2Promo VMSizeTypes = original.StandardD4V2Promo
|
||||
StandardD4V3 VMSizeTypes = original.StandardD4V3
|
||||
StandardD5V2 VMSizeTypes = original.StandardD5V2
|
||||
StandardD5V2Promo VMSizeTypes = original.StandardD5V2Promo
|
||||
StandardD64sV3 VMSizeTypes = original.StandardD64sV3
|
||||
StandardD64V3 VMSizeTypes = original.StandardD64V3
|
||||
StandardD8sV3 VMSizeTypes = original.StandardD8sV3
|
||||
StandardD8V3 VMSizeTypes = original.StandardD8V3
|
||||
StandardDS1 VMSizeTypes = original.StandardDS1
|
||||
StandardDS11 VMSizeTypes = original.StandardDS11
|
||||
StandardDS11V2 VMSizeTypes = original.StandardDS11V2
|
||||
StandardDS11V2Promo VMSizeTypes = original.StandardDS11V2Promo
|
||||
StandardDS12 VMSizeTypes = original.StandardDS12
|
||||
StandardDS12V2 VMSizeTypes = original.StandardDS12V2
|
||||
StandardDS12V2Promo VMSizeTypes = original.StandardDS12V2Promo
|
||||
StandardDS13 VMSizeTypes = original.StandardDS13
|
||||
StandardDS132V2 VMSizeTypes = original.StandardDS132V2
|
||||
StandardDS134V2 VMSizeTypes = original.StandardDS134V2
|
||||
StandardDS13V2 VMSizeTypes = original.StandardDS13V2
|
||||
StandardDS13V2Promo VMSizeTypes = original.StandardDS13V2Promo
|
||||
StandardDS14 VMSizeTypes = original.StandardDS14
|
||||
StandardDS144V2 VMSizeTypes = original.StandardDS144V2
|
||||
StandardDS148V2 VMSizeTypes = original.StandardDS148V2
|
||||
StandardDS14V2 VMSizeTypes = original.StandardDS14V2
|
||||
StandardDS14V2Promo VMSizeTypes = original.StandardDS14V2Promo
|
||||
StandardDS15V2 VMSizeTypes = original.StandardDS15V2
|
||||
StandardDS1V2 VMSizeTypes = original.StandardDS1V2
|
||||
StandardDS2 VMSizeTypes = original.StandardDS2
|
||||
StandardDS2V2 VMSizeTypes = original.StandardDS2V2
|
||||
StandardDS2V2Promo VMSizeTypes = original.StandardDS2V2Promo
|
||||
StandardDS3 VMSizeTypes = original.StandardDS3
|
||||
StandardDS3V2 VMSizeTypes = original.StandardDS3V2
|
||||
StandardDS3V2Promo VMSizeTypes = original.StandardDS3V2Promo
|
||||
StandardDS4 VMSizeTypes = original.StandardDS4
|
||||
StandardDS4V2 VMSizeTypes = original.StandardDS4V2
|
||||
StandardDS4V2Promo VMSizeTypes = original.StandardDS4V2Promo
|
||||
StandardDS5V2 VMSizeTypes = original.StandardDS5V2
|
||||
StandardDS5V2Promo VMSizeTypes = original.StandardDS5V2Promo
|
||||
StandardE16sV3 VMSizeTypes = original.StandardE16sV3
|
||||
StandardE16V3 VMSizeTypes = original.StandardE16V3
|
||||
StandardE2sV3 VMSizeTypes = original.StandardE2sV3
|
||||
StandardE2V3 VMSizeTypes = original.StandardE2V3
|
||||
StandardE3216sV3 VMSizeTypes = original.StandardE3216sV3
|
||||
StandardE328sV3 VMSizeTypes = original.StandardE328sV3
|
||||
StandardE32sV3 VMSizeTypes = original.StandardE32sV3
|
||||
StandardE32V3 VMSizeTypes = original.StandardE32V3
|
||||
StandardE4sV3 VMSizeTypes = original.StandardE4sV3
|
||||
StandardE4V3 VMSizeTypes = original.StandardE4V3
|
||||
StandardE6416sV3 VMSizeTypes = original.StandardE6416sV3
|
||||
StandardE6432sV3 VMSizeTypes = original.StandardE6432sV3
|
||||
StandardE64sV3 VMSizeTypes = original.StandardE64sV3
|
||||
StandardE64V3 VMSizeTypes = original.StandardE64V3
|
||||
StandardE8sV3 VMSizeTypes = original.StandardE8sV3
|
||||
StandardE8V3 VMSizeTypes = original.StandardE8V3
|
||||
StandardF1 VMSizeTypes = original.StandardF1
|
||||
StandardF16 VMSizeTypes = original.StandardF16
|
||||
StandardF16s VMSizeTypes = original.StandardF16s
|
||||
StandardF16sV2 VMSizeTypes = original.StandardF16sV2
|
||||
StandardF1s VMSizeTypes = original.StandardF1s
|
||||
StandardF2 VMSizeTypes = original.StandardF2
|
||||
StandardF2s VMSizeTypes = original.StandardF2s
|
||||
StandardF2sV2 VMSizeTypes = original.StandardF2sV2
|
||||
StandardF32sV2 VMSizeTypes = original.StandardF32sV2
|
||||
StandardF4 VMSizeTypes = original.StandardF4
|
||||
StandardF4s VMSizeTypes = original.StandardF4s
|
||||
StandardF4sV2 VMSizeTypes = original.StandardF4sV2
|
||||
StandardF64sV2 VMSizeTypes = original.StandardF64sV2
|
||||
StandardF72sV2 VMSizeTypes = original.StandardF72sV2
|
||||
StandardF8 VMSizeTypes = original.StandardF8
|
||||
StandardF8s VMSizeTypes = original.StandardF8s
|
||||
StandardF8sV2 VMSizeTypes = original.StandardF8sV2
|
||||
StandardG1 VMSizeTypes = original.StandardG1
|
||||
StandardG2 VMSizeTypes = original.StandardG2
|
||||
StandardG3 VMSizeTypes = original.StandardG3
|
||||
StandardG4 VMSizeTypes = original.StandardG4
|
||||
StandardG5 VMSizeTypes = original.StandardG5
|
||||
StandardGS1 VMSizeTypes = original.StandardGS1
|
||||
StandardGS2 VMSizeTypes = original.StandardGS2
|
||||
StandardGS3 VMSizeTypes = original.StandardGS3
|
||||
StandardGS4 VMSizeTypes = original.StandardGS4
|
||||
StandardGS44 VMSizeTypes = original.StandardGS44
|
||||
StandardGS48 VMSizeTypes = original.StandardGS48
|
||||
StandardGS5 VMSizeTypes = original.StandardGS5
|
||||
StandardGS516 VMSizeTypes = original.StandardGS516
|
||||
StandardGS58 VMSizeTypes = original.StandardGS58
|
||||
StandardH16 VMSizeTypes = original.StandardH16
|
||||
StandardH16m VMSizeTypes = original.StandardH16m
|
||||
StandardH16mr VMSizeTypes = original.StandardH16mr
|
||||
StandardH16r VMSizeTypes = original.StandardH16r
|
||||
StandardH8 VMSizeTypes = original.StandardH8
|
||||
StandardH8m VMSizeTypes = original.StandardH8m
|
||||
StandardL16s VMSizeTypes = original.StandardL16s
|
||||
StandardL32s VMSizeTypes = original.StandardL32s
|
||||
StandardL4s VMSizeTypes = original.StandardL4s
|
||||
StandardL8s VMSizeTypes = original.StandardL8s
|
||||
StandardM12832ms VMSizeTypes = original.StandardM12832ms
|
||||
StandardM12864ms VMSizeTypes = original.StandardM12864ms
|
||||
StandardM128ms VMSizeTypes = original.StandardM128ms
|
||||
StandardM128s VMSizeTypes = original.StandardM128s
|
||||
StandardM6416ms VMSizeTypes = original.StandardM6416ms
|
||||
StandardM6432ms VMSizeTypes = original.StandardM6432ms
|
||||
StandardM64ms VMSizeTypes = original.StandardM64ms
|
||||
StandardM64s VMSizeTypes = original.StandardM64s
|
||||
StandardNC12 VMSizeTypes = original.StandardNC12
|
||||
StandardNC12sV2 VMSizeTypes = original.StandardNC12sV2
|
||||
StandardNC12sV3 VMSizeTypes = original.StandardNC12sV3
|
||||
StandardNC24 VMSizeTypes = original.StandardNC24
|
||||
StandardNC24r VMSizeTypes = original.StandardNC24r
|
||||
StandardNC24rsV2 VMSizeTypes = original.StandardNC24rsV2
|
||||
StandardNC24rsV3 VMSizeTypes = original.StandardNC24rsV3
|
||||
StandardNC24sV2 VMSizeTypes = original.StandardNC24sV2
|
||||
StandardNC24sV3 VMSizeTypes = original.StandardNC24sV3
|
||||
StandardNC6 VMSizeTypes = original.StandardNC6
|
||||
StandardNC6sV2 VMSizeTypes = original.StandardNC6sV2
|
||||
StandardNC6sV3 VMSizeTypes = original.StandardNC6sV3
|
||||
StandardND12s VMSizeTypes = original.StandardND12s
|
||||
StandardND24rs VMSizeTypes = original.StandardND24rs
|
||||
StandardND24s VMSizeTypes = original.StandardND24s
|
||||
StandardND6s VMSizeTypes = original.StandardND6s
|
||||
StandardNV12 VMSizeTypes = original.StandardNV12
|
||||
StandardNV24 VMSizeTypes = original.StandardNV24
|
||||
StandardNV6 VMSizeTypes = original.StandardNV6
|
||||
)
|
||||
|
||||
func PossibleVMSizeTypesValues() []VMSizeTypes {
|
||||
return original.PossibleVMSizeTypesValues()
|
||||
}
|
||||
|
||||
type AccessProfile = original.AccessProfile
|
||||
type AgentPoolProfile = original.AgentPoolProfile
|
||||
type ContainerService = original.ContainerService
|
||||
type ContainerServicesCreateOrUpdateFutureType = original.ContainerServicesCreateOrUpdateFutureType
|
||||
type ContainerServicesDeleteFutureType = original.ContainerServicesDeleteFutureType
|
||||
type CustomProfile = original.CustomProfile
|
||||
type DiagnosticsProfile = original.DiagnosticsProfile
|
||||
type KeyVaultSecretRef = original.KeyVaultSecretRef
|
||||
type LinuxProfile = original.LinuxProfile
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type ManagedCluster = original.ManagedCluster
|
||||
type ManagedClusterAccessProfile = original.ManagedClusterAccessProfile
|
||||
type ManagedClusterListResult = original.ManagedClusterListResult
|
||||
type ManagedClusterListResultIterator = original.ManagedClusterListResultIterator
|
||||
type ManagedClusterListResultPage = original.ManagedClusterListResultPage
|
||||
type ManagedClusterPoolUpgradeProfile = original.ManagedClusterPoolUpgradeProfile
|
||||
type ManagedClusterProperties = original.ManagedClusterProperties
|
||||
type ManagedClustersCreateOrUpdateFuture = original.ManagedClustersCreateOrUpdateFuture
|
||||
type ManagedClustersDeleteFuture = original.ManagedClustersDeleteFuture
|
||||
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
|
||||
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
|
||||
type MasterProfile = original.MasterProfile
|
||||
type OrchestratorProfile = original.OrchestratorProfile
|
||||
type OrchestratorProfileType = original.OrchestratorProfileType
|
||||
type OrchestratorVersionProfile = original.OrchestratorVersionProfile
|
||||
type OrchestratorVersionProfileListResult = original.OrchestratorVersionProfileListResult
|
||||
type OrchestratorVersionProfileProperties = original.OrchestratorVersionProfileProperties
|
||||
type Properties = original.Properties
|
||||
type Resource = original.Resource
|
||||
type ServicePrincipalProfile = original.ServicePrincipalProfile
|
||||
type SSHConfiguration = original.SSHConfiguration
|
||||
type SSHPublicKey = original.SSHPublicKey
|
||||
type VMDiagnostics = original.VMDiagnostics
|
||||
type WindowsProfile = original.WindowsProfile
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-282
@@ -1,282 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 documentdb
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2015-04-08/documentdb"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CollectionClient = original.CollectionClient
|
||||
|
||||
func NewCollectionClient(subscriptionID string) CollectionClient {
|
||||
return original.NewCollectionClient(subscriptionID)
|
||||
}
|
||||
func NewCollectionClientWithBaseURI(baseURI string, subscriptionID string) CollectionClient {
|
||||
return original.NewCollectionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CollectionPartitionClient = original.CollectionPartitionClient
|
||||
|
||||
func NewCollectionPartitionClient(subscriptionID string) CollectionPartitionClient {
|
||||
return original.NewCollectionPartitionClient(subscriptionID)
|
||||
}
|
||||
func NewCollectionPartitionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionClient {
|
||||
return original.NewCollectionPartitionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CollectionPartitionRegionClient = original.CollectionPartitionRegionClient
|
||||
|
||||
func NewCollectionPartitionRegionClient(subscriptionID string) CollectionPartitionRegionClient {
|
||||
return original.NewCollectionPartitionRegionClient(subscriptionID)
|
||||
}
|
||||
func NewCollectionPartitionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionRegionClient {
|
||||
return original.NewCollectionPartitionRegionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CollectionRegionClient = original.CollectionRegionClient
|
||||
|
||||
func NewCollectionRegionClient(subscriptionID string) CollectionRegionClient {
|
||||
return original.NewCollectionRegionClient(subscriptionID)
|
||||
}
|
||||
func NewCollectionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionRegionClient {
|
||||
return original.NewCollectionRegionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabaseClient = original.DatabaseClient
|
||||
|
||||
func NewDatabaseClient(subscriptionID string) DatabaseClient {
|
||||
return original.NewDatabaseClient(subscriptionID)
|
||||
}
|
||||
func NewDatabaseClientWithBaseURI(baseURI string, subscriptionID string) DatabaseClient {
|
||||
return original.NewDatabaseClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabaseAccountRegionClient = original.DatabaseAccountRegionClient
|
||||
|
||||
func NewDatabaseAccountRegionClient(subscriptionID string) DatabaseAccountRegionClient {
|
||||
return original.NewDatabaseAccountRegionClient(subscriptionID)
|
||||
}
|
||||
func NewDatabaseAccountRegionClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountRegionClient {
|
||||
return original.NewDatabaseAccountRegionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabaseAccountsClient = original.DatabaseAccountsClient
|
||||
|
||||
func NewDatabaseAccountsClient(subscriptionID string) DatabaseAccountsClient {
|
||||
return original.NewDatabaseAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountsClient {
|
||||
return original.NewDatabaseAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabaseAccountKind = original.DatabaseAccountKind
|
||||
|
||||
const (
|
||||
GlobalDocumentDB DatabaseAccountKind = original.GlobalDocumentDB
|
||||
MongoDB DatabaseAccountKind = original.MongoDB
|
||||
Parse DatabaseAccountKind = original.Parse
|
||||
)
|
||||
|
||||
func PossibleDatabaseAccountKindValues() []DatabaseAccountKind {
|
||||
return original.PossibleDatabaseAccountKindValues()
|
||||
}
|
||||
|
||||
type DatabaseAccountOfferType = original.DatabaseAccountOfferType
|
||||
|
||||
const (
|
||||
Standard DatabaseAccountOfferType = original.Standard
|
||||
)
|
||||
|
||||
func PossibleDatabaseAccountOfferTypeValues() []DatabaseAccountOfferType {
|
||||
return original.PossibleDatabaseAccountOfferTypeValues()
|
||||
}
|
||||
|
||||
type DefaultConsistencyLevel = original.DefaultConsistencyLevel
|
||||
|
||||
const (
|
||||
BoundedStaleness DefaultConsistencyLevel = original.BoundedStaleness
|
||||
ConsistentPrefix DefaultConsistencyLevel = original.ConsistentPrefix
|
||||
Eventual DefaultConsistencyLevel = original.Eventual
|
||||
Session DefaultConsistencyLevel = original.Session
|
||||
Strong DefaultConsistencyLevel = original.Strong
|
||||
)
|
||||
|
||||
func PossibleDefaultConsistencyLevelValues() []DefaultConsistencyLevel {
|
||||
return original.PossibleDefaultConsistencyLevelValues()
|
||||
}
|
||||
|
||||
type KeyKind = original.KeyKind
|
||||
|
||||
const (
|
||||
Primary KeyKind = original.Primary
|
||||
PrimaryReadonly KeyKind = original.PrimaryReadonly
|
||||
Secondary KeyKind = original.Secondary
|
||||
SecondaryReadonly KeyKind = original.SecondaryReadonly
|
||||
)
|
||||
|
||||
func PossibleKeyKindValues() []KeyKind {
|
||||
return original.PossibleKeyKindValues()
|
||||
}
|
||||
|
||||
type PrimaryAggregationType = original.PrimaryAggregationType
|
||||
|
||||
const (
|
||||
Average PrimaryAggregationType = original.Average
|
||||
Last PrimaryAggregationType = original.Last
|
||||
Maximum PrimaryAggregationType = original.Maximum
|
||||
Minimimum PrimaryAggregationType = original.Minimimum
|
||||
None PrimaryAggregationType = original.None
|
||||
Total PrimaryAggregationType = original.Total
|
||||
)
|
||||
|
||||
func PossiblePrimaryAggregationTypeValues() []PrimaryAggregationType {
|
||||
return original.PossiblePrimaryAggregationTypeValues()
|
||||
}
|
||||
|
||||
type UnitType = original.UnitType
|
||||
|
||||
const (
|
||||
Bytes UnitType = original.Bytes
|
||||
BytesPerSecond UnitType = original.BytesPerSecond
|
||||
Count UnitType = original.Count
|
||||
CountPerSecond UnitType = original.CountPerSecond
|
||||
Milliseconds UnitType = original.Milliseconds
|
||||
Percent UnitType = original.Percent
|
||||
Seconds UnitType = original.Seconds
|
||||
)
|
||||
|
||||
func PossibleUnitTypeValues() []UnitType {
|
||||
return original.PossibleUnitTypeValues()
|
||||
}
|
||||
|
||||
type Capability = original.Capability
|
||||
type ConsistencyPolicy = original.ConsistencyPolicy
|
||||
type DatabaseAccount = original.DatabaseAccount
|
||||
type DatabaseAccountConnectionString = original.DatabaseAccountConnectionString
|
||||
type DatabaseAccountCreateUpdateParameters = original.DatabaseAccountCreateUpdateParameters
|
||||
type DatabaseAccountCreateUpdateProperties = original.DatabaseAccountCreateUpdateProperties
|
||||
type DatabaseAccountListConnectionStringsResult = original.DatabaseAccountListConnectionStringsResult
|
||||
type DatabaseAccountListKeysResult = original.DatabaseAccountListKeysResult
|
||||
type DatabaseAccountListReadOnlyKeysResult = original.DatabaseAccountListReadOnlyKeysResult
|
||||
type DatabaseAccountPatchParameters = original.DatabaseAccountPatchParameters
|
||||
type DatabaseAccountPatchProperties = original.DatabaseAccountPatchProperties
|
||||
type DatabaseAccountProperties = original.DatabaseAccountProperties
|
||||
type DatabaseAccountRegenerateKeyParameters = original.DatabaseAccountRegenerateKeyParameters
|
||||
type DatabaseAccountsCreateOrUpdateFuture = original.DatabaseAccountsCreateOrUpdateFuture
|
||||
type DatabaseAccountsDeleteFuture = original.DatabaseAccountsDeleteFuture
|
||||
type DatabaseAccountsFailoverPriorityChangeFuture = original.DatabaseAccountsFailoverPriorityChangeFuture
|
||||
type DatabaseAccountsListResult = original.DatabaseAccountsListResult
|
||||
type DatabaseAccountsPatchFuture = original.DatabaseAccountsPatchFuture
|
||||
type DatabaseAccountsRegenerateKeyFuture = original.DatabaseAccountsRegenerateKeyFuture
|
||||
type FailoverPolicies = original.FailoverPolicies
|
||||
type FailoverPolicy = original.FailoverPolicy
|
||||
type Location = original.Location
|
||||
type Metric = original.Metric
|
||||
type MetricAvailability = original.MetricAvailability
|
||||
type MetricDefinition = original.MetricDefinition
|
||||
type MetricDefinitionsListResult = original.MetricDefinitionsListResult
|
||||
type MetricListResult = original.MetricListResult
|
||||
type MetricName = original.MetricName
|
||||
type MetricValue = original.MetricValue
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type PartitionMetric = original.PartitionMetric
|
||||
type PartitionMetricListResult = original.PartitionMetricListResult
|
||||
type PartitionUsage = original.PartitionUsage
|
||||
type PartitionUsagesResult = original.PartitionUsagesResult
|
||||
type PercentileMetric = original.PercentileMetric
|
||||
type PercentileMetricListResult = original.PercentileMetricListResult
|
||||
type PercentileMetricValue = original.PercentileMetricValue
|
||||
type Resource = original.Resource
|
||||
type Usage = original.Usage
|
||||
type UsagesResult = original.UsagesResult
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PartitionKeyRangeIDClient = original.PartitionKeyRangeIDClient
|
||||
|
||||
func NewPartitionKeyRangeIDClient(subscriptionID string) PartitionKeyRangeIDClient {
|
||||
return original.NewPartitionKeyRangeIDClient(subscriptionID)
|
||||
}
|
||||
func NewPartitionKeyRangeIDClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDClient {
|
||||
return original.NewPartitionKeyRangeIDClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PartitionKeyRangeIDRegionClient = original.PartitionKeyRangeIDRegionClient
|
||||
|
||||
func NewPartitionKeyRangeIDRegionClient(subscriptionID string) PartitionKeyRangeIDRegionClient {
|
||||
return original.NewPartitionKeyRangeIDRegionClient(subscriptionID)
|
||||
}
|
||||
func NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDRegionClient {
|
||||
return original.NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PercentileClient = original.PercentileClient
|
||||
|
||||
func NewPercentileClient(subscriptionID string) PercentileClient {
|
||||
return original.NewPercentileClient(subscriptionID)
|
||||
}
|
||||
func NewPercentileClientWithBaseURI(baseURI string, subscriptionID string) PercentileClient {
|
||||
return original.NewPercentileClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PercentileSourceTargetClient = original.PercentileSourceTargetClient
|
||||
|
||||
func NewPercentileSourceTargetClient(subscriptionID string) PercentileSourceTargetClient {
|
||||
return original.NewPercentileSourceTargetClient(subscriptionID)
|
||||
}
|
||||
func NewPercentileSourceTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileSourceTargetClient {
|
||||
return original.NewPercentileSourceTargetClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PercentileTargetClient = original.PercentileTargetClient
|
||||
|
||||
func NewPercentileTargetClient(subscriptionID string) PercentileTargetClient {
|
||||
return original.NewPercentileTargetClient(subscriptionID)
|
||||
}
|
||||
func NewPercentileTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileTargetClient {
|
||||
return original.NewPercentileTargetClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-622
@@ -1,622 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 customerinsights
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/customerinsights/mgmt/2017-04-26/customerinsights"
|
||||
|
||||
type AuthorizationPoliciesClient = original.AuthorizationPoliciesClient
|
||||
|
||||
func NewAuthorizationPoliciesClient(subscriptionID string) AuthorizationPoliciesClient {
|
||||
return original.NewAuthorizationPoliciesClient(subscriptionID)
|
||||
}
|
||||
func NewAuthorizationPoliciesClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationPoliciesClient {
|
||||
return original.NewAuthorizationPoliciesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConnectorMappingsClient = original.ConnectorMappingsClient
|
||||
|
||||
func NewConnectorMappingsClient(subscriptionID string) ConnectorMappingsClient {
|
||||
return original.NewConnectorMappingsClient(subscriptionID)
|
||||
}
|
||||
func NewConnectorMappingsClientWithBaseURI(baseURI string, subscriptionID string) ConnectorMappingsClient {
|
||||
return original.NewConnectorMappingsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConnectorsClient = original.ConnectorsClient
|
||||
|
||||
func NewConnectorsClient(subscriptionID string) ConnectorsClient {
|
||||
return original.NewConnectorsClient(subscriptionID)
|
||||
}
|
||||
func NewConnectorsClientWithBaseURI(baseURI string, subscriptionID string) ConnectorsClient {
|
||||
return original.NewConnectorsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type HubsClient = original.HubsClient
|
||||
|
||||
func NewHubsClient(subscriptionID string) HubsClient {
|
||||
return original.NewHubsClient(subscriptionID)
|
||||
}
|
||||
func NewHubsClientWithBaseURI(baseURI string, subscriptionID string) HubsClient {
|
||||
return original.NewHubsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ImagesClient = original.ImagesClient
|
||||
|
||||
func NewImagesClient(subscriptionID string) ImagesClient {
|
||||
return original.NewImagesClient(subscriptionID)
|
||||
}
|
||||
func NewImagesClientWithBaseURI(baseURI string, subscriptionID string) ImagesClient {
|
||||
return original.NewImagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type InteractionsClient = original.InteractionsClient
|
||||
|
||||
func NewInteractionsClient(subscriptionID string) InteractionsClient {
|
||||
return original.NewInteractionsClient(subscriptionID)
|
||||
}
|
||||
func NewInteractionsClientWithBaseURI(baseURI string, subscriptionID string) InteractionsClient {
|
||||
return original.NewInteractionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type KpiClient = original.KpiClient
|
||||
|
||||
func NewKpiClient(subscriptionID string) KpiClient {
|
||||
return original.NewKpiClient(subscriptionID)
|
||||
}
|
||||
func NewKpiClientWithBaseURI(baseURI string, subscriptionID string) KpiClient {
|
||||
return original.NewKpiClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LinksClient = original.LinksClient
|
||||
|
||||
func NewLinksClient(subscriptionID string) LinksClient {
|
||||
return original.NewLinksClient(subscriptionID)
|
||||
}
|
||||
func NewLinksClientWithBaseURI(baseURI string, subscriptionID string) LinksClient {
|
||||
return original.NewLinksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CalculationWindowTypes = original.CalculationWindowTypes
|
||||
|
||||
const (
|
||||
Day CalculationWindowTypes = original.Day
|
||||
Hour CalculationWindowTypes = original.Hour
|
||||
Lifetime CalculationWindowTypes = original.Lifetime
|
||||
Month CalculationWindowTypes = original.Month
|
||||
Week CalculationWindowTypes = original.Week
|
||||
)
|
||||
|
||||
func PossibleCalculationWindowTypesValues() []CalculationWindowTypes {
|
||||
return original.PossibleCalculationWindowTypesValues()
|
||||
}
|
||||
|
||||
type CanonicalPropertyValueType = original.CanonicalPropertyValueType
|
||||
|
||||
const (
|
||||
Categorical CanonicalPropertyValueType = original.Categorical
|
||||
DerivedCategorical CanonicalPropertyValueType = original.DerivedCategorical
|
||||
DerivedNumeric CanonicalPropertyValueType = original.DerivedNumeric
|
||||
Numeric CanonicalPropertyValueType = original.Numeric
|
||||
)
|
||||
|
||||
func PossibleCanonicalPropertyValueTypeValues() []CanonicalPropertyValueType {
|
||||
return original.PossibleCanonicalPropertyValueTypeValues()
|
||||
}
|
||||
|
||||
type CardinalityTypes = original.CardinalityTypes
|
||||
|
||||
const (
|
||||
ManyToMany CardinalityTypes = original.ManyToMany
|
||||
OneToMany CardinalityTypes = original.OneToMany
|
||||
OneToOne CardinalityTypes = original.OneToOne
|
||||
)
|
||||
|
||||
func PossibleCardinalityTypesValues() []CardinalityTypes {
|
||||
return original.PossibleCardinalityTypesValues()
|
||||
}
|
||||
|
||||
type CompletionOperationTypes = original.CompletionOperationTypes
|
||||
|
||||
const (
|
||||
DeleteFile CompletionOperationTypes = original.DeleteFile
|
||||
DoNothing CompletionOperationTypes = original.DoNothing
|
||||
MoveFile CompletionOperationTypes = original.MoveFile
|
||||
)
|
||||
|
||||
func PossibleCompletionOperationTypesValues() []CompletionOperationTypes {
|
||||
return original.PossibleCompletionOperationTypesValues()
|
||||
}
|
||||
|
||||
type ConnectorMappingStates = original.ConnectorMappingStates
|
||||
|
||||
const (
|
||||
Created ConnectorMappingStates = original.Created
|
||||
Creating ConnectorMappingStates = original.Creating
|
||||
Expiring ConnectorMappingStates = original.Expiring
|
||||
Failed ConnectorMappingStates = original.Failed
|
||||
Ready ConnectorMappingStates = original.Ready
|
||||
Running ConnectorMappingStates = original.Running
|
||||
Stopped ConnectorMappingStates = original.Stopped
|
||||
)
|
||||
|
||||
func PossibleConnectorMappingStatesValues() []ConnectorMappingStates {
|
||||
return original.PossibleConnectorMappingStatesValues()
|
||||
}
|
||||
|
||||
type ConnectorStates = original.ConnectorStates
|
||||
|
||||
const (
|
||||
ConnectorStatesCreated ConnectorStates = original.ConnectorStatesCreated
|
||||
ConnectorStatesCreating ConnectorStates = original.ConnectorStatesCreating
|
||||
ConnectorStatesDeleting ConnectorStates = original.ConnectorStatesDeleting
|
||||
ConnectorStatesExpiring ConnectorStates = original.ConnectorStatesExpiring
|
||||
ConnectorStatesFailed ConnectorStates = original.ConnectorStatesFailed
|
||||
ConnectorStatesReady ConnectorStates = original.ConnectorStatesReady
|
||||
)
|
||||
|
||||
func PossibleConnectorStatesValues() []ConnectorStates {
|
||||
return original.PossibleConnectorStatesValues()
|
||||
}
|
||||
|
||||
type ConnectorTypes = original.ConnectorTypes
|
||||
|
||||
const (
|
||||
AzureBlob ConnectorTypes = original.AzureBlob
|
||||
CRM ConnectorTypes = original.CRM
|
||||
ExchangeOnline ConnectorTypes = original.ExchangeOnline
|
||||
None ConnectorTypes = original.None
|
||||
Outbound ConnectorTypes = original.Outbound
|
||||
Salesforce ConnectorTypes = original.Salesforce
|
||||
)
|
||||
|
||||
func PossibleConnectorTypesValues() []ConnectorTypes {
|
||||
return original.PossibleConnectorTypesValues()
|
||||
}
|
||||
|
||||
type DataSourceType = original.DataSourceType
|
||||
|
||||
const (
|
||||
DataSourceTypeConnector DataSourceType = original.DataSourceTypeConnector
|
||||
DataSourceTypeLinkInteraction DataSourceType = original.DataSourceTypeLinkInteraction
|
||||
DataSourceTypeSystemDefault DataSourceType = original.DataSourceTypeSystemDefault
|
||||
)
|
||||
|
||||
func PossibleDataSourceTypeValues() []DataSourceType {
|
||||
return original.PossibleDataSourceTypeValues()
|
||||
}
|
||||
|
||||
type EntityType = original.EntityType
|
||||
|
||||
const (
|
||||
EntityTypeInteraction EntityType = original.EntityTypeInteraction
|
||||
EntityTypeNone EntityType = original.EntityTypeNone
|
||||
EntityTypeProfile EntityType = original.EntityTypeProfile
|
||||
EntityTypeRelationship EntityType = original.EntityTypeRelationship
|
||||
)
|
||||
|
||||
func PossibleEntityTypeValues() []EntityType {
|
||||
return original.PossibleEntityTypeValues()
|
||||
}
|
||||
|
||||
type EntityTypes = original.EntityTypes
|
||||
|
||||
const (
|
||||
EntityTypesInteraction EntityTypes = original.EntityTypesInteraction
|
||||
EntityTypesNone EntityTypes = original.EntityTypesNone
|
||||
EntityTypesProfile EntityTypes = original.EntityTypesProfile
|
||||
EntityTypesRelationship EntityTypes = original.EntityTypesRelationship
|
||||
)
|
||||
|
||||
func PossibleEntityTypesValues() []EntityTypes {
|
||||
return original.PossibleEntityTypesValues()
|
||||
}
|
||||
|
||||
type ErrorManagementTypes = original.ErrorManagementTypes
|
||||
|
||||
const (
|
||||
RejectAndContinue ErrorManagementTypes = original.RejectAndContinue
|
||||
RejectUntilLimit ErrorManagementTypes = original.RejectUntilLimit
|
||||
StopImport ErrorManagementTypes = original.StopImport
|
||||
)
|
||||
|
||||
func PossibleErrorManagementTypesValues() []ErrorManagementTypes {
|
||||
return original.PossibleErrorManagementTypesValues()
|
||||
}
|
||||
|
||||
type FrequencyTypes = original.FrequencyTypes
|
||||
|
||||
const (
|
||||
FrequencyTypesDay FrequencyTypes = original.FrequencyTypesDay
|
||||
FrequencyTypesHour FrequencyTypes = original.FrequencyTypesHour
|
||||
FrequencyTypesMinute FrequencyTypes = original.FrequencyTypesMinute
|
||||
FrequencyTypesMonth FrequencyTypes = original.FrequencyTypesMonth
|
||||
FrequencyTypesWeek FrequencyTypes = original.FrequencyTypesWeek
|
||||
)
|
||||
|
||||
func PossibleFrequencyTypesValues() []FrequencyTypes {
|
||||
return original.PossibleFrequencyTypesValues()
|
||||
}
|
||||
|
||||
type InstanceOperationType = original.InstanceOperationType
|
||||
|
||||
const (
|
||||
Delete InstanceOperationType = original.Delete
|
||||
Upsert InstanceOperationType = original.Upsert
|
||||
)
|
||||
|
||||
func PossibleInstanceOperationTypeValues() []InstanceOperationType {
|
||||
return original.PossibleInstanceOperationTypeValues()
|
||||
}
|
||||
|
||||
type KpiFunctions = original.KpiFunctions
|
||||
|
||||
const (
|
||||
KpiFunctionsAvg KpiFunctions = original.KpiFunctionsAvg
|
||||
KpiFunctionsCount KpiFunctions = original.KpiFunctionsCount
|
||||
KpiFunctionsCountDistinct KpiFunctions = original.KpiFunctionsCountDistinct
|
||||
KpiFunctionsLast KpiFunctions = original.KpiFunctionsLast
|
||||
KpiFunctionsMax KpiFunctions = original.KpiFunctionsMax
|
||||
KpiFunctionsMin KpiFunctions = original.KpiFunctionsMin
|
||||
KpiFunctionsNone KpiFunctions = original.KpiFunctionsNone
|
||||
KpiFunctionsSum KpiFunctions = original.KpiFunctionsSum
|
||||
)
|
||||
|
||||
func PossibleKpiFunctionsValues() []KpiFunctions {
|
||||
return original.PossibleKpiFunctionsValues()
|
||||
}
|
||||
|
||||
type LinkTypes = original.LinkTypes
|
||||
|
||||
const (
|
||||
CopyIfNull LinkTypes = original.CopyIfNull
|
||||
UpdateAlways LinkTypes = original.UpdateAlways
|
||||
)
|
||||
|
||||
func PossibleLinkTypesValues() []LinkTypes {
|
||||
return original.PossibleLinkTypesValues()
|
||||
}
|
||||
|
||||
type PermissionTypes = original.PermissionTypes
|
||||
|
||||
const (
|
||||
Manage PermissionTypes = original.Manage
|
||||
Read PermissionTypes = original.Read
|
||||
Write PermissionTypes = original.Write
|
||||
)
|
||||
|
||||
func PossiblePermissionTypesValues() []PermissionTypes {
|
||||
return original.PossiblePermissionTypesValues()
|
||||
}
|
||||
|
||||
type PredictionModelLifeCycle = original.PredictionModelLifeCycle
|
||||
|
||||
const (
|
||||
PredictionModelLifeCycleActive PredictionModelLifeCycle = original.PredictionModelLifeCycleActive
|
||||
PredictionModelLifeCycleDeleted PredictionModelLifeCycle = original.PredictionModelLifeCycleDeleted
|
||||
PredictionModelLifeCycleDiscovering PredictionModelLifeCycle = original.PredictionModelLifeCycleDiscovering
|
||||
PredictionModelLifeCycleEvaluating PredictionModelLifeCycle = original.PredictionModelLifeCycleEvaluating
|
||||
PredictionModelLifeCycleEvaluatingFailed PredictionModelLifeCycle = original.PredictionModelLifeCycleEvaluatingFailed
|
||||
PredictionModelLifeCycleFailed PredictionModelLifeCycle = original.PredictionModelLifeCycleFailed
|
||||
PredictionModelLifeCycleFeaturing PredictionModelLifeCycle = original.PredictionModelLifeCycleFeaturing
|
||||
PredictionModelLifeCycleFeaturingFailed PredictionModelLifeCycle = original.PredictionModelLifeCycleFeaturingFailed
|
||||
PredictionModelLifeCycleHumanIntervention PredictionModelLifeCycle = original.PredictionModelLifeCycleHumanIntervention
|
||||
PredictionModelLifeCycleNew PredictionModelLifeCycle = original.PredictionModelLifeCycleNew
|
||||
PredictionModelLifeCyclePendingDiscovering PredictionModelLifeCycle = original.PredictionModelLifeCyclePendingDiscovering
|
||||
PredictionModelLifeCyclePendingFeaturing PredictionModelLifeCycle = original.PredictionModelLifeCyclePendingFeaturing
|
||||
PredictionModelLifeCyclePendingModelConfirmation PredictionModelLifeCycle = original.PredictionModelLifeCyclePendingModelConfirmation
|
||||
PredictionModelLifeCyclePendingTraining PredictionModelLifeCycle = original.PredictionModelLifeCyclePendingTraining
|
||||
PredictionModelLifeCycleProvisioning PredictionModelLifeCycle = original.PredictionModelLifeCycleProvisioning
|
||||
PredictionModelLifeCycleProvisioningFailed PredictionModelLifeCycle = original.PredictionModelLifeCycleProvisioningFailed
|
||||
PredictionModelLifeCycleTraining PredictionModelLifeCycle = original.PredictionModelLifeCycleTraining
|
||||
PredictionModelLifeCycleTrainingFailed PredictionModelLifeCycle = original.PredictionModelLifeCycleTrainingFailed
|
||||
)
|
||||
|
||||
func PossiblePredictionModelLifeCycleValues() []PredictionModelLifeCycle {
|
||||
return original.PossiblePredictionModelLifeCycleValues()
|
||||
}
|
||||
|
||||
type ProvisioningStates = original.ProvisioningStates
|
||||
|
||||
const (
|
||||
ProvisioningStatesDeleting ProvisioningStates = original.ProvisioningStatesDeleting
|
||||
ProvisioningStatesExpiring ProvisioningStates = original.ProvisioningStatesExpiring
|
||||
ProvisioningStatesFailed ProvisioningStates = original.ProvisioningStatesFailed
|
||||
ProvisioningStatesHumanIntervention ProvisioningStates = original.ProvisioningStatesHumanIntervention
|
||||
ProvisioningStatesProvisioning ProvisioningStates = original.ProvisioningStatesProvisioning
|
||||
ProvisioningStatesSucceeded ProvisioningStates = original.ProvisioningStatesSucceeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStatesValues() []ProvisioningStates {
|
||||
return original.PossibleProvisioningStatesValues()
|
||||
}
|
||||
|
||||
type RoleTypes = original.RoleTypes
|
||||
|
||||
const (
|
||||
Admin RoleTypes = original.Admin
|
||||
DataAdmin RoleTypes = original.DataAdmin
|
||||
DataReader RoleTypes = original.DataReader
|
||||
ManageAdmin RoleTypes = original.ManageAdmin
|
||||
ManageReader RoleTypes = original.ManageReader
|
||||
Reader RoleTypes = original.Reader
|
||||
)
|
||||
|
||||
func PossibleRoleTypesValues() []RoleTypes {
|
||||
return original.PossibleRoleTypesValues()
|
||||
}
|
||||
|
||||
type Status = original.Status
|
||||
|
||||
const (
|
||||
StatusActive Status = original.StatusActive
|
||||
StatusDeleted Status = original.StatusDeleted
|
||||
StatusNone Status = original.StatusNone
|
||||
)
|
||||
|
||||
func PossibleStatusValues() []Status {
|
||||
return original.PossibleStatusValues()
|
||||
}
|
||||
|
||||
type AssignmentPrincipal = original.AssignmentPrincipal
|
||||
type AuthorizationPolicy = original.AuthorizationPolicy
|
||||
type AuthorizationPolicyListResult = original.AuthorizationPolicyListResult
|
||||
type AuthorizationPolicyListResultIterator = original.AuthorizationPolicyListResultIterator
|
||||
type AuthorizationPolicyListResultPage = original.AuthorizationPolicyListResultPage
|
||||
type AuthorizationPolicyResourceFormat = original.AuthorizationPolicyResourceFormat
|
||||
type AzureBlobConnectorProperties = original.AzureBlobConnectorProperties
|
||||
type CanonicalProfileDefinition = original.CanonicalProfileDefinition
|
||||
type CanonicalProfileDefinitionPropertiesItem = original.CanonicalProfileDefinitionPropertiesItem
|
||||
type Connector = original.Connector
|
||||
type ConnectorListResult = original.ConnectorListResult
|
||||
type ConnectorListResultIterator = original.ConnectorListResultIterator
|
||||
type ConnectorListResultPage = original.ConnectorListResultPage
|
||||
type ConnectorMapping = original.ConnectorMapping
|
||||
type ConnectorMappingAvailability = original.ConnectorMappingAvailability
|
||||
type ConnectorMappingCompleteOperation = original.ConnectorMappingCompleteOperation
|
||||
type ConnectorMappingErrorManagement = original.ConnectorMappingErrorManagement
|
||||
type ConnectorMappingFormat = original.ConnectorMappingFormat
|
||||
type ConnectorMappingListResult = original.ConnectorMappingListResult
|
||||
type ConnectorMappingListResultIterator = original.ConnectorMappingListResultIterator
|
||||
type ConnectorMappingListResultPage = original.ConnectorMappingListResultPage
|
||||
type ConnectorMappingProperties = original.ConnectorMappingProperties
|
||||
type ConnectorMappingResourceFormat = original.ConnectorMappingResourceFormat
|
||||
type ConnectorMappingStructure = original.ConnectorMappingStructure
|
||||
type ConnectorResourceFormat = original.ConnectorResourceFormat
|
||||
type ConnectorsCreateOrUpdateFuture = original.ConnectorsCreateOrUpdateFuture
|
||||
type ConnectorsDeleteFuture = original.ConnectorsDeleteFuture
|
||||
type CrmConnectorEntities = original.CrmConnectorEntities
|
||||
type CrmConnectorProperties = original.CrmConnectorProperties
|
||||
type DataSource = original.DataSource
|
||||
type DataSourcePrecedence = original.DataSourcePrecedence
|
||||
type EnrichingKpi = original.EnrichingKpi
|
||||
type EntityTypeDefinition = original.EntityTypeDefinition
|
||||
type GetImageUploadURLInput = original.GetImageUploadURLInput
|
||||
type Hub = original.Hub
|
||||
type HubBillingInfoFormat = original.HubBillingInfoFormat
|
||||
type HubListResult = original.HubListResult
|
||||
type HubListResultIterator = original.HubListResultIterator
|
||||
type HubListResultPage = original.HubListResultPage
|
||||
type HubPropertiesFormat = original.HubPropertiesFormat
|
||||
type HubsDeleteFuture = original.HubsDeleteFuture
|
||||
type ImageDefinition = original.ImageDefinition
|
||||
type InteractionListResult = original.InteractionListResult
|
||||
type InteractionListResultIterator = original.InteractionListResultIterator
|
||||
type InteractionListResultPage = original.InteractionListResultPage
|
||||
type InteractionResourceFormat = original.InteractionResourceFormat
|
||||
type InteractionsCreateOrUpdateFuture = original.InteractionsCreateOrUpdateFuture
|
||||
type InteractionTypeDefinition = original.InteractionTypeDefinition
|
||||
type KpiAlias = original.KpiAlias
|
||||
type KpiCreateOrUpdateFuture = original.KpiCreateOrUpdateFuture
|
||||
type KpiDefinition = original.KpiDefinition
|
||||
type KpiDeleteFuture = original.KpiDeleteFuture
|
||||
type KpiExtract = original.KpiExtract
|
||||
type KpiGroupByMetadata = original.KpiGroupByMetadata
|
||||
type KpiListResult = original.KpiListResult
|
||||
type KpiListResultIterator = original.KpiListResultIterator
|
||||
type KpiListResultPage = original.KpiListResultPage
|
||||
type KpiParticipantProfilesMetadata = original.KpiParticipantProfilesMetadata
|
||||
type KpiResourceFormat = original.KpiResourceFormat
|
||||
type KpiThresholds = original.KpiThresholds
|
||||
type LinkDefinition = original.LinkDefinition
|
||||
type LinkListResult = original.LinkListResult
|
||||
type LinkListResultIterator = original.LinkListResultIterator
|
||||
type LinkListResultPage = original.LinkListResultPage
|
||||
type LinkResourceFormat = original.LinkResourceFormat
|
||||
type LinksCreateOrUpdateFuture = original.LinksCreateOrUpdateFuture
|
||||
type ListKpiDefinition = original.ListKpiDefinition
|
||||
type MetadataDefinitionBase = original.MetadataDefinitionBase
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type Participant = original.Participant
|
||||
type ParticipantProfilePropertyReference = original.ParticipantProfilePropertyReference
|
||||
type ParticipantPropertyReference = original.ParticipantPropertyReference
|
||||
type Prediction = original.Prediction
|
||||
type PredictionDistributionDefinition = original.PredictionDistributionDefinition
|
||||
type PredictionDistributionDefinitionDistributionsItem = original.PredictionDistributionDefinitionDistributionsItem
|
||||
type PredictionGradesItem = original.PredictionGradesItem
|
||||
type PredictionListResult = original.PredictionListResult
|
||||
type PredictionListResultIterator = original.PredictionListResultIterator
|
||||
type PredictionListResultPage = original.PredictionListResultPage
|
||||
type PredictionMappings = original.PredictionMappings
|
||||
type PredictionModelStatus = original.PredictionModelStatus
|
||||
type PredictionResourceFormat = original.PredictionResourceFormat
|
||||
type PredictionsCreateOrUpdateFuture = original.PredictionsCreateOrUpdateFuture
|
||||
type PredictionsDeleteFuture = original.PredictionsDeleteFuture
|
||||
type PredictionSystemGeneratedEntities = original.PredictionSystemGeneratedEntities
|
||||
type PredictionTrainingResults = original.PredictionTrainingResults
|
||||
type ProfileEnumValidValuesFormat = original.ProfileEnumValidValuesFormat
|
||||
type ProfileListResult = original.ProfileListResult
|
||||
type ProfileListResultIterator = original.ProfileListResultIterator
|
||||
type ProfileListResultPage = original.ProfileListResultPage
|
||||
type ProfileResourceFormat = original.ProfileResourceFormat
|
||||
type ProfilesCreateOrUpdateFuture = original.ProfilesCreateOrUpdateFuture
|
||||
type ProfilesDeleteFuture = original.ProfilesDeleteFuture
|
||||
type ProfileTypeDefinition = original.ProfileTypeDefinition
|
||||
type PropertyDefinition = original.PropertyDefinition
|
||||
type ProxyResource = original.ProxyResource
|
||||
type RelationshipDefinition = original.RelationshipDefinition
|
||||
type RelationshipLinkDefinition = original.RelationshipLinkDefinition
|
||||
type RelationshipLinkFieldMapping = original.RelationshipLinkFieldMapping
|
||||
type RelationshipLinkListResult = original.RelationshipLinkListResult
|
||||
type RelationshipLinkListResultIterator = original.RelationshipLinkListResultIterator
|
||||
type RelationshipLinkListResultPage = original.RelationshipLinkListResultPage
|
||||
type RelationshipLinkResourceFormat = original.RelationshipLinkResourceFormat
|
||||
type RelationshipLinksCreateOrUpdateFuture = original.RelationshipLinksCreateOrUpdateFuture
|
||||
type RelationshipLinksDeleteFuture = original.RelationshipLinksDeleteFuture
|
||||
type RelationshipListResult = original.RelationshipListResult
|
||||
type RelationshipListResultIterator = original.RelationshipListResultIterator
|
||||
type RelationshipListResultPage = original.RelationshipListResultPage
|
||||
type RelationshipResourceFormat = original.RelationshipResourceFormat
|
||||
type RelationshipsCreateOrUpdateFuture = original.RelationshipsCreateOrUpdateFuture
|
||||
type RelationshipsDeleteFuture = original.RelationshipsDeleteFuture
|
||||
type RelationshipsLookup = original.RelationshipsLookup
|
||||
type RelationshipTypeFieldMapping = original.RelationshipTypeFieldMapping
|
||||
type RelationshipTypeMapping = original.RelationshipTypeMapping
|
||||
type Resource = original.Resource
|
||||
type ResourceSetDescription = original.ResourceSetDescription
|
||||
type Role = original.Role
|
||||
type RoleAssignment = original.RoleAssignment
|
||||
type RoleAssignmentListResult = original.RoleAssignmentListResult
|
||||
type RoleAssignmentListResultIterator = original.RoleAssignmentListResultIterator
|
||||
type RoleAssignmentListResultPage = original.RoleAssignmentListResultPage
|
||||
type RoleAssignmentResourceFormat = original.RoleAssignmentResourceFormat
|
||||
type RoleAssignmentsCreateOrUpdateFuture = original.RoleAssignmentsCreateOrUpdateFuture
|
||||
type RoleListResult = original.RoleListResult
|
||||
type RoleListResultIterator = original.RoleListResultIterator
|
||||
type RoleListResultPage = original.RoleListResultPage
|
||||
type RoleResourceFormat = original.RoleResourceFormat
|
||||
type SalesforceConnectorProperties = original.SalesforceConnectorProperties
|
||||
type SalesforceDiscoverSetting = original.SalesforceDiscoverSetting
|
||||
type SalesforceTable = original.SalesforceTable
|
||||
type StrongID = original.StrongID
|
||||
type SuggestRelationshipLinksResponse = original.SuggestRelationshipLinksResponse
|
||||
type TypePropertiesMapping = original.TypePropertiesMapping
|
||||
type View = original.View
|
||||
type ViewListResult = original.ViewListResult
|
||||
type ViewListResultIterator = original.ViewListResultIterator
|
||||
type ViewListResultPage = original.ViewListResultPage
|
||||
type ViewResourceFormat = original.ViewResourceFormat
|
||||
type WidgetType = original.WidgetType
|
||||
type WidgetTypeListResult = original.WidgetTypeListResult
|
||||
type WidgetTypeListResultIterator = original.WidgetTypeListResultIterator
|
||||
type WidgetTypeListResultPage = original.WidgetTypeListResultPage
|
||||
type WidgetTypeResourceFormat = original.WidgetTypeResourceFormat
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PredictionsClient = original.PredictionsClient
|
||||
|
||||
func NewPredictionsClient(subscriptionID string) PredictionsClient {
|
||||
return original.NewPredictionsClient(subscriptionID)
|
||||
}
|
||||
func NewPredictionsClientWithBaseURI(baseURI string, subscriptionID string) PredictionsClient {
|
||||
return original.NewPredictionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ProfilesClient = original.ProfilesClient
|
||||
|
||||
func NewProfilesClient(subscriptionID string) ProfilesClient {
|
||||
return original.NewProfilesClient(subscriptionID)
|
||||
}
|
||||
func NewProfilesClientWithBaseURI(baseURI string, subscriptionID string) ProfilesClient {
|
||||
return original.NewProfilesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RelationshipLinksClient = original.RelationshipLinksClient
|
||||
|
||||
func NewRelationshipLinksClient(subscriptionID string) RelationshipLinksClient {
|
||||
return original.NewRelationshipLinksClient(subscriptionID)
|
||||
}
|
||||
func NewRelationshipLinksClientWithBaseURI(baseURI string, subscriptionID string) RelationshipLinksClient {
|
||||
return original.NewRelationshipLinksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RelationshipsClient = original.RelationshipsClient
|
||||
|
||||
func NewRelationshipsClient(subscriptionID string) RelationshipsClient {
|
||||
return original.NewRelationshipsClient(subscriptionID)
|
||||
}
|
||||
func NewRelationshipsClientWithBaseURI(baseURI string, subscriptionID string) RelationshipsClient {
|
||||
return original.NewRelationshipsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RoleAssignmentsClient = original.RoleAssignmentsClient
|
||||
|
||||
func NewRoleAssignmentsClient(subscriptionID string) RoleAssignmentsClient {
|
||||
return original.NewRoleAssignmentsClient(subscriptionID)
|
||||
}
|
||||
func NewRoleAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) RoleAssignmentsClient {
|
||||
return original.NewRoleAssignmentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RolesClient = original.RolesClient
|
||||
|
||||
func NewRolesClient(subscriptionID string) RolesClient {
|
||||
return original.NewRolesClient(subscriptionID)
|
||||
}
|
||||
func NewRolesClientWithBaseURI(baseURI string, subscriptionID string) RolesClient {
|
||||
return original.NewRolesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type ViewsClient = original.ViewsClient
|
||||
|
||||
func NewViewsClient(subscriptionID string) ViewsClient {
|
||||
return original.NewViewsClient(subscriptionID)
|
||||
}
|
||||
func NewViewsClientWithBaseURI(baseURI string, subscriptionID string) ViewsClient {
|
||||
return original.NewViewsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WidgetTypesClient = original.WidgetTypesClient
|
||||
|
||||
func NewWidgetTypesClient(subscriptionID string) WidgetTypesClient {
|
||||
return original.NewWidgetTypesClient(subscriptionID)
|
||||
}
|
||||
func NewWidgetTypesClientWithBaseURI(baseURI string, subscriptionID string) WidgetTypesClient {
|
||||
return original.NewWidgetTypesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-81
@@ -1,81 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 datacatalog
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datacatalog/mgmt/2016-03-30/datacatalog"
|
||||
|
||||
type ADCCatalogsClient = original.ADCCatalogsClient
|
||||
|
||||
func NewADCCatalogsClient(subscriptionID string, catalogName string) ADCCatalogsClient {
|
||||
return original.NewADCCatalogsClient(subscriptionID, catalogName)
|
||||
}
|
||||
func NewADCCatalogsClientWithBaseURI(baseURI string, subscriptionID string, catalogName string) ADCCatalogsClient {
|
||||
return original.NewADCCatalogsClientWithBaseURI(baseURI, subscriptionID, catalogName)
|
||||
}
|
||||
|
||||
type ADCOperationsClient = original.ADCOperationsClient
|
||||
|
||||
func NewADCOperationsClient(subscriptionID string, catalogName string) ADCOperationsClient {
|
||||
return original.NewADCOperationsClient(subscriptionID, catalogName)
|
||||
}
|
||||
func NewADCOperationsClientWithBaseURI(baseURI string, subscriptionID string, catalogName string) ADCOperationsClient {
|
||||
return original.NewADCOperationsClientWithBaseURI(baseURI, subscriptionID, catalogName)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string, catalogName string) BaseClient {
|
||||
return original.New(subscriptionID, catalogName)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string, catalogName string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID, catalogName)
|
||||
}
|
||||
|
||||
type SkuType = original.SkuType
|
||||
|
||||
const (
|
||||
Free SkuType = original.Free
|
||||
Standard SkuType = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuTypeValues() []SkuType {
|
||||
return original.PossibleSkuTypeValues()
|
||||
}
|
||||
|
||||
type ADCCatalog = original.ADCCatalog
|
||||
type ADCCatalogProperties = original.ADCCatalogProperties
|
||||
type ADCCatalogsDeleteFuture = original.ADCCatalogsDeleteFuture
|
||||
type ADCCatalogsListResult = original.ADCCatalogsListResult
|
||||
type OperationDisplayInfo = original.OperationDisplayInfo
|
||||
type OperationEntity = original.OperationEntity
|
||||
type OperationEntityListResult = original.OperationEntityListResult
|
||||
type Principals = original.Principals
|
||||
type Resource = original.Resource
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-171
@@ -1,171 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 catalog
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datalake/analytics/2016-11-01-preview/catalog"
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultAdlaCatalogDNSSuffix = original.DefaultAdlaCatalogDNSSuffix
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults(adlaCatalogDNSSuffix string) BaseClient {
|
||||
return original.NewWithoutDefaults(adlaCatalogDNSSuffix)
|
||||
}
|
||||
|
||||
type ACLType = original.ACLType
|
||||
|
||||
const (
|
||||
Group ACLType = original.Group
|
||||
GroupObj ACLType = original.GroupObj
|
||||
Other ACLType = original.Other
|
||||
User ACLType = original.User
|
||||
UserObj ACLType = original.UserObj
|
||||
)
|
||||
|
||||
func PossibleACLTypeValues() []ACLType {
|
||||
return original.PossibleACLTypeValues()
|
||||
}
|
||||
|
||||
type FileType = original.FileType
|
||||
|
||||
const (
|
||||
Assembly FileType = original.Assembly
|
||||
Nodeploy FileType = original.Nodeploy
|
||||
Resource FileType = original.Resource
|
||||
)
|
||||
|
||||
func PossibleFileTypeValues() []FileType {
|
||||
return original.PossibleFileTypeValues()
|
||||
}
|
||||
|
||||
type PermissionType = original.PermissionType
|
||||
|
||||
const (
|
||||
All PermissionType = original.All
|
||||
Alter PermissionType = original.Alter
|
||||
Create PermissionType = original.Create
|
||||
Drop PermissionType = original.Drop
|
||||
None PermissionType = original.None
|
||||
Use PermissionType = original.Use
|
||||
Write PermissionType = original.Write
|
||||
)
|
||||
|
||||
func PossiblePermissionTypeValues() []PermissionType {
|
||||
return original.PossiblePermissionTypeValues()
|
||||
}
|
||||
|
||||
type ACL = original.ACL
|
||||
type ACLCreateOrUpdateParameters = original.ACLCreateOrUpdateParameters
|
||||
type ACLDeleteParameters = original.ACLDeleteParameters
|
||||
type ACLList = original.ACLList
|
||||
type ACLListIterator = original.ACLListIterator
|
||||
type ACLListPage = original.ACLListPage
|
||||
type DataLakeAnalyticsCatalogCredentialCreateParameters = original.DataLakeAnalyticsCatalogCredentialCreateParameters
|
||||
type DataLakeAnalyticsCatalogCredentialDeleteParameters = original.DataLakeAnalyticsCatalogCredentialDeleteParameters
|
||||
type DataLakeAnalyticsCatalogCredentialUpdateParameters = original.DataLakeAnalyticsCatalogCredentialUpdateParameters
|
||||
type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters = original.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
|
||||
type DdlName = original.DdlName
|
||||
type EntityID = original.EntityID
|
||||
type ExternalTable = original.ExternalTable
|
||||
type Item = original.Item
|
||||
type ItemList = original.ItemList
|
||||
type TypeFieldInfo = original.TypeFieldInfo
|
||||
type USQLAssembly = original.USQLAssembly
|
||||
type USQLAssemblyClr = original.USQLAssemblyClr
|
||||
type USQLAssemblyDependencyInfo = original.USQLAssemblyDependencyInfo
|
||||
type USQLAssemblyFileInfo = original.USQLAssemblyFileInfo
|
||||
type USQLAssemblyList = original.USQLAssemblyList
|
||||
type USQLAssemblyListIterator = original.USQLAssemblyListIterator
|
||||
type USQLAssemblyListPage = original.USQLAssemblyListPage
|
||||
type USQLCredential = original.USQLCredential
|
||||
type USQLCredentialList = original.USQLCredentialList
|
||||
type USQLCredentialListIterator = original.USQLCredentialListIterator
|
||||
type USQLCredentialListPage = original.USQLCredentialListPage
|
||||
type USQLDatabase = original.USQLDatabase
|
||||
type USQLDatabaseList = original.USQLDatabaseList
|
||||
type USQLDatabaseListIterator = original.USQLDatabaseListIterator
|
||||
type USQLDatabaseListPage = original.USQLDatabaseListPage
|
||||
type USQLDirectedColumn = original.USQLDirectedColumn
|
||||
type USQLDistributionInfo = original.USQLDistributionInfo
|
||||
type USQLExternalDataSource = original.USQLExternalDataSource
|
||||
type USQLExternalDataSourceList = original.USQLExternalDataSourceList
|
||||
type USQLExternalDataSourceListIterator = original.USQLExternalDataSourceListIterator
|
||||
type USQLExternalDataSourceListPage = original.USQLExternalDataSourceListPage
|
||||
type USQLIndex = original.USQLIndex
|
||||
type USQLPackage = original.USQLPackage
|
||||
type USQLPackageList = original.USQLPackageList
|
||||
type USQLPackageListIterator = original.USQLPackageListIterator
|
||||
type USQLPackageListPage = original.USQLPackageListPage
|
||||
type USQLProcedure = original.USQLProcedure
|
||||
type USQLProcedureList = original.USQLProcedureList
|
||||
type USQLProcedureListIterator = original.USQLProcedureListIterator
|
||||
type USQLProcedureListPage = original.USQLProcedureListPage
|
||||
type USQLSchema = original.USQLSchema
|
||||
type USQLSchemaList = original.USQLSchemaList
|
||||
type USQLSchemaListIterator = original.USQLSchemaListIterator
|
||||
type USQLSchemaListPage = original.USQLSchemaListPage
|
||||
type USQLSecret = original.USQLSecret
|
||||
type USQLTable = original.USQLTable
|
||||
type USQLTableColumn = original.USQLTableColumn
|
||||
type USQLTableList = original.USQLTableList
|
||||
type USQLTableListIterator = original.USQLTableListIterator
|
||||
type USQLTableListPage = original.USQLTableListPage
|
||||
type USQLTablePartition = original.USQLTablePartition
|
||||
type USQLTablePartitionList = original.USQLTablePartitionList
|
||||
type USQLTablePartitionListIterator = original.USQLTablePartitionListIterator
|
||||
type USQLTablePartitionListPage = original.USQLTablePartitionListPage
|
||||
type USQLTableStatistics = original.USQLTableStatistics
|
||||
type USQLTableStatisticsList = original.USQLTableStatisticsList
|
||||
type USQLTableStatisticsListIterator = original.USQLTableStatisticsListIterator
|
||||
type USQLTableStatisticsListPage = original.USQLTableStatisticsListPage
|
||||
type USQLTableType = original.USQLTableType
|
||||
type USQLTableTypeList = original.USQLTableTypeList
|
||||
type USQLTableTypeListIterator = original.USQLTableTypeListIterator
|
||||
type USQLTableTypeListPage = original.USQLTableTypeListPage
|
||||
type USQLTableValuedFunction = original.USQLTableValuedFunction
|
||||
type USQLTableValuedFunctionList = original.USQLTableValuedFunctionList
|
||||
type USQLTableValuedFunctionListIterator = original.USQLTableValuedFunctionListIterator
|
||||
type USQLTableValuedFunctionListPage = original.USQLTableValuedFunctionListPage
|
||||
type USQLType = original.USQLType
|
||||
type USQLTypeList = original.USQLTypeList
|
||||
type USQLTypeListIterator = original.USQLTypeListIterator
|
||||
type USQLTypeListPage = original.USQLTypeListPage
|
||||
type USQLView = original.USQLView
|
||||
type USQLViewList = original.USQLViewList
|
||||
type USQLViewListIterator = original.USQLViewListIterator
|
||||
type USQLViewListPage = original.USQLViewListPage
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-200
@@ -1,200 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 job
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datalake/analytics/2016-11-01/job"
|
||||
|
||||
const (
|
||||
DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient {
|
||||
return original.NewWithoutDefaults(adlaJobDNSSuffix)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
|
||||
type CompileMode = original.CompileMode
|
||||
|
||||
const (
|
||||
Full CompileMode = original.Full
|
||||
Semantic CompileMode = original.Semantic
|
||||
SingleBox CompileMode = original.SingleBox
|
||||
)
|
||||
|
||||
func PossibleCompileModeValues() []CompileMode {
|
||||
return original.PossibleCompileModeValues()
|
||||
}
|
||||
|
||||
type ResourceType = original.ResourceType
|
||||
|
||||
const (
|
||||
JobManagerResource ResourceType = original.JobManagerResource
|
||||
JobManagerResourceInUserFolder ResourceType = original.JobManagerResourceInUserFolder
|
||||
StatisticsResource ResourceType = original.StatisticsResource
|
||||
StatisticsResourceInUserFolder ResourceType = original.StatisticsResourceInUserFolder
|
||||
VertexResource ResourceType = original.VertexResource
|
||||
VertexResourceInUserFolder ResourceType = original.VertexResourceInUserFolder
|
||||
)
|
||||
|
||||
func PossibleResourceTypeValues() []ResourceType {
|
||||
return original.PossibleResourceTypeValues()
|
||||
}
|
||||
|
||||
type Result = original.Result
|
||||
|
||||
const (
|
||||
Cancelled Result = original.Cancelled
|
||||
Failed Result = original.Failed
|
||||
None Result = original.None
|
||||
Succeeded Result = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleResultValues() []Result {
|
||||
return original.PossibleResultValues()
|
||||
}
|
||||
|
||||
type SeverityTypes = original.SeverityTypes
|
||||
|
||||
const (
|
||||
Deprecated SeverityTypes = original.Deprecated
|
||||
Error SeverityTypes = original.Error
|
||||
Info SeverityTypes = original.Info
|
||||
SevereWarning SeverityTypes = original.SevereWarning
|
||||
UserWarning SeverityTypes = original.UserWarning
|
||||
Warning SeverityTypes = original.Warning
|
||||
)
|
||||
|
||||
func PossibleSeverityTypesValues() []SeverityTypes {
|
||||
return original.PossibleSeverityTypesValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
StateAccepted State = original.StateAccepted
|
||||
StateCompiling State = original.StateCompiling
|
||||
StateEnded State = original.StateEnded
|
||||
StateNew State = original.StateNew
|
||||
StatePaused State = original.StatePaused
|
||||
StateQueued State = original.StateQueued
|
||||
StateRunning State = original.StateRunning
|
||||
StateScheduling State = original.StateScheduling
|
||||
StateStarting State = original.StateStarting
|
||||
StateWaitingForCapacity State = original.StateWaitingForCapacity
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeHive Type = original.TypeHive
|
||||
TypeJobProperties Type = original.TypeJobProperties
|
||||
TypeUSQL Type = original.TypeUSQL
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type TypeBasicCreateJobProperties = original.TypeBasicCreateJobProperties
|
||||
|
||||
const (
|
||||
TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeCreateJobProperties
|
||||
TypeBasicCreateJobPropertiesTypeUSQL TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeUSQL
|
||||
)
|
||||
|
||||
func PossibleTypeBasicCreateJobPropertiesValues() []TypeBasicCreateJobProperties {
|
||||
return original.PossibleTypeBasicCreateJobPropertiesValues()
|
||||
}
|
||||
|
||||
type TypeEnum = original.TypeEnum
|
||||
|
||||
const (
|
||||
Hive TypeEnum = original.Hive
|
||||
USQL TypeEnum = original.USQL
|
||||
)
|
||||
|
||||
func PossibleTypeEnumValues() []TypeEnum {
|
||||
return original.PossibleTypeEnumValues()
|
||||
}
|
||||
|
||||
type BaseJobParameters = original.BaseJobParameters
|
||||
type BuildJobParameters = original.BuildJobParameters
|
||||
type CreateJobParameters = original.CreateJobParameters
|
||||
type BasicCreateJobProperties = original.BasicCreateJobProperties
|
||||
type CreateJobProperties = original.CreateJobProperties
|
||||
type CreateUSQLJobProperties = original.CreateUSQLJobProperties
|
||||
type DataPath = original.DataPath
|
||||
type Diagnostics = original.Diagnostics
|
||||
type ErrorDetails = original.ErrorDetails
|
||||
type HiveJobProperties = original.HiveJobProperties
|
||||
type InfoListResult = original.InfoListResult
|
||||
type InfoListResultIterator = original.InfoListResultIterator
|
||||
type InfoListResultPage = original.InfoListResultPage
|
||||
type Information = original.Information
|
||||
type InformationBasic = original.InformationBasic
|
||||
type InnerError = original.InnerError
|
||||
type PipelineInformation = original.PipelineInformation
|
||||
type PipelineInformationListResult = original.PipelineInformationListResult
|
||||
type PipelineInformationListResultIterator = original.PipelineInformationListResultIterator
|
||||
type PipelineInformationListResultPage = original.PipelineInformationListResultPage
|
||||
type PipelineRunInformation = original.PipelineRunInformation
|
||||
type BasicProperties = original.BasicProperties
|
||||
type Properties = original.Properties
|
||||
type RecurrenceInformation = original.RecurrenceInformation
|
||||
type RecurrenceInformationListResult = original.RecurrenceInformationListResult
|
||||
type RecurrenceInformationListResultIterator = original.RecurrenceInformationListResultIterator
|
||||
type RecurrenceInformationListResultPage = original.RecurrenceInformationListResultPage
|
||||
type RelationshipProperties = original.RelationshipProperties
|
||||
type Resource = original.Resource
|
||||
type StateAuditRecord = original.StateAuditRecord
|
||||
type Statistics = original.Statistics
|
||||
type StatisticsVertexStage = original.StatisticsVertexStage
|
||||
type USQLJobProperties = original.USQLJobProperties
|
||||
type PipelineClient = original.PipelineClient
|
||||
|
||||
func NewPipelineClient() PipelineClient {
|
||||
return original.NewPipelineClient()
|
||||
}
|
||||
|
||||
type RecurrenceClient = original.RecurrenceClient
|
||||
|
||||
func NewRecurrenceClient() RecurrenceClient {
|
||||
return original.NewRecurrenceClient()
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-287
@@ -1,287 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 account
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datalake/analytics/mgmt/2016-11-01/account"
|
||||
|
||||
type AccountsClient = original.AccountsClient
|
||||
|
||||
func NewAccountsClient(subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ComputePoliciesClient = original.ComputePoliciesClient
|
||||
|
||||
func NewComputePoliciesClient(subscriptionID string) ComputePoliciesClient {
|
||||
return original.NewComputePoliciesClient(subscriptionID)
|
||||
}
|
||||
func NewComputePoliciesClientWithBaseURI(baseURI string, subscriptionID string) ComputePoliciesClient {
|
||||
return original.NewComputePoliciesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DataLakeStoreAccountsClient = original.DataLakeStoreAccountsClient
|
||||
|
||||
func NewDataLakeStoreAccountsClient(subscriptionID string) DataLakeStoreAccountsClient {
|
||||
return original.NewDataLakeStoreAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewDataLakeStoreAccountsClientWithBaseURI(baseURI string, subscriptionID string) DataLakeStoreAccountsClient {
|
||||
return original.NewDataLakeStoreAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FirewallRulesClient = original.FirewallRulesClient
|
||||
|
||||
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClient(subscriptionID)
|
||||
}
|
||||
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationsClient = original.LocationsClient
|
||||
|
||||
func NewLocationsClient(subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClient(subscriptionID)
|
||||
}
|
||||
func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AADObjectType = original.AADObjectType
|
||||
|
||||
const (
|
||||
Group AADObjectType = original.Group
|
||||
ServicePrincipal AADObjectType = original.ServicePrincipal
|
||||
User AADObjectType = original.User
|
||||
)
|
||||
|
||||
func PossibleAADObjectTypeValues() []AADObjectType {
|
||||
return original.PossibleAADObjectTypeValues()
|
||||
}
|
||||
|
||||
type DataLakeAnalyticsAccountState = original.DataLakeAnalyticsAccountState
|
||||
|
||||
const (
|
||||
Active DataLakeAnalyticsAccountState = original.Active
|
||||
Suspended DataLakeAnalyticsAccountState = original.Suspended
|
||||
)
|
||||
|
||||
func PossibleDataLakeAnalyticsAccountStateValues() []DataLakeAnalyticsAccountState {
|
||||
return original.PossibleDataLakeAnalyticsAccountStateValues()
|
||||
}
|
||||
|
||||
type DataLakeAnalyticsAccountStatus = original.DataLakeAnalyticsAccountStatus
|
||||
|
||||
const (
|
||||
Canceled DataLakeAnalyticsAccountStatus = original.Canceled
|
||||
Creating DataLakeAnalyticsAccountStatus = original.Creating
|
||||
Deleted DataLakeAnalyticsAccountStatus = original.Deleted
|
||||
Deleting DataLakeAnalyticsAccountStatus = original.Deleting
|
||||
Failed DataLakeAnalyticsAccountStatus = original.Failed
|
||||
Patching DataLakeAnalyticsAccountStatus = original.Patching
|
||||
Resuming DataLakeAnalyticsAccountStatus = original.Resuming
|
||||
Running DataLakeAnalyticsAccountStatus = original.Running
|
||||
Succeeded DataLakeAnalyticsAccountStatus = original.Succeeded
|
||||
Suspending DataLakeAnalyticsAccountStatus = original.Suspending
|
||||
Undeleting DataLakeAnalyticsAccountStatus = original.Undeleting
|
||||
)
|
||||
|
||||
func PossibleDataLakeAnalyticsAccountStatusValues() []DataLakeAnalyticsAccountStatus {
|
||||
return original.PossibleDataLakeAnalyticsAccountStatusValues()
|
||||
}
|
||||
|
||||
type FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsState
|
||||
|
||||
const (
|
||||
Disabled FirewallAllowAzureIpsState = original.Disabled
|
||||
Enabled FirewallAllowAzureIpsState = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleFirewallAllowAzureIpsStateValues() []FirewallAllowAzureIpsState {
|
||||
return original.PossibleFirewallAllowAzureIpsStateValues()
|
||||
}
|
||||
|
||||
type FirewallState = original.FirewallState
|
||||
|
||||
const (
|
||||
FirewallStateDisabled FirewallState = original.FirewallStateDisabled
|
||||
FirewallStateEnabled FirewallState = original.FirewallStateEnabled
|
||||
)
|
||||
|
||||
func PossibleFirewallStateValues() []FirewallState {
|
||||
return original.PossibleFirewallStateValues()
|
||||
}
|
||||
|
||||
type OperationOrigin = original.OperationOrigin
|
||||
|
||||
const (
|
||||
OperationOriginSystem OperationOrigin = original.OperationOriginSystem
|
||||
OperationOriginUser OperationOrigin = original.OperationOriginUser
|
||||
OperationOriginUsersystem OperationOrigin = original.OperationOriginUsersystem
|
||||
)
|
||||
|
||||
func PossibleOperationOriginValues() []OperationOrigin {
|
||||
return original.PossibleOperationOriginValues()
|
||||
}
|
||||
|
||||
type SubscriptionState = original.SubscriptionState
|
||||
|
||||
const (
|
||||
SubscriptionStateDeleted SubscriptionState = original.SubscriptionStateDeleted
|
||||
SubscriptionStateRegistered SubscriptionState = original.SubscriptionStateRegistered
|
||||
SubscriptionStateSuspended SubscriptionState = original.SubscriptionStateSuspended
|
||||
SubscriptionStateUnregistered SubscriptionState = original.SubscriptionStateUnregistered
|
||||
SubscriptionStateWarned SubscriptionState = original.SubscriptionStateWarned
|
||||
)
|
||||
|
||||
func PossibleSubscriptionStateValues() []SubscriptionState {
|
||||
return original.PossibleSubscriptionStateValues()
|
||||
}
|
||||
|
||||
type TierType = original.TierType
|
||||
|
||||
const (
|
||||
Commitment100000AUHours TierType = original.Commitment100000AUHours
|
||||
Commitment10000AUHours TierType = original.Commitment10000AUHours
|
||||
Commitment1000AUHours TierType = original.Commitment1000AUHours
|
||||
Commitment100AUHours TierType = original.Commitment100AUHours
|
||||
Commitment500000AUHours TierType = original.Commitment500000AUHours
|
||||
Commitment50000AUHours TierType = original.Commitment50000AUHours
|
||||
Commitment5000AUHours TierType = original.Commitment5000AUHours
|
||||
Commitment500AUHours TierType = original.Commitment500AUHours
|
||||
Consumption TierType = original.Consumption
|
||||
)
|
||||
|
||||
func PossibleTierTypeValues() []TierType {
|
||||
return original.PossibleTierTypeValues()
|
||||
}
|
||||
|
||||
type AccountsCreateFutureType = original.AccountsCreateFutureType
|
||||
type AccountsDeleteFutureType = original.AccountsDeleteFutureType
|
||||
type AccountsUpdateFutureType = original.AccountsUpdateFutureType
|
||||
type AddDataLakeStoreParameters = original.AddDataLakeStoreParameters
|
||||
type AddDataLakeStoreProperties = original.AddDataLakeStoreProperties
|
||||
type AddDataLakeStoreWithAccountParameters = original.AddDataLakeStoreWithAccountParameters
|
||||
type AddStorageAccountParameters = original.AddStorageAccountParameters
|
||||
type AddStorageAccountProperties = original.AddStorageAccountProperties
|
||||
type AddStorageAccountWithAccountParameters = original.AddStorageAccountWithAccountParameters
|
||||
type CapabilityInformation = original.CapabilityInformation
|
||||
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
|
||||
type ComputePolicy = original.ComputePolicy
|
||||
type ComputePolicyListResult = original.ComputePolicyListResult
|
||||
type ComputePolicyListResultIterator = original.ComputePolicyListResultIterator
|
||||
type ComputePolicyListResultPage = original.ComputePolicyListResultPage
|
||||
type ComputePolicyProperties = original.ComputePolicyProperties
|
||||
type CreateComputePolicyWithAccountParameters = original.CreateComputePolicyWithAccountParameters
|
||||
type CreateDataLakeAnalyticsAccountParameters = original.CreateDataLakeAnalyticsAccountParameters
|
||||
type CreateDataLakeAnalyticsAccountProperties = original.CreateDataLakeAnalyticsAccountProperties
|
||||
type CreateFirewallRuleWithAccountParameters = original.CreateFirewallRuleWithAccountParameters
|
||||
type CreateOrUpdateComputePolicyParameters = original.CreateOrUpdateComputePolicyParameters
|
||||
type CreateOrUpdateComputePolicyProperties = original.CreateOrUpdateComputePolicyProperties
|
||||
type CreateOrUpdateFirewallRuleParameters = original.CreateOrUpdateFirewallRuleParameters
|
||||
type CreateOrUpdateFirewallRuleProperties = original.CreateOrUpdateFirewallRuleProperties
|
||||
type DataLakeAnalyticsAccount = original.DataLakeAnalyticsAccount
|
||||
type DataLakeAnalyticsAccountBasic = original.DataLakeAnalyticsAccountBasic
|
||||
type DataLakeAnalyticsAccountListResult = original.DataLakeAnalyticsAccountListResult
|
||||
type DataLakeAnalyticsAccountListResultIterator = original.DataLakeAnalyticsAccountListResultIterator
|
||||
type DataLakeAnalyticsAccountListResultPage = original.DataLakeAnalyticsAccountListResultPage
|
||||
type DataLakeAnalyticsAccountProperties = original.DataLakeAnalyticsAccountProperties
|
||||
type DataLakeAnalyticsAccountPropertiesBasic = original.DataLakeAnalyticsAccountPropertiesBasic
|
||||
type DataLakeStoreAccountInformation = original.DataLakeStoreAccountInformation
|
||||
type DataLakeStoreAccountInformationListResult = original.DataLakeStoreAccountInformationListResult
|
||||
type DataLakeStoreAccountInformationListResultIterator = original.DataLakeStoreAccountInformationListResultIterator
|
||||
type DataLakeStoreAccountInformationListResultPage = original.DataLakeStoreAccountInformationListResultPage
|
||||
type DataLakeStoreAccountInformationProperties = original.DataLakeStoreAccountInformationProperties
|
||||
type FirewallRule = original.FirewallRule
|
||||
type FirewallRuleListResult = original.FirewallRuleListResult
|
||||
type FirewallRuleListResultIterator = original.FirewallRuleListResultIterator
|
||||
type FirewallRuleListResultPage = original.FirewallRuleListResultPage
|
||||
type FirewallRuleProperties = original.FirewallRuleProperties
|
||||
type NameAvailabilityInformation = original.NameAvailabilityInformation
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type Resource = original.Resource
|
||||
type SasTokenInformation = original.SasTokenInformation
|
||||
type SasTokenInformationListResult = original.SasTokenInformationListResult
|
||||
type SasTokenInformationListResultIterator = original.SasTokenInformationListResultIterator
|
||||
type SasTokenInformationListResultPage = original.SasTokenInformationListResultPage
|
||||
type StorageAccountInformation = original.StorageAccountInformation
|
||||
type StorageAccountInformationListResult = original.StorageAccountInformationListResult
|
||||
type StorageAccountInformationListResultIterator = original.StorageAccountInformationListResultIterator
|
||||
type StorageAccountInformationListResultPage = original.StorageAccountInformationListResultPage
|
||||
type StorageAccountInformationProperties = original.StorageAccountInformationProperties
|
||||
type StorageContainer = original.StorageContainer
|
||||
type StorageContainerListResult = original.StorageContainerListResult
|
||||
type StorageContainerListResultIterator = original.StorageContainerListResultIterator
|
||||
type StorageContainerListResultPage = original.StorageContainerListResultPage
|
||||
type StorageContainerProperties = original.StorageContainerProperties
|
||||
type SubResource = original.SubResource
|
||||
type UpdateComputePolicyParameters = original.UpdateComputePolicyParameters
|
||||
type UpdateComputePolicyProperties = original.UpdateComputePolicyProperties
|
||||
type UpdateComputePolicyWithAccountParameters = original.UpdateComputePolicyWithAccountParameters
|
||||
type UpdateDataLakeAnalyticsAccountParameters = original.UpdateDataLakeAnalyticsAccountParameters
|
||||
type UpdateDataLakeAnalyticsAccountProperties = original.UpdateDataLakeAnalyticsAccountProperties
|
||||
type UpdateDataLakeStoreProperties = original.UpdateDataLakeStoreProperties
|
||||
type UpdateDataLakeStoreWithAccountParameters = original.UpdateDataLakeStoreWithAccountParameters
|
||||
type UpdateFirewallRuleParameters = original.UpdateFirewallRuleParameters
|
||||
type UpdateFirewallRuleProperties = original.UpdateFirewallRuleProperties
|
||||
type UpdateFirewallRuleWithAccountParameters = original.UpdateFirewallRuleWithAccountParameters
|
||||
type UpdateStorageAccountParameters = original.UpdateStorageAccountParameters
|
||||
type UpdateStorageAccountProperties = original.UpdateStorageAccountProperties
|
||||
type UpdateStorageAccountWithAccountParameters = original.UpdateStorageAccountWithAccountParameters
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type StorageAccountsClient = original.StorageAccountsClient
|
||||
|
||||
func NewStorageAccountsClient(subscriptionID string) StorageAccountsClient {
|
||||
return original.NewStorageAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewStorageAccountsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountsClient {
|
||||
return original.NewStorageAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-138
@@ -1,138 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 filesystem
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datalake/store/2016-11-01/filesystem"
|
||||
|
||||
const (
|
||||
DefaultAdlsFileSystemDNSSuffix = original.DefaultAdlsFileSystemDNSSuffix
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults(adlsFileSystemDNSSuffix string) BaseClient {
|
||||
return original.NewWithoutDefaults(adlsFileSystemDNSSuffix)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
|
||||
type AppendModeType = original.AppendModeType
|
||||
|
||||
const (
|
||||
Autocreate AppendModeType = original.Autocreate
|
||||
)
|
||||
|
||||
func PossibleAppendModeTypeValues() []AppendModeType {
|
||||
return original.PossibleAppendModeTypeValues()
|
||||
}
|
||||
|
||||
type Exception = original.Exception
|
||||
|
||||
const (
|
||||
ExceptionAccessControlException Exception = original.ExceptionAccessControlException
|
||||
ExceptionAdlsRemoteException Exception = original.ExceptionAdlsRemoteException
|
||||
ExceptionBadOffsetException Exception = original.ExceptionBadOffsetException
|
||||
ExceptionFileAlreadyExistsException Exception = original.ExceptionFileAlreadyExistsException
|
||||
ExceptionFileNotFoundException Exception = original.ExceptionFileNotFoundException
|
||||
ExceptionIllegalArgumentException Exception = original.ExceptionIllegalArgumentException
|
||||
ExceptionIOException Exception = original.ExceptionIOException
|
||||
ExceptionRuntimeException Exception = original.ExceptionRuntimeException
|
||||
ExceptionSecurityException Exception = original.ExceptionSecurityException
|
||||
ExceptionThrottledException Exception = original.ExceptionThrottledException
|
||||
ExceptionUnsupportedOperationException Exception = original.ExceptionUnsupportedOperationException
|
||||
)
|
||||
|
||||
func PossibleExceptionValues() []Exception {
|
||||
return original.PossibleExceptionValues()
|
||||
}
|
||||
|
||||
type ExpiryOptionType = original.ExpiryOptionType
|
||||
|
||||
const (
|
||||
Absolute ExpiryOptionType = original.Absolute
|
||||
NeverExpire ExpiryOptionType = original.NeverExpire
|
||||
RelativeToCreationDate ExpiryOptionType = original.RelativeToCreationDate
|
||||
RelativeToNow ExpiryOptionType = original.RelativeToNow
|
||||
)
|
||||
|
||||
func PossibleExpiryOptionTypeValues() []ExpiryOptionType {
|
||||
return original.PossibleExpiryOptionTypeValues()
|
||||
}
|
||||
|
||||
type FileType = original.FileType
|
||||
|
||||
const (
|
||||
DIRECTORY FileType = original.DIRECTORY
|
||||
FILE FileType = original.FILE
|
||||
)
|
||||
|
||||
func PossibleFileTypeValues() []FileType {
|
||||
return original.PossibleFileTypeValues()
|
||||
}
|
||||
|
||||
type SyncFlag = original.SyncFlag
|
||||
|
||||
const (
|
||||
CLOSE SyncFlag = original.CLOSE
|
||||
DATA SyncFlag = original.DATA
|
||||
METADATA SyncFlag = original.METADATA
|
||||
)
|
||||
|
||||
func PossibleSyncFlagValues() []SyncFlag {
|
||||
return original.PossibleSyncFlagValues()
|
||||
}
|
||||
|
||||
type ACLStatus = original.ACLStatus
|
||||
type ACLStatusResult = original.ACLStatusResult
|
||||
type AdlsAccessControlException = original.AdlsAccessControlException
|
||||
type AdlsBadOffsetException = original.AdlsBadOffsetException
|
||||
type AdlsError = original.AdlsError
|
||||
type AdlsFileAlreadyExistsException = original.AdlsFileAlreadyExistsException
|
||||
type AdlsFileNotFoundException = original.AdlsFileNotFoundException
|
||||
type AdlsIllegalArgumentException = original.AdlsIllegalArgumentException
|
||||
type AdlsIOException = original.AdlsIOException
|
||||
type BasicAdlsRemoteException = original.BasicAdlsRemoteException
|
||||
type AdlsRemoteException = original.AdlsRemoteException
|
||||
type AdlsRuntimeException = original.AdlsRuntimeException
|
||||
type AdlsSecurityException = original.AdlsSecurityException
|
||||
type AdlsThrottledException = original.AdlsThrottledException
|
||||
type AdlsUnsupportedOperationException = original.AdlsUnsupportedOperationException
|
||||
type ContentSummary = original.ContentSummary
|
||||
type ContentSummaryResult = original.ContentSummaryResult
|
||||
type FileOperationResult = original.FileOperationResult
|
||||
type FileStatuses = original.FileStatuses
|
||||
type FileStatusesResult = original.FileStatusesResult
|
||||
type FileStatusProperties = original.FileStatusProperties
|
||||
type FileStatusResult = original.FileStatusResult
|
||||
type ReadCloser = original.ReadCloser
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-274
@@ -1,274 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 account
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/datalake/store/mgmt/2016-11-01/account"
|
||||
|
||||
type AccountsClient = original.AccountsClient
|
||||
|
||||
func NewAccountsClient(subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient {
|
||||
return original.NewAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FirewallRulesClient = original.FirewallRulesClient
|
||||
|
||||
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClient(subscriptionID)
|
||||
}
|
||||
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationsClient = original.LocationsClient
|
||||
|
||||
func NewLocationsClient(subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClient(subscriptionID)
|
||||
}
|
||||
func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient {
|
||||
return original.NewLocationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DataLakeStoreAccountState = original.DataLakeStoreAccountState
|
||||
|
||||
const (
|
||||
Active DataLakeStoreAccountState = original.Active
|
||||
Suspended DataLakeStoreAccountState = original.Suspended
|
||||
)
|
||||
|
||||
func PossibleDataLakeStoreAccountStateValues() []DataLakeStoreAccountState {
|
||||
return original.PossibleDataLakeStoreAccountStateValues()
|
||||
}
|
||||
|
||||
type DataLakeStoreAccountStatus = original.DataLakeStoreAccountStatus
|
||||
|
||||
const (
|
||||
Canceled DataLakeStoreAccountStatus = original.Canceled
|
||||
Creating DataLakeStoreAccountStatus = original.Creating
|
||||
Deleted DataLakeStoreAccountStatus = original.Deleted
|
||||
Deleting DataLakeStoreAccountStatus = original.Deleting
|
||||
Failed DataLakeStoreAccountStatus = original.Failed
|
||||
Patching DataLakeStoreAccountStatus = original.Patching
|
||||
Resuming DataLakeStoreAccountStatus = original.Resuming
|
||||
Running DataLakeStoreAccountStatus = original.Running
|
||||
Succeeded DataLakeStoreAccountStatus = original.Succeeded
|
||||
Suspending DataLakeStoreAccountStatus = original.Suspending
|
||||
Undeleting DataLakeStoreAccountStatus = original.Undeleting
|
||||
)
|
||||
|
||||
func PossibleDataLakeStoreAccountStatusValues() []DataLakeStoreAccountStatus {
|
||||
return original.PossibleDataLakeStoreAccountStatusValues()
|
||||
}
|
||||
|
||||
type EncryptionConfigType = original.EncryptionConfigType
|
||||
|
||||
const (
|
||||
ServiceManaged EncryptionConfigType = original.ServiceManaged
|
||||
UserManaged EncryptionConfigType = original.UserManaged
|
||||
)
|
||||
|
||||
func PossibleEncryptionConfigTypeValues() []EncryptionConfigType {
|
||||
return original.PossibleEncryptionConfigTypeValues()
|
||||
}
|
||||
|
||||
type EncryptionProvisioningState = original.EncryptionProvisioningState
|
||||
|
||||
const (
|
||||
EncryptionProvisioningStateCreating EncryptionProvisioningState = original.EncryptionProvisioningStateCreating
|
||||
EncryptionProvisioningStateSucceeded EncryptionProvisioningState = original.EncryptionProvisioningStateSucceeded
|
||||
)
|
||||
|
||||
func PossibleEncryptionProvisioningStateValues() []EncryptionProvisioningState {
|
||||
return original.PossibleEncryptionProvisioningStateValues()
|
||||
}
|
||||
|
||||
type EncryptionState = original.EncryptionState
|
||||
|
||||
const (
|
||||
Disabled EncryptionState = original.Disabled
|
||||
Enabled EncryptionState = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleEncryptionStateValues() []EncryptionState {
|
||||
return original.PossibleEncryptionStateValues()
|
||||
}
|
||||
|
||||
type FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsState
|
||||
|
||||
const (
|
||||
FirewallAllowAzureIpsStateDisabled FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsStateDisabled
|
||||
FirewallAllowAzureIpsStateEnabled FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsStateEnabled
|
||||
)
|
||||
|
||||
func PossibleFirewallAllowAzureIpsStateValues() []FirewallAllowAzureIpsState {
|
||||
return original.PossibleFirewallAllowAzureIpsStateValues()
|
||||
}
|
||||
|
||||
type FirewallState = original.FirewallState
|
||||
|
||||
const (
|
||||
FirewallStateDisabled FirewallState = original.FirewallStateDisabled
|
||||
FirewallStateEnabled FirewallState = original.FirewallStateEnabled
|
||||
)
|
||||
|
||||
func PossibleFirewallStateValues() []FirewallState {
|
||||
return original.PossibleFirewallStateValues()
|
||||
}
|
||||
|
||||
type OperationOrigin = original.OperationOrigin
|
||||
|
||||
const (
|
||||
System OperationOrigin = original.System
|
||||
User OperationOrigin = original.User
|
||||
Usersystem OperationOrigin = original.Usersystem
|
||||
)
|
||||
|
||||
func PossibleOperationOriginValues() []OperationOrigin {
|
||||
return original.PossibleOperationOriginValues()
|
||||
}
|
||||
|
||||
type SubscriptionState = original.SubscriptionState
|
||||
|
||||
const (
|
||||
SubscriptionStateDeleted SubscriptionState = original.SubscriptionStateDeleted
|
||||
SubscriptionStateRegistered SubscriptionState = original.SubscriptionStateRegistered
|
||||
SubscriptionStateSuspended SubscriptionState = original.SubscriptionStateSuspended
|
||||
SubscriptionStateUnregistered SubscriptionState = original.SubscriptionStateUnregistered
|
||||
SubscriptionStateWarned SubscriptionState = original.SubscriptionStateWarned
|
||||
)
|
||||
|
||||
func PossibleSubscriptionStateValues() []SubscriptionState {
|
||||
return original.PossibleSubscriptionStateValues()
|
||||
}
|
||||
|
||||
type TierType = original.TierType
|
||||
|
||||
const (
|
||||
Commitment100TB TierType = original.Commitment100TB
|
||||
Commitment10TB TierType = original.Commitment10TB
|
||||
Commitment1PB TierType = original.Commitment1PB
|
||||
Commitment1TB TierType = original.Commitment1TB
|
||||
Commitment500TB TierType = original.Commitment500TB
|
||||
Commitment5PB TierType = original.Commitment5PB
|
||||
Consumption TierType = original.Consumption
|
||||
)
|
||||
|
||||
func PossibleTierTypeValues() []TierType {
|
||||
return original.PossibleTierTypeValues()
|
||||
}
|
||||
|
||||
type TrustedIDProviderState = original.TrustedIDProviderState
|
||||
|
||||
const (
|
||||
TrustedIDProviderStateDisabled TrustedIDProviderState = original.TrustedIDProviderStateDisabled
|
||||
TrustedIDProviderStateEnabled TrustedIDProviderState = original.TrustedIDProviderStateEnabled
|
||||
)
|
||||
|
||||
func PossibleTrustedIDProviderStateValues() []TrustedIDProviderState {
|
||||
return original.PossibleTrustedIDProviderStateValues()
|
||||
}
|
||||
|
||||
type AccountsCreateFutureType = original.AccountsCreateFutureType
|
||||
type AccountsDeleteFutureType = original.AccountsDeleteFutureType
|
||||
type AccountsUpdateFutureType = original.AccountsUpdateFutureType
|
||||
type CapabilityInformation = original.CapabilityInformation
|
||||
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
|
||||
type CreateDataLakeStoreAccountParameters = original.CreateDataLakeStoreAccountParameters
|
||||
type CreateDataLakeStoreAccountProperties = original.CreateDataLakeStoreAccountProperties
|
||||
type CreateFirewallRuleWithAccountParameters = original.CreateFirewallRuleWithAccountParameters
|
||||
type CreateOrUpdateFirewallRuleParameters = original.CreateOrUpdateFirewallRuleParameters
|
||||
type CreateOrUpdateFirewallRuleProperties = original.CreateOrUpdateFirewallRuleProperties
|
||||
type CreateOrUpdateTrustedIDProviderParameters = original.CreateOrUpdateTrustedIDProviderParameters
|
||||
type CreateOrUpdateTrustedIDProviderProperties = original.CreateOrUpdateTrustedIDProviderProperties
|
||||
type CreateTrustedIDProviderWithAccountParameters = original.CreateTrustedIDProviderWithAccountParameters
|
||||
type DataLakeStoreAccount = original.DataLakeStoreAccount
|
||||
type DataLakeStoreAccountBasic = original.DataLakeStoreAccountBasic
|
||||
type DataLakeStoreAccountListResult = original.DataLakeStoreAccountListResult
|
||||
type DataLakeStoreAccountListResultIterator = original.DataLakeStoreAccountListResultIterator
|
||||
type DataLakeStoreAccountListResultPage = original.DataLakeStoreAccountListResultPage
|
||||
type DataLakeStoreAccountProperties = original.DataLakeStoreAccountProperties
|
||||
type DataLakeStoreAccountPropertiesBasic = original.DataLakeStoreAccountPropertiesBasic
|
||||
type EncryptionConfig = original.EncryptionConfig
|
||||
type EncryptionIdentity = original.EncryptionIdentity
|
||||
type FirewallRule = original.FirewallRule
|
||||
type FirewallRuleListResult = original.FirewallRuleListResult
|
||||
type FirewallRuleListResultIterator = original.FirewallRuleListResultIterator
|
||||
type FirewallRuleListResultPage = original.FirewallRuleListResultPage
|
||||
type FirewallRuleProperties = original.FirewallRuleProperties
|
||||
type KeyVaultMetaInfo = original.KeyVaultMetaInfo
|
||||
type NameAvailabilityInformation = original.NameAvailabilityInformation
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type Resource = original.Resource
|
||||
type SubResource = original.SubResource
|
||||
type TrustedIDProvider = original.TrustedIDProvider
|
||||
type TrustedIDProviderListResult = original.TrustedIDProviderListResult
|
||||
type TrustedIDProviderListResultIterator = original.TrustedIDProviderListResultIterator
|
||||
type TrustedIDProviderListResultPage = original.TrustedIDProviderListResultPage
|
||||
type TrustedIDProviderProperties = original.TrustedIDProviderProperties
|
||||
type UpdateDataLakeStoreAccountParameters = original.UpdateDataLakeStoreAccountParameters
|
||||
type UpdateDataLakeStoreAccountProperties = original.UpdateDataLakeStoreAccountProperties
|
||||
type UpdateEncryptionConfig = original.UpdateEncryptionConfig
|
||||
type UpdateFirewallRuleParameters = original.UpdateFirewallRuleParameters
|
||||
type UpdateFirewallRuleProperties = original.UpdateFirewallRuleProperties
|
||||
type UpdateFirewallRuleWithAccountParameters = original.UpdateFirewallRuleWithAccountParameters
|
||||
type UpdateKeyVaultMetaInfo = original.UpdateKeyVaultMetaInfo
|
||||
type UpdateTrustedIDProviderParameters = original.UpdateTrustedIDProviderParameters
|
||||
type UpdateTrustedIDProviderProperties = original.UpdateTrustedIDProviderProperties
|
||||
type UpdateTrustedIDProviderWithAccountParameters = original.UpdateTrustedIDProviderWithAccountParameters
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TrustedIDProvidersClient = original.TrustedIDProvidersClient
|
||||
|
||||
func NewTrustedIDProvidersClient(subscriptionID string) TrustedIDProvidersClient {
|
||||
return original.NewTrustedIDProvidersClient(subscriptionID)
|
||||
}
|
||||
func NewTrustedIDProvidersClientWithBaseURI(baseURI string, subscriptionID string) TrustedIDProvidersClient {
|
||||
return original.NewTrustedIDProvidersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-773
@@ -1,773 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 dtl
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/devtestlabs/mgmt/2016-05-15/dtl"
|
||||
|
||||
type ArmTemplatesClient = original.ArmTemplatesClient
|
||||
|
||||
func NewArmTemplatesClient(subscriptionID string) ArmTemplatesClient {
|
||||
return original.NewArmTemplatesClient(subscriptionID)
|
||||
}
|
||||
func NewArmTemplatesClientWithBaseURI(baseURI string, subscriptionID string) ArmTemplatesClient {
|
||||
return original.NewArmTemplatesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ArtifactsClient = original.ArtifactsClient
|
||||
|
||||
func NewArtifactsClient(subscriptionID string) ArtifactsClient {
|
||||
return original.NewArtifactsClient(subscriptionID)
|
||||
}
|
||||
func NewArtifactsClientWithBaseURI(baseURI string, subscriptionID string) ArtifactsClient {
|
||||
return original.NewArtifactsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ArtifactSourcesClient = original.ArtifactSourcesClient
|
||||
|
||||
func NewArtifactSourcesClient(subscriptionID string) ArtifactSourcesClient {
|
||||
return original.NewArtifactSourcesClient(subscriptionID)
|
||||
}
|
||||
func NewArtifactSourcesClientWithBaseURI(baseURI string, subscriptionID string) ArtifactSourcesClient {
|
||||
return original.NewArtifactSourcesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CostsClient = original.CostsClient
|
||||
|
||||
func NewCostsClient(subscriptionID string) CostsClient {
|
||||
return original.NewCostsClient(subscriptionID)
|
||||
}
|
||||
func NewCostsClientWithBaseURI(baseURI string, subscriptionID string) CostsClient {
|
||||
return original.NewCostsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CustomImagesClient = original.CustomImagesClient
|
||||
|
||||
func NewCustomImagesClient(subscriptionID string) CustomImagesClient {
|
||||
return original.NewCustomImagesClient(subscriptionID)
|
||||
}
|
||||
func NewCustomImagesClientWithBaseURI(baseURI string, subscriptionID string) CustomImagesClient {
|
||||
return original.NewCustomImagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DisksClient = original.DisksClient
|
||||
|
||||
func NewDisksClient(subscriptionID string) DisksClient {
|
||||
return original.NewDisksClient(subscriptionID)
|
||||
}
|
||||
func NewDisksClientWithBaseURI(baseURI string, subscriptionID string) DisksClient {
|
||||
return original.NewDisksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EnvironmentsClient = original.EnvironmentsClient
|
||||
|
||||
func NewEnvironmentsClient(subscriptionID string) EnvironmentsClient {
|
||||
return original.NewEnvironmentsClient(subscriptionID)
|
||||
}
|
||||
func NewEnvironmentsClientWithBaseURI(baseURI string, subscriptionID string) EnvironmentsClient {
|
||||
return original.NewEnvironmentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FormulasClient = original.FormulasClient
|
||||
|
||||
func NewFormulasClient(subscriptionID string) FormulasClient {
|
||||
return original.NewFormulasClient(subscriptionID)
|
||||
}
|
||||
func NewFormulasClientWithBaseURI(baseURI string, subscriptionID string) FormulasClient {
|
||||
return original.NewFormulasClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type GalleryImagesClient = original.GalleryImagesClient
|
||||
|
||||
func NewGalleryImagesClient(subscriptionID string) GalleryImagesClient {
|
||||
return original.NewGalleryImagesClient(subscriptionID)
|
||||
}
|
||||
func NewGalleryImagesClientWithBaseURI(baseURI string, subscriptionID string) GalleryImagesClient {
|
||||
return original.NewGalleryImagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type GlobalSchedulesClient = original.GlobalSchedulesClient
|
||||
|
||||
func NewGlobalSchedulesClient(subscriptionID string) GlobalSchedulesClient {
|
||||
return original.NewGlobalSchedulesClient(subscriptionID)
|
||||
}
|
||||
func NewGlobalSchedulesClientWithBaseURI(baseURI string, subscriptionID string) GlobalSchedulesClient {
|
||||
return original.NewGlobalSchedulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LabsClient = original.LabsClient
|
||||
|
||||
func NewLabsClient(subscriptionID string) LabsClient {
|
||||
return original.NewLabsClient(subscriptionID)
|
||||
}
|
||||
func NewLabsClientWithBaseURI(baseURI string, subscriptionID string) LabsClient {
|
||||
return original.NewLabsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CostThresholdStatus = original.CostThresholdStatus
|
||||
|
||||
const (
|
||||
Disabled CostThresholdStatus = original.Disabled
|
||||
Enabled CostThresholdStatus = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleCostThresholdStatusValues() []CostThresholdStatus {
|
||||
return original.PossibleCostThresholdStatusValues()
|
||||
}
|
||||
|
||||
type CostType = original.CostType
|
||||
|
||||
const (
|
||||
Projected CostType = original.Projected
|
||||
Reported CostType = original.Reported
|
||||
Unavailable CostType = original.Unavailable
|
||||
)
|
||||
|
||||
func PossibleCostTypeValues() []CostType {
|
||||
return original.PossibleCostTypeValues()
|
||||
}
|
||||
|
||||
type CustomImageOsType = original.CustomImageOsType
|
||||
|
||||
const (
|
||||
Linux CustomImageOsType = original.Linux
|
||||
None CustomImageOsType = original.None
|
||||
Windows CustomImageOsType = original.Windows
|
||||
)
|
||||
|
||||
func PossibleCustomImageOsTypeValues() []CustomImageOsType {
|
||||
return original.PossibleCustomImageOsTypeValues()
|
||||
}
|
||||
|
||||
type EnableStatus = original.EnableStatus
|
||||
|
||||
const (
|
||||
EnableStatusDisabled EnableStatus = original.EnableStatusDisabled
|
||||
EnableStatusEnabled EnableStatus = original.EnableStatusEnabled
|
||||
)
|
||||
|
||||
func PossibleEnableStatusValues() []EnableStatus {
|
||||
return original.PossibleEnableStatusValues()
|
||||
}
|
||||
|
||||
type FileUploadOptions = original.FileUploadOptions
|
||||
|
||||
const (
|
||||
FileUploadOptionsNone FileUploadOptions = original.FileUploadOptionsNone
|
||||
FileUploadOptionsUploadFilesAndGenerateSasTokens FileUploadOptions = original.FileUploadOptionsUploadFilesAndGenerateSasTokens
|
||||
)
|
||||
|
||||
func PossibleFileUploadOptionsValues() []FileUploadOptions {
|
||||
return original.PossibleFileUploadOptionsValues()
|
||||
}
|
||||
|
||||
type HostCachingOptions = original.HostCachingOptions
|
||||
|
||||
const (
|
||||
HostCachingOptionsNone HostCachingOptions = original.HostCachingOptionsNone
|
||||
HostCachingOptionsReadOnly HostCachingOptions = original.HostCachingOptionsReadOnly
|
||||
HostCachingOptionsReadWrite HostCachingOptions = original.HostCachingOptionsReadWrite
|
||||
)
|
||||
|
||||
func PossibleHostCachingOptionsValues() []HostCachingOptions {
|
||||
return original.PossibleHostCachingOptionsValues()
|
||||
}
|
||||
|
||||
type HTTPStatusCode = original.HTTPStatusCode
|
||||
|
||||
const (
|
||||
Accepted HTTPStatusCode = original.Accepted
|
||||
BadGateway HTTPStatusCode = original.BadGateway
|
||||
BadRequest HTTPStatusCode = original.BadRequest
|
||||
Conflict HTTPStatusCode = original.Conflict
|
||||
Continue HTTPStatusCode = original.Continue
|
||||
Created HTTPStatusCode = original.Created
|
||||
ExpectationFailed HTTPStatusCode = original.ExpectationFailed
|
||||
Forbidden HTTPStatusCode = original.Forbidden
|
||||
GatewayTimeout HTTPStatusCode = original.GatewayTimeout
|
||||
Gone HTTPStatusCode = original.Gone
|
||||
HTTPVersionNotSupported HTTPStatusCode = original.HTTPVersionNotSupported
|
||||
InternalServerError HTTPStatusCode = original.InternalServerError
|
||||
LengthRequired HTTPStatusCode = original.LengthRequired
|
||||
MethodNotAllowed HTTPStatusCode = original.MethodNotAllowed
|
||||
MovedPermanently HTTPStatusCode = original.MovedPermanently
|
||||
MultipleChoices HTTPStatusCode = original.MultipleChoices
|
||||
NoContent HTTPStatusCode = original.NoContent
|
||||
NonAuthoritativeInformation HTTPStatusCode = original.NonAuthoritativeInformation
|
||||
NotAcceptable HTTPStatusCode = original.NotAcceptable
|
||||
NotFound HTTPStatusCode = original.NotFound
|
||||
NotImplemented HTTPStatusCode = original.NotImplemented
|
||||
NotModified HTTPStatusCode = original.NotModified
|
||||
OK HTTPStatusCode = original.OK
|
||||
PartialContent HTTPStatusCode = original.PartialContent
|
||||
PaymentRequired HTTPStatusCode = original.PaymentRequired
|
||||
PreconditionFailed HTTPStatusCode = original.PreconditionFailed
|
||||
ProxyAuthenticationRequired HTTPStatusCode = original.ProxyAuthenticationRequired
|
||||
Redirect HTTPStatusCode = original.Redirect
|
||||
RequestedRangeNotSatisfiable HTTPStatusCode = original.RequestedRangeNotSatisfiable
|
||||
RequestEntityTooLarge HTTPStatusCode = original.RequestEntityTooLarge
|
||||
RequestTimeout HTTPStatusCode = original.RequestTimeout
|
||||
RequestURITooLong HTTPStatusCode = original.RequestURITooLong
|
||||
ResetContent HTTPStatusCode = original.ResetContent
|
||||
SeeOther HTTPStatusCode = original.SeeOther
|
||||
ServiceUnavailable HTTPStatusCode = original.ServiceUnavailable
|
||||
SwitchingProtocols HTTPStatusCode = original.SwitchingProtocols
|
||||
TemporaryRedirect HTTPStatusCode = original.TemporaryRedirect
|
||||
Unauthorized HTTPStatusCode = original.Unauthorized
|
||||
UnsupportedMediaType HTTPStatusCode = original.UnsupportedMediaType
|
||||
Unused HTTPStatusCode = original.Unused
|
||||
UpgradeRequired HTTPStatusCode = original.UpgradeRequired
|
||||
UseProxy HTTPStatusCode = original.UseProxy
|
||||
)
|
||||
|
||||
func PossibleHTTPStatusCodeValues() []HTTPStatusCode {
|
||||
return original.PossibleHTTPStatusCodeValues()
|
||||
}
|
||||
|
||||
type LinuxOsState = original.LinuxOsState
|
||||
|
||||
const (
|
||||
DeprovisionApplied LinuxOsState = original.DeprovisionApplied
|
||||
DeprovisionRequested LinuxOsState = original.DeprovisionRequested
|
||||
NonDeprovisioned LinuxOsState = original.NonDeprovisioned
|
||||
)
|
||||
|
||||
func PossibleLinuxOsStateValues() []LinuxOsState {
|
||||
return original.PossibleLinuxOsStateValues()
|
||||
}
|
||||
|
||||
type NotificationChannelEventType = original.NotificationChannelEventType
|
||||
|
||||
const (
|
||||
AutoShutdown NotificationChannelEventType = original.AutoShutdown
|
||||
Cost NotificationChannelEventType = original.Cost
|
||||
)
|
||||
|
||||
func PossibleNotificationChannelEventTypeValues() []NotificationChannelEventType {
|
||||
return original.PossibleNotificationChannelEventTypeValues()
|
||||
}
|
||||
|
||||
type NotificationStatus = original.NotificationStatus
|
||||
|
||||
const (
|
||||
NotificationStatusDisabled NotificationStatus = original.NotificationStatusDisabled
|
||||
NotificationStatusEnabled NotificationStatus = original.NotificationStatusEnabled
|
||||
)
|
||||
|
||||
func PossibleNotificationStatusValues() []NotificationStatus {
|
||||
return original.PossibleNotificationStatusValues()
|
||||
}
|
||||
|
||||
type PolicyEvaluatorType = original.PolicyEvaluatorType
|
||||
|
||||
const (
|
||||
AllowedValuesPolicy PolicyEvaluatorType = original.AllowedValuesPolicy
|
||||
MaxValuePolicy PolicyEvaluatorType = original.MaxValuePolicy
|
||||
)
|
||||
|
||||
func PossiblePolicyEvaluatorTypeValues() []PolicyEvaluatorType {
|
||||
return original.PossiblePolicyEvaluatorTypeValues()
|
||||
}
|
||||
|
||||
type PolicyFactName = original.PolicyFactName
|
||||
|
||||
const (
|
||||
PolicyFactNameGalleryImage PolicyFactName = original.PolicyFactNameGalleryImage
|
||||
PolicyFactNameLabPremiumVMCount PolicyFactName = original.PolicyFactNameLabPremiumVMCount
|
||||
PolicyFactNameLabTargetCost PolicyFactName = original.PolicyFactNameLabTargetCost
|
||||
PolicyFactNameLabVMCount PolicyFactName = original.PolicyFactNameLabVMCount
|
||||
PolicyFactNameLabVMSize PolicyFactName = original.PolicyFactNameLabVMSize
|
||||
PolicyFactNameUserOwnedLabPremiumVMCount PolicyFactName = original.PolicyFactNameUserOwnedLabPremiumVMCount
|
||||
PolicyFactNameUserOwnedLabVMCount PolicyFactName = original.PolicyFactNameUserOwnedLabVMCount
|
||||
PolicyFactNameUserOwnedLabVMCountInSubnet PolicyFactName = original.PolicyFactNameUserOwnedLabVMCountInSubnet
|
||||
)
|
||||
|
||||
func PossiblePolicyFactNameValues() []PolicyFactName {
|
||||
return original.PossiblePolicyFactNameValues()
|
||||
}
|
||||
|
||||
type PolicyStatus = original.PolicyStatus
|
||||
|
||||
const (
|
||||
PolicyStatusDisabled PolicyStatus = original.PolicyStatusDisabled
|
||||
PolicyStatusEnabled PolicyStatus = original.PolicyStatusEnabled
|
||||
)
|
||||
|
||||
func PossiblePolicyStatusValues() []PolicyStatus {
|
||||
return original.PossiblePolicyStatusValues()
|
||||
}
|
||||
|
||||
type PremiumDataDisk = original.PremiumDataDisk
|
||||
|
||||
const (
|
||||
PremiumDataDiskDisabled PremiumDataDisk = original.PremiumDataDiskDisabled
|
||||
PremiumDataDiskEnabled PremiumDataDisk = original.PremiumDataDiskEnabled
|
||||
)
|
||||
|
||||
func PossiblePremiumDataDiskValues() []PremiumDataDisk {
|
||||
return original.PossiblePremiumDataDiskValues()
|
||||
}
|
||||
|
||||
type ReportingCycleType = original.ReportingCycleType
|
||||
|
||||
const (
|
||||
CalendarMonth ReportingCycleType = original.CalendarMonth
|
||||
Custom ReportingCycleType = original.Custom
|
||||
)
|
||||
|
||||
func PossibleReportingCycleTypeValues() []ReportingCycleType {
|
||||
return original.PossibleReportingCycleTypeValues()
|
||||
}
|
||||
|
||||
type SourceControlType = original.SourceControlType
|
||||
|
||||
const (
|
||||
GitHub SourceControlType = original.GitHub
|
||||
VsoGit SourceControlType = original.VsoGit
|
||||
)
|
||||
|
||||
func PossibleSourceControlTypeValues() []SourceControlType {
|
||||
return original.PossibleSourceControlTypeValues()
|
||||
}
|
||||
|
||||
type StorageType = original.StorageType
|
||||
|
||||
const (
|
||||
Premium StorageType = original.Premium
|
||||
Standard StorageType = original.Standard
|
||||
)
|
||||
|
||||
func PossibleStorageTypeValues() []StorageType {
|
||||
return original.PossibleStorageTypeValues()
|
||||
}
|
||||
|
||||
type TargetCostStatus = original.TargetCostStatus
|
||||
|
||||
const (
|
||||
TargetCostStatusDisabled TargetCostStatus = original.TargetCostStatusDisabled
|
||||
TargetCostStatusEnabled TargetCostStatus = original.TargetCostStatusEnabled
|
||||
)
|
||||
|
||||
func PossibleTargetCostStatusValues() []TargetCostStatus {
|
||||
return original.PossibleTargetCostStatusValues()
|
||||
}
|
||||
|
||||
type TransportProtocol = original.TransportProtocol
|
||||
|
||||
const (
|
||||
TCP TransportProtocol = original.TCP
|
||||
UDP TransportProtocol = original.UDP
|
||||
)
|
||||
|
||||
func PossibleTransportProtocolValues() []TransportProtocol {
|
||||
return original.PossibleTransportProtocolValues()
|
||||
}
|
||||
|
||||
type UsagePermissionType = original.UsagePermissionType
|
||||
|
||||
const (
|
||||
Allow UsagePermissionType = original.Allow
|
||||
Default UsagePermissionType = original.Default
|
||||
Deny UsagePermissionType = original.Deny
|
||||
)
|
||||
|
||||
func PossibleUsagePermissionTypeValues() []UsagePermissionType {
|
||||
return original.PossibleUsagePermissionTypeValues()
|
||||
}
|
||||
|
||||
type VirtualMachineCreationSource = original.VirtualMachineCreationSource
|
||||
|
||||
const (
|
||||
FromCustomImage VirtualMachineCreationSource = original.FromCustomImage
|
||||
FromGalleryImage VirtualMachineCreationSource = original.FromGalleryImage
|
||||
)
|
||||
|
||||
func PossibleVirtualMachineCreationSourceValues() []VirtualMachineCreationSource {
|
||||
return original.PossibleVirtualMachineCreationSourceValues()
|
||||
}
|
||||
|
||||
type WindowsOsState = original.WindowsOsState
|
||||
|
||||
const (
|
||||
NonSysprepped WindowsOsState = original.NonSysprepped
|
||||
SysprepApplied WindowsOsState = original.SysprepApplied
|
||||
SysprepRequested WindowsOsState = original.SysprepRequested
|
||||
)
|
||||
|
||||
func PossibleWindowsOsStateValues() []WindowsOsState {
|
||||
return original.PossibleWindowsOsStateValues()
|
||||
}
|
||||
|
||||
type ApplicableSchedule = original.ApplicableSchedule
|
||||
type ApplicableScheduleFragment = original.ApplicableScheduleFragment
|
||||
type ApplicableScheduleProperties = original.ApplicableScheduleProperties
|
||||
type ApplicableSchedulePropertiesFragment = original.ApplicableSchedulePropertiesFragment
|
||||
type ApplyArtifactsRequest = original.ApplyArtifactsRequest
|
||||
type ArmTemplate = original.ArmTemplate
|
||||
type ArmTemplateInfo = original.ArmTemplateInfo
|
||||
type ArmTemplateParameterProperties = original.ArmTemplateParameterProperties
|
||||
type ArmTemplateProperties = original.ArmTemplateProperties
|
||||
type Artifact = original.Artifact
|
||||
type ArtifactDeploymentStatusProperties = original.ArtifactDeploymentStatusProperties
|
||||
type ArtifactDeploymentStatusPropertiesFragment = original.ArtifactDeploymentStatusPropertiesFragment
|
||||
type ArtifactInstallProperties = original.ArtifactInstallProperties
|
||||
type ArtifactInstallPropertiesFragment = original.ArtifactInstallPropertiesFragment
|
||||
type ArtifactParameterProperties = original.ArtifactParameterProperties
|
||||
type ArtifactParameterPropertiesFragment = original.ArtifactParameterPropertiesFragment
|
||||
type ArtifactProperties = original.ArtifactProperties
|
||||
type ArtifactSource = original.ArtifactSource
|
||||
type ArtifactSourceFragment = original.ArtifactSourceFragment
|
||||
type ArtifactSourceProperties = original.ArtifactSourceProperties
|
||||
type ArtifactSourcePropertiesFragment = original.ArtifactSourcePropertiesFragment
|
||||
type AttachDiskProperties = original.AttachDiskProperties
|
||||
type AttachNewDataDiskOptions = original.AttachNewDataDiskOptions
|
||||
type BulkCreationParameters = original.BulkCreationParameters
|
||||
type CloudError = original.CloudError
|
||||
type CloudErrorBody = original.CloudErrorBody
|
||||
type ComputeDataDisk = original.ComputeDataDisk
|
||||
type ComputeDataDiskFragment = original.ComputeDataDiskFragment
|
||||
type ComputeVMInstanceViewStatus = original.ComputeVMInstanceViewStatus
|
||||
type ComputeVMInstanceViewStatusFragment = original.ComputeVMInstanceViewStatusFragment
|
||||
type ComputeVMProperties = original.ComputeVMProperties
|
||||
type ComputeVMPropertiesFragment = original.ComputeVMPropertiesFragment
|
||||
type CostThresholdProperties = original.CostThresholdProperties
|
||||
type CustomImage = original.CustomImage
|
||||
type CustomImageProperties = original.CustomImageProperties
|
||||
type CustomImagePropertiesCustom = original.CustomImagePropertiesCustom
|
||||
type CustomImagePropertiesFromVM = original.CustomImagePropertiesFromVM
|
||||
type CustomImagesCreateOrUpdateFuture = original.CustomImagesCreateOrUpdateFuture
|
||||
type CustomImagesDeleteFuture = original.CustomImagesDeleteFuture
|
||||
type DataDiskProperties = original.DataDiskProperties
|
||||
type DayDetails = original.DayDetails
|
||||
type DayDetailsFragment = original.DayDetailsFragment
|
||||
type DetachDataDiskProperties = original.DetachDataDiskProperties
|
||||
type DetachDiskProperties = original.DetachDiskProperties
|
||||
type Disk = original.Disk
|
||||
type DiskProperties = original.DiskProperties
|
||||
type DisksAttachFuture = original.DisksAttachFuture
|
||||
type DisksCreateOrUpdateFuture = original.DisksCreateOrUpdateFuture
|
||||
type DisksDeleteFuture = original.DisksDeleteFuture
|
||||
type DisksDetachFuture = original.DisksDetachFuture
|
||||
type Environment = original.Environment
|
||||
type EnvironmentDeploymentProperties = original.EnvironmentDeploymentProperties
|
||||
type EnvironmentProperties = original.EnvironmentProperties
|
||||
type EnvironmentsCreateOrUpdateFuture = original.EnvironmentsCreateOrUpdateFuture
|
||||
type EnvironmentsDeleteFuture = original.EnvironmentsDeleteFuture
|
||||
type EvaluatePoliciesProperties = original.EvaluatePoliciesProperties
|
||||
type EvaluatePoliciesRequest = original.EvaluatePoliciesRequest
|
||||
type EvaluatePoliciesResponse = original.EvaluatePoliciesResponse
|
||||
type Event = original.Event
|
||||
type EventFragment = original.EventFragment
|
||||
type ExportResourceUsageParameters = original.ExportResourceUsageParameters
|
||||
type ExternalSubnet = original.ExternalSubnet
|
||||
type ExternalSubnetFragment = original.ExternalSubnetFragment
|
||||
type Formula = original.Formula
|
||||
type FormulaProperties = original.FormulaProperties
|
||||
type FormulaPropertiesFromVM = original.FormulaPropertiesFromVM
|
||||
type FormulasCreateOrUpdateFuture = original.FormulasCreateOrUpdateFuture
|
||||
type GalleryImage = original.GalleryImage
|
||||
type GalleryImageProperties = original.GalleryImageProperties
|
||||
type GalleryImageReference = original.GalleryImageReference
|
||||
type GalleryImageReferenceFragment = original.GalleryImageReferenceFragment
|
||||
type GenerateArmTemplateRequest = original.GenerateArmTemplateRequest
|
||||
type GenerateUploadURIParameter = original.GenerateUploadURIParameter
|
||||
type GenerateUploadURIResponse = original.GenerateUploadURIResponse
|
||||
type GlobalSchedulesExecuteFuture = original.GlobalSchedulesExecuteFuture
|
||||
type GlobalSchedulesRetargetFuture = original.GlobalSchedulesRetargetFuture
|
||||
type HourDetails = original.HourDetails
|
||||
type HourDetailsFragment = original.HourDetailsFragment
|
||||
type IdentityProperties = original.IdentityProperties
|
||||
type InboundNatRule = original.InboundNatRule
|
||||
type InboundNatRuleFragment = original.InboundNatRuleFragment
|
||||
type Lab = original.Lab
|
||||
type LabCost = original.LabCost
|
||||
type LabCostDetailsProperties = original.LabCostDetailsProperties
|
||||
type LabCostProperties = original.LabCostProperties
|
||||
type LabCostSummaryProperties = original.LabCostSummaryProperties
|
||||
type LabFragment = original.LabFragment
|
||||
type LabProperties = original.LabProperties
|
||||
type LabPropertiesFragment = original.LabPropertiesFragment
|
||||
type LabResourceCostProperties = original.LabResourceCostProperties
|
||||
type LabsClaimAnyVMFuture = original.LabsClaimAnyVMFuture
|
||||
type LabsCreateEnvironmentFuture = original.LabsCreateEnvironmentFuture
|
||||
type LabsCreateOrUpdateFuture = original.LabsCreateOrUpdateFuture
|
||||
type LabsDeleteFuture = original.LabsDeleteFuture
|
||||
type LabsExportResourceUsageFuture = original.LabsExportResourceUsageFuture
|
||||
type LabVhd = original.LabVhd
|
||||
type LabVirtualMachine = original.LabVirtualMachine
|
||||
type LabVirtualMachineCreationParameter = original.LabVirtualMachineCreationParameter
|
||||
type LabVirtualMachineCreationParameterProperties = original.LabVirtualMachineCreationParameterProperties
|
||||
type LabVirtualMachineFragment = original.LabVirtualMachineFragment
|
||||
type LabVirtualMachineProperties = original.LabVirtualMachineProperties
|
||||
type LabVirtualMachinePropertiesFragment = original.LabVirtualMachinePropertiesFragment
|
||||
type LinuxOsInfo = original.LinuxOsInfo
|
||||
type NetworkInterfaceProperties = original.NetworkInterfaceProperties
|
||||
type NetworkInterfacePropertiesFragment = original.NetworkInterfacePropertiesFragment
|
||||
type NotificationChannel = original.NotificationChannel
|
||||
type NotificationChannelFragment = original.NotificationChannelFragment
|
||||
type NotificationChannelProperties = original.NotificationChannelProperties
|
||||
type NotificationChannelPropertiesFragment = original.NotificationChannelPropertiesFragment
|
||||
type NotificationSettings = original.NotificationSettings
|
||||
type NotificationSettingsFragment = original.NotificationSettingsFragment
|
||||
type NotifyParameters = original.NotifyParameters
|
||||
type OperationError = original.OperationError
|
||||
type OperationMetadata = original.OperationMetadata
|
||||
type OperationMetadataDisplay = original.OperationMetadataDisplay
|
||||
type OperationResult = original.OperationResult
|
||||
type ParameterInfo = original.ParameterInfo
|
||||
type ParametersValueFileInfo = original.ParametersValueFileInfo
|
||||
type PercentageCostThresholdProperties = original.PercentageCostThresholdProperties
|
||||
type Policy = original.Policy
|
||||
type PolicyFragment = original.PolicyFragment
|
||||
type PolicyProperties = original.PolicyProperties
|
||||
type PolicyPropertiesFragment = original.PolicyPropertiesFragment
|
||||
type PolicySetResult = original.PolicySetResult
|
||||
type PolicyViolation = original.PolicyViolation
|
||||
type Port = original.Port
|
||||
type PortFragment = original.PortFragment
|
||||
type ProviderOperationResult = original.ProviderOperationResult
|
||||
type ProviderOperationResultIterator = original.ProviderOperationResultIterator
|
||||
type ProviderOperationResultPage = original.ProviderOperationResultPage
|
||||
type Resource = original.Resource
|
||||
type ResponseWithContinuationArmTemplate = original.ResponseWithContinuationArmTemplate
|
||||
type ResponseWithContinuationArmTemplateIterator = original.ResponseWithContinuationArmTemplateIterator
|
||||
type ResponseWithContinuationArmTemplatePage = original.ResponseWithContinuationArmTemplatePage
|
||||
type ResponseWithContinuationArtifact = original.ResponseWithContinuationArtifact
|
||||
type ResponseWithContinuationArtifactIterator = original.ResponseWithContinuationArtifactIterator
|
||||
type ResponseWithContinuationArtifactPage = original.ResponseWithContinuationArtifactPage
|
||||
type ResponseWithContinuationArtifactSource = original.ResponseWithContinuationArtifactSource
|
||||
type ResponseWithContinuationArtifactSourceIterator = original.ResponseWithContinuationArtifactSourceIterator
|
||||
type ResponseWithContinuationArtifactSourcePage = original.ResponseWithContinuationArtifactSourcePage
|
||||
type ResponseWithContinuationCustomImage = original.ResponseWithContinuationCustomImage
|
||||
type ResponseWithContinuationCustomImageIterator = original.ResponseWithContinuationCustomImageIterator
|
||||
type ResponseWithContinuationCustomImagePage = original.ResponseWithContinuationCustomImagePage
|
||||
type ResponseWithContinuationDisk = original.ResponseWithContinuationDisk
|
||||
type ResponseWithContinuationDiskIterator = original.ResponseWithContinuationDiskIterator
|
||||
type ResponseWithContinuationDiskPage = original.ResponseWithContinuationDiskPage
|
||||
type ResponseWithContinuationDtlEnvironment = original.ResponseWithContinuationDtlEnvironment
|
||||
type ResponseWithContinuationDtlEnvironmentIterator = original.ResponseWithContinuationDtlEnvironmentIterator
|
||||
type ResponseWithContinuationDtlEnvironmentPage = original.ResponseWithContinuationDtlEnvironmentPage
|
||||
type ResponseWithContinuationFormula = original.ResponseWithContinuationFormula
|
||||
type ResponseWithContinuationFormulaIterator = original.ResponseWithContinuationFormulaIterator
|
||||
type ResponseWithContinuationFormulaPage = original.ResponseWithContinuationFormulaPage
|
||||
type ResponseWithContinuationGalleryImage = original.ResponseWithContinuationGalleryImage
|
||||
type ResponseWithContinuationGalleryImageIterator = original.ResponseWithContinuationGalleryImageIterator
|
||||
type ResponseWithContinuationGalleryImagePage = original.ResponseWithContinuationGalleryImagePage
|
||||
type ResponseWithContinuationLab = original.ResponseWithContinuationLab
|
||||
type ResponseWithContinuationLabIterator = original.ResponseWithContinuationLabIterator
|
||||
type ResponseWithContinuationLabPage = original.ResponseWithContinuationLabPage
|
||||
type ResponseWithContinuationLabVhd = original.ResponseWithContinuationLabVhd
|
||||
type ResponseWithContinuationLabVhdIterator = original.ResponseWithContinuationLabVhdIterator
|
||||
type ResponseWithContinuationLabVhdPage = original.ResponseWithContinuationLabVhdPage
|
||||
type ResponseWithContinuationLabVirtualMachine = original.ResponseWithContinuationLabVirtualMachine
|
||||
type ResponseWithContinuationLabVirtualMachineIterator = original.ResponseWithContinuationLabVirtualMachineIterator
|
||||
type ResponseWithContinuationLabVirtualMachinePage = original.ResponseWithContinuationLabVirtualMachinePage
|
||||
type ResponseWithContinuationNotificationChannel = original.ResponseWithContinuationNotificationChannel
|
||||
type ResponseWithContinuationNotificationChannelIterator = original.ResponseWithContinuationNotificationChannelIterator
|
||||
type ResponseWithContinuationNotificationChannelPage = original.ResponseWithContinuationNotificationChannelPage
|
||||
type ResponseWithContinuationPolicy = original.ResponseWithContinuationPolicy
|
||||
type ResponseWithContinuationPolicyIterator = original.ResponseWithContinuationPolicyIterator
|
||||
type ResponseWithContinuationPolicyPage = original.ResponseWithContinuationPolicyPage
|
||||
type ResponseWithContinuationSchedule = original.ResponseWithContinuationSchedule
|
||||
type ResponseWithContinuationScheduleIterator = original.ResponseWithContinuationScheduleIterator
|
||||
type ResponseWithContinuationSchedulePage = original.ResponseWithContinuationSchedulePage
|
||||
type ResponseWithContinuationSecret = original.ResponseWithContinuationSecret
|
||||
type ResponseWithContinuationSecretIterator = original.ResponseWithContinuationSecretIterator
|
||||
type ResponseWithContinuationSecretPage = original.ResponseWithContinuationSecretPage
|
||||
type ResponseWithContinuationServiceRunner = original.ResponseWithContinuationServiceRunner
|
||||
type ResponseWithContinuationServiceRunnerIterator = original.ResponseWithContinuationServiceRunnerIterator
|
||||
type ResponseWithContinuationServiceRunnerPage = original.ResponseWithContinuationServiceRunnerPage
|
||||
type ResponseWithContinuationUser = original.ResponseWithContinuationUser
|
||||
type ResponseWithContinuationUserIterator = original.ResponseWithContinuationUserIterator
|
||||
type ResponseWithContinuationUserPage = original.ResponseWithContinuationUserPage
|
||||
type ResponseWithContinuationVirtualNetwork = original.ResponseWithContinuationVirtualNetwork
|
||||
type ResponseWithContinuationVirtualNetworkIterator = original.ResponseWithContinuationVirtualNetworkIterator
|
||||
type ResponseWithContinuationVirtualNetworkPage = original.ResponseWithContinuationVirtualNetworkPage
|
||||
type RetargetScheduleProperties = original.RetargetScheduleProperties
|
||||
type Schedule = original.Schedule
|
||||
type ScheduleFragment = original.ScheduleFragment
|
||||
type ScheduleProperties = original.ScheduleProperties
|
||||
type SchedulePropertiesFragment = original.SchedulePropertiesFragment
|
||||
type SchedulesExecuteFuture = original.SchedulesExecuteFuture
|
||||
type Secret = original.Secret
|
||||
type SecretProperties = original.SecretProperties
|
||||
type ServiceRunner = original.ServiceRunner
|
||||
type SharedPublicIPAddressConfiguration = original.SharedPublicIPAddressConfiguration
|
||||
type SharedPublicIPAddressConfigurationFragment = original.SharedPublicIPAddressConfigurationFragment
|
||||
type ShutdownNotificationContent = original.ShutdownNotificationContent
|
||||
type Subnet = original.Subnet
|
||||
type SubnetFragment = original.SubnetFragment
|
||||
type SubnetOverride = original.SubnetOverride
|
||||
type SubnetOverrideFragment = original.SubnetOverrideFragment
|
||||
type SubnetSharedPublicIPAddressConfiguration = original.SubnetSharedPublicIPAddressConfiguration
|
||||
type SubnetSharedPublicIPAddressConfigurationFragment = original.SubnetSharedPublicIPAddressConfigurationFragment
|
||||
type TargetCostProperties = original.TargetCostProperties
|
||||
type User = original.User
|
||||
type UserFragment = original.UserFragment
|
||||
type UserIdentity = original.UserIdentity
|
||||
type UserIdentityFragment = original.UserIdentityFragment
|
||||
type UserProperties = original.UserProperties
|
||||
type UserPropertiesFragment = original.UserPropertiesFragment
|
||||
type UsersDeleteFuture = original.UsersDeleteFuture
|
||||
type UserSecretStore = original.UserSecretStore
|
||||
type UserSecretStoreFragment = original.UserSecretStoreFragment
|
||||
type VirtualMachinesAddDataDiskFuture = original.VirtualMachinesAddDataDiskFuture
|
||||
type VirtualMachinesApplyArtifactsFuture = original.VirtualMachinesApplyArtifactsFuture
|
||||
type VirtualMachineSchedulesExecuteFuture = original.VirtualMachineSchedulesExecuteFuture
|
||||
type VirtualMachinesClaimFuture = original.VirtualMachinesClaimFuture
|
||||
type VirtualMachinesCreateOrUpdateFuture = original.VirtualMachinesCreateOrUpdateFuture
|
||||
type VirtualMachinesDeleteFuture = original.VirtualMachinesDeleteFuture
|
||||
type VirtualMachinesDetachDataDiskFuture = original.VirtualMachinesDetachDataDiskFuture
|
||||
type VirtualMachinesStartFuture = original.VirtualMachinesStartFuture
|
||||
type VirtualMachinesStopFuture = original.VirtualMachinesStopFuture
|
||||
type VirtualNetwork = original.VirtualNetwork
|
||||
type VirtualNetworkFragment = original.VirtualNetworkFragment
|
||||
type VirtualNetworkProperties = original.VirtualNetworkProperties
|
||||
type VirtualNetworkPropertiesFragment = original.VirtualNetworkPropertiesFragment
|
||||
type VirtualNetworksCreateOrUpdateFuture = original.VirtualNetworksCreateOrUpdateFuture
|
||||
type VirtualNetworksDeleteFuture = original.VirtualNetworksDeleteFuture
|
||||
type WeekDetails = original.WeekDetails
|
||||
type WeekDetailsFragment = original.WeekDetailsFragment
|
||||
type WindowsOsInfo = original.WindowsOsInfo
|
||||
type NotificationChannelsClient = original.NotificationChannelsClient
|
||||
|
||||
func NewNotificationChannelsClient(subscriptionID string) NotificationChannelsClient {
|
||||
return original.NewNotificationChannelsClient(subscriptionID)
|
||||
}
|
||||
func NewNotificationChannelsClientWithBaseURI(baseURI string, subscriptionID string) NotificationChannelsClient {
|
||||
return original.NewNotificationChannelsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PoliciesClient = original.PoliciesClient
|
||||
|
||||
func NewPoliciesClient(subscriptionID string) PoliciesClient {
|
||||
return original.NewPoliciesClient(subscriptionID)
|
||||
}
|
||||
func NewPoliciesClientWithBaseURI(baseURI string, subscriptionID string) PoliciesClient {
|
||||
return original.NewPoliciesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PolicySetsClient = original.PolicySetsClient
|
||||
|
||||
func NewPolicySetsClient(subscriptionID string) PolicySetsClient {
|
||||
return original.NewPolicySetsClient(subscriptionID)
|
||||
}
|
||||
func NewPolicySetsClientWithBaseURI(baseURI string, subscriptionID string) PolicySetsClient {
|
||||
return original.NewPolicySetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ProviderOperationsClient = original.ProviderOperationsClient
|
||||
|
||||
func NewProviderOperationsClient(subscriptionID string) ProviderOperationsClient {
|
||||
return original.NewProviderOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewProviderOperationsClientWithBaseURI(baseURI string, subscriptionID string) ProviderOperationsClient {
|
||||
return original.NewProviderOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SchedulesClient = original.SchedulesClient
|
||||
|
||||
func NewSchedulesClient(subscriptionID string) SchedulesClient {
|
||||
return original.NewSchedulesClient(subscriptionID)
|
||||
}
|
||||
func NewSchedulesClientWithBaseURI(baseURI string, subscriptionID string) SchedulesClient {
|
||||
return original.NewSchedulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SecretsClient = original.SecretsClient
|
||||
|
||||
func NewSecretsClient(subscriptionID string) SecretsClient {
|
||||
return original.NewSecretsClient(subscriptionID)
|
||||
}
|
||||
func NewSecretsClientWithBaseURI(baseURI string, subscriptionID string) SecretsClient {
|
||||
return original.NewSecretsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServiceRunnersClient = original.ServiceRunnersClient
|
||||
|
||||
func NewServiceRunnersClient(subscriptionID string) ServiceRunnersClient {
|
||||
return original.NewServiceRunnersClient(subscriptionID)
|
||||
}
|
||||
func NewServiceRunnersClientWithBaseURI(baseURI string, subscriptionID string) ServiceRunnersClient {
|
||||
return original.NewServiceRunnersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsersClient = original.UsersClient
|
||||
|
||||
func NewUsersClient(subscriptionID string) UsersClient {
|
||||
return original.NewUsersClient(subscriptionID)
|
||||
}
|
||||
func NewUsersClientWithBaseURI(baseURI string, subscriptionID string) UsersClient {
|
||||
return original.NewUsersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type VirtualMachinesClient = original.VirtualMachinesClient
|
||||
|
||||
func NewVirtualMachinesClient(subscriptionID string) VirtualMachinesClient {
|
||||
return original.NewVirtualMachinesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachinesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachinesClient {
|
||||
return original.NewVirtualMachinesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualMachineSchedulesClient = original.VirtualMachineSchedulesClient
|
||||
|
||||
func NewVirtualMachineSchedulesClient(subscriptionID string) VirtualMachineSchedulesClient {
|
||||
return original.NewVirtualMachineSchedulesClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualMachineSchedulesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineSchedulesClient {
|
||||
return original.NewVirtualMachineSchedulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VirtualNetworksClient = original.VirtualNetworksClient
|
||||
|
||||
func NewVirtualNetworksClient(subscriptionID string) VirtualNetworksClient {
|
||||
return original.NewVirtualNetworksClient(subscriptionID)
|
||||
}
|
||||
func NewVirtualNetworksClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworksClient {
|
||||
return original.NewVirtualNetworksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
-105
@@ -1,105 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 dns
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2017-10-01/dns"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RecordType = original.RecordType
|
||||
|
||||
const (
|
||||
A RecordType = original.A
|
||||
AAAA RecordType = original.AAAA
|
||||
CAA RecordType = original.CAA
|
||||
CNAME RecordType = original.CNAME
|
||||
MX RecordType = original.MX
|
||||
NS RecordType = original.NS
|
||||
PTR RecordType = original.PTR
|
||||
SOA RecordType = original.SOA
|
||||
SRV RecordType = original.SRV
|
||||
TXT RecordType = original.TXT
|
||||
)
|
||||
|
||||
func PossibleRecordTypeValues() []RecordType {
|
||||
return original.PossibleRecordTypeValues()
|
||||
}
|
||||
|
||||
type AaaaRecord = original.AaaaRecord
|
||||
type ARecord = original.ARecord
|
||||
type CaaRecord = original.CaaRecord
|
||||
type CloudError = original.CloudError
|
||||
type CloudErrorBody = original.CloudErrorBody
|
||||
type CnameRecord = original.CnameRecord
|
||||
type MxRecord = original.MxRecord
|
||||
type NsRecord = original.NsRecord
|
||||
type PtrRecord = original.PtrRecord
|
||||
type RecordSet = original.RecordSet
|
||||
type RecordSetListResult = original.RecordSetListResult
|
||||
type RecordSetListResultIterator = original.RecordSetListResultIterator
|
||||
type RecordSetListResultPage = original.RecordSetListResultPage
|
||||
type RecordSetProperties = original.RecordSetProperties
|
||||
type RecordSetUpdateParameters = original.RecordSetUpdateParameters
|
||||
type Resource = original.Resource
|
||||
type SoaRecord = original.SoaRecord
|
||||
type SrvRecord = original.SrvRecord
|
||||
type SubResource = original.SubResource
|
||||
type TxtRecord = original.TxtRecord
|
||||
type Zone = original.Zone
|
||||
type ZoneListResult = original.ZoneListResult
|
||||
type ZoneListResultIterator = original.ZoneListResultIterator
|
||||
type ZoneListResultPage = original.ZoneListResultPage
|
||||
type ZoneProperties = original.ZoneProperties
|
||||
type ZonesDeleteFuture = original.ZonesDeleteFuture
|
||||
type ZoneUpdate = original.ZoneUpdate
|
||||
type RecordSetsClient = original.RecordSetsClient
|
||||
|
||||
func NewRecordSetsClient(subscriptionID string) RecordSetsClient {
|
||||
return original.NewRecordSetsClient(subscriptionID)
|
||||
}
|
||||
func NewRecordSetsClientWithBaseURI(baseURI string, subscriptionID string) RecordSetsClient {
|
||||
return original.NewRecordSetsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type ZonesClient = original.ZonesClient
|
||||
|
||||
func NewZonesClient(subscriptionID string) ZonesClient {
|
||||
return original.NewZonesClient(subscriptionID)
|
||||
}
|
||||
func NewZonesClientWithBaseURI(baseURI string, subscriptionID string) ZonesClient {
|
||||
return original.NewZonesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-95
@@ -1,95 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 aad
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/domainservices/mgmt/2017-01-01/aad"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DomainServiceOperationsClient = original.DomainServiceOperationsClient
|
||||
|
||||
func NewDomainServiceOperationsClient(subscriptionID string) DomainServiceOperationsClient {
|
||||
return original.NewDomainServiceOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewDomainServiceOperationsClientWithBaseURI(baseURI string, subscriptionID string) DomainServiceOperationsClient {
|
||||
return original.NewDomainServiceOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DomainServicesClient = original.DomainServicesClient
|
||||
|
||||
func NewDomainServicesClient(subscriptionID string) DomainServicesClient {
|
||||
return original.NewDomainServicesClient(subscriptionID)
|
||||
}
|
||||
func NewDomainServicesClientWithBaseURI(baseURI string, subscriptionID string) DomainServicesClient {
|
||||
return original.NewDomainServicesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExternalAccess = original.ExternalAccess
|
||||
|
||||
const (
|
||||
Disabled ExternalAccess = original.Disabled
|
||||
Enabled ExternalAccess = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleExternalAccessValues() []ExternalAccess {
|
||||
return original.PossibleExternalAccessValues()
|
||||
}
|
||||
|
||||
type Ldaps = original.Ldaps
|
||||
|
||||
const (
|
||||
LdapsDisabled Ldaps = original.LdapsDisabled
|
||||
LdapsEnabled Ldaps = original.LdapsEnabled
|
||||
)
|
||||
|
||||
func PossibleLdapsValues() []Ldaps {
|
||||
return original.PossibleLdapsValues()
|
||||
}
|
||||
|
||||
type DomainService = original.DomainService
|
||||
type DomainServiceListResult = original.DomainServiceListResult
|
||||
type DomainServicePatchProperties = original.DomainServicePatchProperties
|
||||
type DomainServiceProperties = original.DomainServiceProperties
|
||||
type DomainServicesCreateOrUpdateFuture = original.DomainServicesCreateOrUpdateFuture
|
||||
type DomainServicesDeleteFuture = original.DomainServicesDeleteFuture
|
||||
type DomainServicesUpdateFuture = original.DomainServicesUpdateFuture
|
||||
type LdapsSettings = original.LdapsSettings
|
||||
type OperationDisplayInfo = original.OperationDisplayInfo
|
||||
type OperationEntity = original.OperationEntity
|
||||
type OperationEntityListResult = original.OperationEntityListResult
|
||||
type Resource = original.Resource
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-64
@@ -1,64 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 eventgrid
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/2018-01-01/eventgrid"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults() BaseClient {
|
||||
return original.NewWithoutDefaults()
|
||||
}
|
||||
|
||||
type ContainerRegistryEventActor = original.ContainerRegistryEventActor
|
||||
type ContainerRegistryEventData = original.ContainerRegistryEventData
|
||||
type ContainerRegistryEventRequest = original.ContainerRegistryEventRequest
|
||||
type ContainerRegistryEventSource = original.ContainerRegistryEventSource
|
||||
type ContainerRegistryEventTarget = original.ContainerRegistryEventTarget
|
||||
type ContainerRegistryImageDeletedEventData = original.ContainerRegistryImageDeletedEventData
|
||||
type ContainerRegistryImagePushedEventData = original.ContainerRegistryImagePushedEventData
|
||||
type DeviceLifeCycleEventProperties = original.DeviceLifeCycleEventProperties
|
||||
type DeviceTwinInfo = original.DeviceTwinInfo
|
||||
type DeviceTwinInfoProperties = original.DeviceTwinInfoProperties
|
||||
type DeviceTwinInfoX509Thumbprint = original.DeviceTwinInfoX509Thumbprint
|
||||
type DeviceTwinMetadata = original.DeviceTwinMetadata
|
||||
type DeviceTwinProperties = original.DeviceTwinProperties
|
||||
type Event = original.Event
|
||||
type EventHubCaptureFileCreatedEventData = original.EventHubCaptureFileCreatedEventData
|
||||
type IotHubDeviceCreatedEventData = original.IotHubDeviceCreatedEventData
|
||||
type IotHubDeviceDeletedEventData = original.IotHubDeviceDeletedEventData
|
||||
type ResourceDeleteCancelData = original.ResourceDeleteCancelData
|
||||
type ResourceDeleteFailureData = original.ResourceDeleteFailureData
|
||||
type ResourceDeleteSuccessData = original.ResourceDeleteSuccessData
|
||||
type ResourceWriteCancelData = original.ResourceWriteCancelData
|
||||
type ResourceWriteFailureData = original.ResourceWriteFailureData
|
||||
type ResourceWriteSuccessData = original.ResourceWriteSuccessData
|
||||
type StorageBlobCreatedEventData = original.StorageBlobCreatedEventData
|
||||
type StorageBlobDeletedEventData = original.StorageBlobDeletedEventData
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-180
@@ -1,180 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 eventgrid
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2018-01-01/eventgrid"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EventSubscriptionsClient = original.EventSubscriptionsClient
|
||||
|
||||
func NewEventSubscriptionsClient(subscriptionID string) EventSubscriptionsClient {
|
||||
return original.NewEventSubscriptionsClient(subscriptionID)
|
||||
}
|
||||
func NewEventSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) EventSubscriptionsClient {
|
||||
return original.NewEventSubscriptionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EndpointType = original.EndpointType
|
||||
|
||||
const (
|
||||
EndpointTypeEventHub EndpointType = original.EndpointTypeEventHub
|
||||
EndpointTypeEventSubscriptionDestination EndpointType = original.EndpointTypeEventSubscriptionDestination
|
||||
EndpointTypeWebHook EndpointType = original.EndpointTypeWebHook
|
||||
)
|
||||
|
||||
func PossibleEndpointTypeValues() []EndpointType {
|
||||
return original.PossibleEndpointTypeValues()
|
||||
}
|
||||
|
||||
type EventSubscriptionProvisioningState = original.EventSubscriptionProvisioningState
|
||||
|
||||
const (
|
||||
Canceled EventSubscriptionProvisioningState = original.Canceled
|
||||
Creating EventSubscriptionProvisioningState = original.Creating
|
||||
Deleting EventSubscriptionProvisioningState = original.Deleting
|
||||
Failed EventSubscriptionProvisioningState = original.Failed
|
||||
Succeeded EventSubscriptionProvisioningState = original.Succeeded
|
||||
Updating EventSubscriptionProvisioningState = original.Updating
|
||||
)
|
||||
|
||||
func PossibleEventSubscriptionProvisioningStateValues() []EventSubscriptionProvisioningState {
|
||||
return original.PossibleEventSubscriptionProvisioningStateValues()
|
||||
}
|
||||
|
||||
type ResourceRegionType = original.ResourceRegionType
|
||||
|
||||
const (
|
||||
GlobalResource ResourceRegionType = original.GlobalResource
|
||||
RegionalResource ResourceRegionType = original.RegionalResource
|
||||
)
|
||||
|
||||
func PossibleResourceRegionTypeValues() []ResourceRegionType {
|
||||
return original.PossibleResourceRegionTypeValues()
|
||||
}
|
||||
|
||||
type TopicProvisioningState = original.TopicProvisioningState
|
||||
|
||||
const (
|
||||
TopicProvisioningStateCanceled TopicProvisioningState = original.TopicProvisioningStateCanceled
|
||||
TopicProvisioningStateCreating TopicProvisioningState = original.TopicProvisioningStateCreating
|
||||
TopicProvisioningStateDeleting TopicProvisioningState = original.TopicProvisioningStateDeleting
|
||||
TopicProvisioningStateFailed TopicProvisioningState = original.TopicProvisioningStateFailed
|
||||
TopicProvisioningStateSucceeded TopicProvisioningState = original.TopicProvisioningStateSucceeded
|
||||
TopicProvisioningStateUpdating TopicProvisioningState = original.TopicProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleTopicProvisioningStateValues() []TopicProvisioningState {
|
||||
return original.PossibleTopicProvisioningStateValues()
|
||||
}
|
||||
|
||||
type TopicTypeProvisioningState = original.TopicTypeProvisioningState
|
||||
|
||||
const (
|
||||
TopicTypeProvisioningStateCanceled TopicTypeProvisioningState = original.TopicTypeProvisioningStateCanceled
|
||||
TopicTypeProvisioningStateCreating TopicTypeProvisioningState = original.TopicTypeProvisioningStateCreating
|
||||
TopicTypeProvisioningStateDeleting TopicTypeProvisioningState = original.TopicTypeProvisioningStateDeleting
|
||||
TopicTypeProvisioningStateFailed TopicTypeProvisioningState = original.TopicTypeProvisioningStateFailed
|
||||
TopicTypeProvisioningStateSucceeded TopicTypeProvisioningState = original.TopicTypeProvisioningStateSucceeded
|
||||
TopicTypeProvisioningStateUpdating TopicTypeProvisioningState = original.TopicTypeProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleTopicTypeProvisioningStateValues() []TopicTypeProvisioningState {
|
||||
return original.PossibleTopicTypeProvisioningStateValues()
|
||||
}
|
||||
|
||||
type EventHubEventSubscriptionDestination = original.EventHubEventSubscriptionDestination
|
||||
type EventHubEventSubscriptionDestinationProperties = original.EventHubEventSubscriptionDestinationProperties
|
||||
type EventSubscription = original.EventSubscription
|
||||
type BasicEventSubscriptionDestination = original.BasicEventSubscriptionDestination
|
||||
type EventSubscriptionDestination = original.EventSubscriptionDestination
|
||||
type EventSubscriptionFilter = original.EventSubscriptionFilter
|
||||
type EventSubscriptionFullURL = original.EventSubscriptionFullURL
|
||||
type EventSubscriptionProperties = original.EventSubscriptionProperties
|
||||
type EventSubscriptionsCreateOrUpdateFuture = original.EventSubscriptionsCreateOrUpdateFuture
|
||||
type EventSubscriptionsDeleteFuture = original.EventSubscriptionsDeleteFuture
|
||||
type EventSubscriptionsListResult = original.EventSubscriptionsListResult
|
||||
type EventSubscriptionsUpdateFuture = original.EventSubscriptionsUpdateFuture
|
||||
type EventSubscriptionUpdateParameters = original.EventSubscriptionUpdateParameters
|
||||
type EventType = original.EventType
|
||||
type EventTypeProperties = original.EventTypeProperties
|
||||
type EventTypesListResult = original.EventTypesListResult
|
||||
type Operation = original.Operation
|
||||
type OperationInfo = original.OperationInfo
|
||||
type OperationsListResult = original.OperationsListResult
|
||||
type Resource = original.Resource
|
||||
type Topic = original.Topic
|
||||
type TopicProperties = original.TopicProperties
|
||||
type TopicRegenerateKeyRequest = original.TopicRegenerateKeyRequest
|
||||
type TopicsCreateOrUpdateFuture = original.TopicsCreateOrUpdateFuture
|
||||
type TopicsDeleteFuture = original.TopicsDeleteFuture
|
||||
type TopicSharedAccessKeys = original.TopicSharedAccessKeys
|
||||
type TopicsListResult = original.TopicsListResult
|
||||
type TopicsUpdateFuture = original.TopicsUpdateFuture
|
||||
type TopicTypeInfo = original.TopicTypeInfo
|
||||
type TopicTypeProperties = original.TopicTypeProperties
|
||||
type TopicTypesListResult = original.TopicTypesListResult
|
||||
type TopicUpdateParameters = original.TopicUpdateParameters
|
||||
type TrackedResource = original.TrackedResource
|
||||
type WebHookEventSubscriptionDestination = original.WebHookEventSubscriptionDestination
|
||||
type WebHookEventSubscriptionDestinationProperties = original.WebHookEventSubscriptionDestinationProperties
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TopicsClient = original.TopicsClient
|
||||
|
||||
func NewTopicsClient(subscriptionID string) TopicsClient {
|
||||
return original.NewTopicsClient(subscriptionID)
|
||||
}
|
||||
func NewTopicsClientWithBaseURI(baseURI string, subscriptionID string) TopicsClient {
|
||||
return original.NewTopicsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TopicTypesClient = original.TopicTypesClient
|
||||
|
||||
func NewTopicTypesClient(subscriptionID string) TopicTypesClient {
|
||||
return original.NewTopicTypesClient(subscriptionID)
|
||||
}
|
||||
func NewTopicTypesClientWithBaseURI(baseURI string, subscriptionID string) TopicTypesClient {
|
||||
return original.NewTopicTypesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-267
@@ -1,267 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 eventhub
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/eventhub/mgmt/2017-04-01/eventhub"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConsumerGroupsClient = original.ConsumerGroupsClient
|
||||
|
||||
func NewConsumerGroupsClient(subscriptionID string) ConsumerGroupsClient {
|
||||
return original.NewConsumerGroupsClient(subscriptionID)
|
||||
}
|
||||
func NewConsumerGroupsClientWithBaseURI(baseURI string, subscriptionID string) ConsumerGroupsClient {
|
||||
return original.NewConsumerGroupsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DisasterRecoveryConfigsClient = original.DisasterRecoveryConfigsClient
|
||||
|
||||
func NewDisasterRecoveryConfigsClient(subscriptionID string) DisasterRecoveryConfigsClient {
|
||||
return original.NewDisasterRecoveryConfigsClient(subscriptionID)
|
||||
}
|
||||
func NewDisasterRecoveryConfigsClientWithBaseURI(baseURI string, subscriptionID string) DisasterRecoveryConfigsClient {
|
||||
return original.NewDisasterRecoveryConfigsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EventHubsClient = original.EventHubsClient
|
||||
|
||||
func NewEventHubsClient(subscriptionID string) EventHubsClient {
|
||||
return original.NewEventHubsClient(subscriptionID)
|
||||
}
|
||||
func NewEventHubsClientWithBaseURI(baseURI string, subscriptionID string) EventHubsClient {
|
||||
return original.NewEventHubsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type MessagingPlanClient = original.MessagingPlanClient
|
||||
|
||||
func NewMessagingPlanClient(subscriptionID string) MessagingPlanClient {
|
||||
return original.NewMessagingPlanClient(subscriptionID)
|
||||
}
|
||||
func NewMessagingPlanClientWithBaseURI(baseURI string, subscriptionID string) MessagingPlanClient {
|
||||
return original.NewMessagingPlanClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessRights = original.AccessRights
|
||||
|
||||
const (
|
||||
Listen AccessRights = original.Listen
|
||||
Manage AccessRights = original.Manage
|
||||
Send AccessRights = original.Send
|
||||
)
|
||||
|
||||
func PossibleAccessRightsValues() []AccessRights {
|
||||
return original.PossibleAccessRightsValues()
|
||||
}
|
||||
|
||||
type EncodingCaptureDescription = original.EncodingCaptureDescription
|
||||
|
||||
const (
|
||||
Avro EncodingCaptureDescription = original.Avro
|
||||
AvroDeflate EncodingCaptureDescription = original.AvroDeflate
|
||||
)
|
||||
|
||||
func PossibleEncodingCaptureDescriptionValues() []EncodingCaptureDescription {
|
||||
return original.PossibleEncodingCaptureDescriptionValues()
|
||||
}
|
||||
|
||||
type EntityStatus = original.EntityStatus
|
||||
|
||||
const (
|
||||
Active EntityStatus = original.Active
|
||||
Creating EntityStatus = original.Creating
|
||||
Deleting EntityStatus = original.Deleting
|
||||
Disabled EntityStatus = original.Disabled
|
||||
ReceiveDisabled EntityStatus = original.ReceiveDisabled
|
||||
Renaming EntityStatus = original.Renaming
|
||||
Restoring EntityStatus = original.Restoring
|
||||
SendDisabled EntityStatus = original.SendDisabled
|
||||
Unknown EntityStatus = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleEntityStatusValues() []EntityStatus {
|
||||
return original.PossibleEntityStatusValues()
|
||||
}
|
||||
|
||||
type KeyType = original.KeyType
|
||||
|
||||
const (
|
||||
PrimaryKey KeyType = original.PrimaryKey
|
||||
SecondaryKey KeyType = original.SecondaryKey
|
||||
)
|
||||
|
||||
func PossibleKeyTypeValues() []KeyType {
|
||||
return original.PossibleKeyTypeValues()
|
||||
}
|
||||
|
||||
type ProvisioningStateDR = original.ProvisioningStateDR
|
||||
|
||||
const (
|
||||
Accepted ProvisioningStateDR = original.Accepted
|
||||
Failed ProvisioningStateDR = original.Failed
|
||||
Succeeded ProvisioningStateDR = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateDRValues() []ProvisioningStateDR {
|
||||
return original.PossibleProvisioningStateDRValues()
|
||||
}
|
||||
|
||||
type RoleDisasterRecovery = original.RoleDisasterRecovery
|
||||
|
||||
const (
|
||||
Primary RoleDisasterRecovery = original.Primary
|
||||
PrimaryNotReplicating RoleDisasterRecovery = original.PrimaryNotReplicating
|
||||
Secondary RoleDisasterRecovery = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleRoleDisasterRecoveryValues() []RoleDisasterRecovery {
|
||||
return original.PossibleRoleDisasterRecoveryValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Basic SkuName = original.Basic
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
SkuTierBasic SkuTier = original.SkuTierBasic
|
||||
SkuTierStandard SkuTier = original.SkuTierStandard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type UnavailableReason = original.UnavailableReason
|
||||
|
||||
const (
|
||||
InvalidName UnavailableReason = original.InvalidName
|
||||
NameInLockdown UnavailableReason = original.NameInLockdown
|
||||
NameInUse UnavailableReason = original.NameInUse
|
||||
None UnavailableReason = original.None
|
||||
SubscriptionIsDisabled UnavailableReason = original.SubscriptionIsDisabled
|
||||
TooManyNamespaceInCurrentSubscription UnavailableReason = original.TooManyNamespaceInCurrentSubscription
|
||||
)
|
||||
|
||||
func PossibleUnavailableReasonValues() []UnavailableReason {
|
||||
return original.PossibleUnavailableReasonValues()
|
||||
}
|
||||
|
||||
type AccessKeys = original.AccessKeys
|
||||
type ArmDisasterRecovery = original.ArmDisasterRecovery
|
||||
type ArmDisasterRecoveryListResult = original.ArmDisasterRecoveryListResult
|
||||
type ArmDisasterRecoveryListResultIterator = original.ArmDisasterRecoveryListResultIterator
|
||||
type ArmDisasterRecoveryListResultPage = original.ArmDisasterRecoveryListResultPage
|
||||
type ArmDisasterRecoveryProperties = original.ArmDisasterRecoveryProperties
|
||||
type AuthorizationRule = original.AuthorizationRule
|
||||
type AuthorizationRuleListResult = original.AuthorizationRuleListResult
|
||||
type AuthorizationRuleListResultIterator = original.AuthorizationRuleListResultIterator
|
||||
type AuthorizationRuleListResultPage = original.AuthorizationRuleListResultPage
|
||||
type AuthorizationRuleProperties = original.AuthorizationRuleProperties
|
||||
type CaptureDescription = original.CaptureDescription
|
||||
type CheckNameAvailabilityParameter = original.CheckNameAvailabilityParameter
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type ConsumerGroup = original.ConsumerGroup
|
||||
type ConsumerGroupListResult = original.ConsumerGroupListResult
|
||||
type ConsumerGroupListResultIterator = original.ConsumerGroupListResultIterator
|
||||
type ConsumerGroupListResultPage = original.ConsumerGroupListResultPage
|
||||
type ConsumerGroupProperties = original.ConsumerGroupProperties
|
||||
type Destination = original.Destination
|
||||
type DestinationProperties = original.DestinationProperties
|
||||
type EHNamespace = original.EHNamespace
|
||||
type EHNamespaceListResult = original.EHNamespaceListResult
|
||||
type EHNamespaceListResultIterator = original.EHNamespaceListResultIterator
|
||||
type EHNamespaceListResultPage = original.EHNamespaceListResultPage
|
||||
type EHNamespaceProperties = original.EHNamespaceProperties
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type MessagingPlan = original.MessagingPlan
|
||||
type MessagingPlanproperties = original.MessagingPlanproperties
|
||||
type MessagingRegions = original.MessagingRegions
|
||||
type MessagingRegionsListResult = original.MessagingRegionsListResult
|
||||
type MessagingRegionsListResultIterator = original.MessagingRegionsListResultIterator
|
||||
type MessagingRegionsListResultPage = original.MessagingRegionsListResultPage
|
||||
type MessagingRegionsProperties = original.MessagingRegionsProperties
|
||||
type Model = original.Model
|
||||
type NamespacesCreateOrUpdateFuture = original.NamespacesCreateOrUpdateFuture
|
||||
type NamespacesDeleteFuture = original.NamespacesDeleteFuture
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type Properties = original.Properties
|
||||
type RegenerateAccessKeyParameters = original.RegenerateAccessKeyParameters
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type TrackedResource = original.TrackedResource
|
||||
type NamespacesClient = original.NamespacesClient
|
||||
|
||||
func NewNamespacesClient(subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClient(subscriptionID)
|
||||
}
|
||||
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RegionsClient = original.RegionsClient
|
||||
|
||||
func NewRegionsClient(subscriptionID string) RegionsClient {
|
||||
return original.NewRegionsClient(subscriptionID)
|
||||
}
|
||||
func NewRegionsClientWithBaseURI(baseURI string, subscriptionID string) RegionsClient {
|
||||
return original.NewRegionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
-17
@@ -1,17 +0,0 @@
|
||||
// Copyright 2018 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.
|
||||
|
||||
package latest
|
||||
|
||||
//go:generate go run ../../tools/profileBuilder/main.go list --clear-output --name latest --input ./stableApis.txt
|
||||
Generated
Vendored
-174
@@ -1,174 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 graphrbac
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac"
|
||||
|
||||
type ApplicationsClient = original.ApplicationsClient
|
||||
|
||||
func NewApplicationsClient(tenantID string) ApplicationsClient {
|
||||
return original.NewApplicationsClient(tenantID)
|
||||
}
|
||||
func NewApplicationsClientWithBaseURI(baseURI string, tenantID string) ApplicationsClient {
|
||||
return original.NewApplicationsClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(tenantID string) BaseClient {
|
||||
return original.New(tenantID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, tenantID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
type DomainsClient = original.DomainsClient
|
||||
|
||||
func NewDomainsClient(tenantID string) DomainsClient {
|
||||
return original.NewDomainsClient(tenantID)
|
||||
}
|
||||
func NewDomainsClientWithBaseURI(baseURI string, tenantID string) DomainsClient {
|
||||
return original.NewDomainsClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
type GroupsClient = original.GroupsClient
|
||||
|
||||
func NewGroupsClient(tenantID string) GroupsClient {
|
||||
return original.NewGroupsClient(tenantID)
|
||||
}
|
||||
func NewGroupsClientWithBaseURI(baseURI string, tenantID string) GroupsClient {
|
||||
return original.NewGroupsClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
type ObjectType = original.ObjectType
|
||||
|
||||
const (
|
||||
ObjectTypeApplication ObjectType = original.ObjectTypeApplication
|
||||
ObjectTypeDirectoryObject ObjectType = original.ObjectTypeDirectoryObject
|
||||
ObjectTypeGroup ObjectType = original.ObjectTypeGroup
|
||||
ObjectTypeServicePrincipal ObjectType = original.ObjectTypeServicePrincipal
|
||||
ObjectTypeUser ObjectType = original.ObjectTypeUser
|
||||
)
|
||||
|
||||
func PossibleObjectTypeValues() []ObjectType {
|
||||
return original.PossibleObjectTypeValues()
|
||||
}
|
||||
|
||||
type UserType = original.UserType
|
||||
|
||||
const (
|
||||
Guest UserType = original.Guest
|
||||
Member UserType = original.Member
|
||||
)
|
||||
|
||||
func PossibleUserTypeValues() []UserType {
|
||||
return original.PossibleUserTypeValues()
|
||||
}
|
||||
|
||||
type AADObject = original.AADObject
|
||||
type ADGroup = original.ADGroup
|
||||
type Application = original.Application
|
||||
type ApplicationAddOwnerParameters = original.ApplicationAddOwnerParameters
|
||||
type ApplicationCreateParameters = original.ApplicationCreateParameters
|
||||
type ApplicationListResult = original.ApplicationListResult
|
||||
type ApplicationListResultIterator = original.ApplicationListResultIterator
|
||||
type ApplicationListResultPage = original.ApplicationListResultPage
|
||||
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
|
||||
type CheckGroupMembershipParameters = original.CheckGroupMembershipParameters
|
||||
type CheckGroupMembershipResult = original.CheckGroupMembershipResult
|
||||
type BasicDirectoryObject = original.BasicDirectoryObject
|
||||
type DirectoryObject = original.DirectoryObject
|
||||
type DirectoryObjectListResult = original.DirectoryObjectListResult
|
||||
type Domain = original.Domain
|
||||
type DomainListResult = original.DomainListResult
|
||||
type ErrorMessage = original.ErrorMessage
|
||||
type GetObjectsParameters = original.GetObjectsParameters
|
||||
type GetObjectsResult = original.GetObjectsResult
|
||||
type GetObjectsResultIterator = original.GetObjectsResultIterator
|
||||
type GetObjectsResultPage = original.GetObjectsResultPage
|
||||
type GraphError = original.GraphError
|
||||
type GroupAddMemberParameters = original.GroupAddMemberParameters
|
||||
type GroupCreateParameters = original.GroupCreateParameters
|
||||
type GroupGetMemberGroupsParameters = original.GroupGetMemberGroupsParameters
|
||||
type GroupGetMemberGroupsResult = original.GroupGetMemberGroupsResult
|
||||
type GroupListResult = original.GroupListResult
|
||||
type GroupListResultIterator = original.GroupListResultIterator
|
||||
type GroupListResultPage = original.GroupListResultPage
|
||||
type KeyCredential = original.KeyCredential
|
||||
type KeyCredentialListResult = original.KeyCredentialListResult
|
||||
type KeyCredentialsUpdateParameters = original.KeyCredentialsUpdateParameters
|
||||
type OdataError = original.OdataError
|
||||
type PasswordCredential = original.PasswordCredential
|
||||
type PasswordCredentialListResult = original.PasswordCredentialListResult
|
||||
type PasswordCredentialsUpdateParameters = original.PasswordCredentialsUpdateParameters
|
||||
type PasswordProfile = original.PasswordProfile
|
||||
type RequiredResourceAccess = original.RequiredResourceAccess
|
||||
type ResourceAccess = original.ResourceAccess
|
||||
type ServicePrincipal = original.ServicePrincipal
|
||||
type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameters
|
||||
type ServicePrincipalListResult = original.ServicePrincipalListResult
|
||||
type ServicePrincipalListResultIterator = original.ServicePrincipalListResultIterator
|
||||
type ServicePrincipalListResultPage = original.ServicePrincipalListResultPage
|
||||
type SignInName = original.SignInName
|
||||
type User = original.User
|
||||
type UserBase = original.UserBase
|
||||
type UserCreateParameters = original.UserCreateParameters
|
||||
type UserGetMemberGroupsParameters = original.UserGetMemberGroupsParameters
|
||||
type UserGetMemberGroupsResult = original.UserGetMemberGroupsResult
|
||||
type UserListResult = original.UserListResult
|
||||
type UserListResultIterator = original.UserListResultIterator
|
||||
type UserListResultPage = original.UserListResultPage
|
||||
type UserUpdateParameters = original.UserUpdateParameters
|
||||
type ObjectsClient = original.ObjectsClient
|
||||
|
||||
func NewObjectsClient(tenantID string) ObjectsClient {
|
||||
return original.NewObjectsClient(tenantID)
|
||||
}
|
||||
func NewObjectsClientWithBaseURI(baseURI string, tenantID string) ObjectsClient {
|
||||
return original.NewObjectsClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
type ServicePrincipalsClient = original.ServicePrincipalsClient
|
||||
|
||||
func NewServicePrincipalsClient(tenantID string) ServicePrincipalsClient {
|
||||
return original.NewServicePrincipalsClient(tenantID)
|
||||
}
|
||||
func NewServicePrincipalsClientWithBaseURI(baseURI string, tenantID string) ServicePrincipalsClient {
|
||||
return original.NewServicePrincipalsClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
|
||||
type UsersClient = original.UsersClient
|
||||
|
||||
func NewUsersClient(tenantID string) UsersClient {
|
||||
return original.NewUsersClient(tenantID)
|
||||
}
|
||||
func NewUsersClientWithBaseURI(baseURI string, tenantID string) UsersClient {
|
||||
return original.NewUsersClientWithBaseURI(baseURI, tenantID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-285
@@ -1,285 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 devices
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/iothub/mgmt/2017-07-01/devices"
|
||||
|
||||
type CertificatesClient = original.CertificatesClient
|
||||
|
||||
func NewCertificatesClient(subscriptionID string) CertificatesClient {
|
||||
return original.NewCertificatesClient(subscriptionID)
|
||||
}
|
||||
func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient {
|
||||
return original.NewCertificatesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type IotHubResourceClient = original.IotHubResourceClient
|
||||
|
||||
func NewIotHubResourceClient(subscriptionID string) IotHubResourceClient {
|
||||
return original.NewIotHubResourceClient(subscriptionID)
|
||||
}
|
||||
func NewIotHubResourceClientWithBaseURI(baseURI string, subscriptionID string) IotHubResourceClient {
|
||||
return original.NewIotHubResourceClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessRights = original.AccessRights
|
||||
|
||||
const (
|
||||
DeviceConnect AccessRights = original.DeviceConnect
|
||||
RegistryRead AccessRights = original.RegistryRead
|
||||
RegistryReadDeviceConnect AccessRights = original.RegistryReadDeviceConnect
|
||||
RegistryReadRegistryWrite AccessRights = original.RegistryReadRegistryWrite
|
||||
RegistryReadRegistryWriteDeviceConnect AccessRights = original.RegistryReadRegistryWriteDeviceConnect
|
||||
RegistryReadRegistryWriteServiceConnect AccessRights = original.RegistryReadRegistryWriteServiceConnect
|
||||
RegistryReadRegistryWriteServiceConnectDeviceConnect AccessRights = original.RegistryReadRegistryWriteServiceConnectDeviceConnect
|
||||
RegistryReadServiceConnect AccessRights = original.RegistryReadServiceConnect
|
||||
RegistryReadServiceConnectDeviceConnect AccessRights = original.RegistryReadServiceConnectDeviceConnect
|
||||
RegistryWrite AccessRights = original.RegistryWrite
|
||||
RegistryWriteDeviceConnect AccessRights = original.RegistryWriteDeviceConnect
|
||||
RegistryWriteServiceConnect AccessRights = original.RegistryWriteServiceConnect
|
||||
RegistryWriteServiceConnectDeviceConnect AccessRights = original.RegistryWriteServiceConnectDeviceConnect
|
||||
ServiceConnect AccessRights = original.ServiceConnect
|
||||
ServiceConnectDeviceConnect AccessRights = original.ServiceConnectDeviceConnect
|
||||
)
|
||||
|
||||
func PossibleAccessRightsValues() []AccessRights {
|
||||
return original.PossibleAccessRightsValues()
|
||||
}
|
||||
|
||||
type Capabilities = original.Capabilities
|
||||
|
||||
const (
|
||||
DeviceManagement Capabilities = original.DeviceManagement
|
||||
None Capabilities = original.None
|
||||
)
|
||||
|
||||
func PossibleCapabilitiesValues() []Capabilities {
|
||||
return original.PossibleCapabilitiesValues()
|
||||
}
|
||||
|
||||
type IotHubNameUnavailabilityReason = original.IotHubNameUnavailabilityReason
|
||||
|
||||
const (
|
||||
AlreadyExists IotHubNameUnavailabilityReason = original.AlreadyExists
|
||||
Invalid IotHubNameUnavailabilityReason = original.Invalid
|
||||
)
|
||||
|
||||
func PossibleIotHubNameUnavailabilityReasonValues() []IotHubNameUnavailabilityReason {
|
||||
return original.PossibleIotHubNameUnavailabilityReasonValues()
|
||||
}
|
||||
|
||||
type IotHubScaleType = original.IotHubScaleType
|
||||
|
||||
const (
|
||||
IotHubScaleTypeAutomatic IotHubScaleType = original.IotHubScaleTypeAutomatic
|
||||
IotHubScaleTypeManual IotHubScaleType = original.IotHubScaleTypeManual
|
||||
IotHubScaleTypeNone IotHubScaleType = original.IotHubScaleTypeNone
|
||||
)
|
||||
|
||||
func PossibleIotHubScaleTypeValues() []IotHubScaleType {
|
||||
return original.PossibleIotHubScaleTypeValues()
|
||||
}
|
||||
|
||||
type IotHubSku = original.IotHubSku
|
||||
|
||||
const (
|
||||
F1 IotHubSku = original.F1
|
||||
S1 IotHubSku = original.S1
|
||||
S2 IotHubSku = original.S2
|
||||
S3 IotHubSku = original.S3
|
||||
)
|
||||
|
||||
func PossibleIotHubSkuValues() []IotHubSku {
|
||||
return original.PossibleIotHubSkuValues()
|
||||
}
|
||||
|
||||
type IotHubSkuTier = original.IotHubSkuTier
|
||||
|
||||
const (
|
||||
Free IotHubSkuTier = original.Free
|
||||
Standard IotHubSkuTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleIotHubSkuTierValues() []IotHubSkuTier {
|
||||
return original.PossibleIotHubSkuTierValues()
|
||||
}
|
||||
|
||||
type IPFilterActionType = original.IPFilterActionType
|
||||
|
||||
const (
|
||||
Accept IPFilterActionType = original.Accept
|
||||
Reject IPFilterActionType = original.Reject
|
||||
)
|
||||
|
||||
func PossibleIPFilterActionTypeValues() []IPFilterActionType {
|
||||
return original.PossibleIPFilterActionTypeValues()
|
||||
}
|
||||
|
||||
type JobStatus = original.JobStatus
|
||||
|
||||
const (
|
||||
Cancelled JobStatus = original.Cancelled
|
||||
Completed JobStatus = original.Completed
|
||||
Enqueued JobStatus = original.Enqueued
|
||||
Failed JobStatus = original.Failed
|
||||
Running JobStatus = original.Running
|
||||
Unknown JobStatus = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleJobStatusValues() []JobStatus {
|
||||
return original.PossibleJobStatusValues()
|
||||
}
|
||||
|
||||
type JobType = original.JobType
|
||||
|
||||
const (
|
||||
JobTypeBackup JobType = original.JobTypeBackup
|
||||
JobTypeExport JobType = original.JobTypeExport
|
||||
JobTypeFactoryResetDevice JobType = original.JobTypeFactoryResetDevice
|
||||
JobTypeFirmwareUpdate JobType = original.JobTypeFirmwareUpdate
|
||||
JobTypeImport JobType = original.JobTypeImport
|
||||
JobTypeReadDeviceProperties JobType = original.JobTypeReadDeviceProperties
|
||||
JobTypeRebootDevice JobType = original.JobTypeRebootDevice
|
||||
JobTypeUnknown JobType = original.JobTypeUnknown
|
||||
JobTypeUpdateDeviceConfiguration JobType = original.JobTypeUpdateDeviceConfiguration
|
||||
JobTypeWriteDeviceProperties JobType = original.JobTypeWriteDeviceProperties
|
||||
)
|
||||
|
||||
func PossibleJobTypeValues() []JobType {
|
||||
return original.PossibleJobTypeValues()
|
||||
}
|
||||
|
||||
type OperationMonitoringLevel = original.OperationMonitoringLevel
|
||||
|
||||
const (
|
||||
OperationMonitoringLevelError OperationMonitoringLevel = original.OperationMonitoringLevelError
|
||||
OperationMonitoringLevelErrorInformation OperationMonitoringLevel = original.OperationMonitoringLevelErrorInformation
|
||||
OperationMonitoringLevelInformation OperationMonitoringLevel = original.OperationMonitoringLevelInformation
|
||||
OperationMonitoringLevelNone OperationMonitoringLevel = original.OperationMonitoringLevelNone
|
||||
)
|
||||
|
||||
func PossibleOperationMonitoringLevelValues() []OperationMonitoringLevel {
|
||||
return original.PossibleOperationMonitoringLevelValues()
|
||||
}
|
||||
|
||||
type RoutingSource = original.RoutingSource
|
||||
|
||||
const (
|
||||
DeviceJobLifecycleEvents RoutingSource = original.DeviceJobLifecycleEvents
|
||||
DeviceLifecycleEvents RoutingSource = original.DeviceLifecycleEvents
|
||||
DeviceMessages RoutingSource = original.DeviceMessages
|
||||
TwinChangeEvents RoutingSource = original.TwinChangeEvents
|
||||
)
|
||||
|
||||
func PossibleRoutingSourceValues() []RoutingSource {
|
||||
return original.PossibleRoutingSourceValues()
|
||||
}
|
||||
|
||||
type CertificateBodyDescription = original.CertificateBodyDescription
|
||||
type CertificateDescription = original.CertificateDescription
|
||||
type CertificateListDescription = original.CertificateListDescription
|
||||
type CertificateProperties = original.CertificateProperties
|
||||
type CertificatePropertiesWithNonce = original.CertificatePropertiesWithNonce
|
||||
type CertificateVerificationDescription = original.CertificateVerificationDescription
|
||||
type CertificateWithNonceDescription = original.CertificateWithNonceDescription
|
||||
type CloudToDeviceProperties = original.CloudToDeviceProperties
|
||||
type ErrorDetails = original.ErrorDetails
|
||||
type EventHubConsumerGroupInfo = original.EventHubConsumerGroupInfo
|
||||
type EventHubConsumerGroupsListResult = original.EventHubConsumerGroupsListResult
|
||||
type EventHubConsumerGroupsListResultIterator = original.EventHubConsumerGroupsListResultIterator
|
||||
type EventHubConsumerGroupsListResultPage = original.EventHubConsumerGroupsListResultPage
|
||||
type EventHubProperties = original.EventHubProperties
|
||||
type ExportDevicesRequest = original.ExportDevicesRequest
|
||||
type FallbackRouteProperties = original.FallbackRouteProperties
|
||||
type FeedbackProperties = original.FeedbackProperties
|
||||
type ImportDevicesRequest = original.ImportDevicesRequest
|
||||
type IotHubCapacity = original.IotHubCapacity
|
||||
type IotHubDescription = original.IotHubDescription
|
||||
type IotHubDescriptionListResult = original.IotHubDescriptionListResult
|
||||
type IotHubDescriptionListResultIterator = original.IotHubDescriptionListResultIterator
|
||||
type IotHubDescriptionListResultPage = original.IotHubDescriptionListResultPage
|
||||
type IotHubNameAvailabilityInfo = original.IotHubNameAvailabilityInfo
|
||||
type IotHubProperties = original.IotHubProperties
|
||||
type IotHubQuotaMetricInfo = original.IotHubQuotaMetricInfo
|
||||
type IotHubQuotaMetricInfoListResult = original.IotHubQuotaMetricInfoListResult
|
||||
type IotHubQuotaMetricInfoListResultIterator = original.IotHubQuotaMetricInfoListResultIterator
|
||||
type IotHubQuotaMetricInfoListResultPage = original.IotHubQuotaMetricInfoListResultPage
|
||||
type IotHubResourceCreateOrUpdateFuture = original.IotHubResourceCreateOrUpdateFuture
|
||||
type IotHubResourceDeleteFuture = original.IotHubResourceDeleteFuture
|
||||
type IotHubSkuDescription = original.IotHubSkuDescription
|
||||
type IotHubSkuDescriptionListResult = original.IotHubSkuDescriptionListResult
|
||||
type IotHubSkuDescriptionListResultIterator = original.IotHubSkuDescriptionListResultIterator
|
||||
type IotHubSkuDescriptionListResultPage = original.IotHubSkuDescriptionListResultPage
|
||||
type IotHubSkuInfo = original.IotHubSkuInfo
|
||||
type IPFilterRule = original.IPFilterRule
|
||||
type JobResponse = original.JobResponse
|
||||
type JobResponseListResult = original.JobResponseListResult
|
||||
type JobResponseListResultIterator = original.JobResponseListResultIterator
|
||||
type JobResponseListResultPage = original.JobResponseListResultPage
|
||||
type MessagingEndpointProperties = original.MessagingEndpointProperties
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationInputs = original.OperationInputs
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OperationsMonitoringProperties = original.OperationsMonitoringProperties
|
||||
type RegistryStatistics = original.RegistryStatistics
|
||||
type Resource = original.Resource
|
||||
type RouteProperties = original.RouteProperties
|
||||
type RoutingEndpoints = original.RoutingEndpoints
|
||||
type RoutingEventHubProperties = original.RoutingEventHubProperties
|
||||
type RoutingProperties = original.RoutingProperties
|
||||
type RoutingServiceBusQueueEndpointProperties = original.RoutingServiceBusQueueEndpointProperties
|
||||
type RoutingServiceBusTopicEndpointProperties = original.RoutingServiceBusTopicEndpointProperties
|
||||
type RoutingStorageContainerProperties = original.RoutingStorageContainerProperties
|
||||
type SetObject = original.SetObject
|
||||
type SharedAccessSignatureAuthorizationRule = original.SharedAccessSignatureAuthorizationRule
|
||||
type SharedAccessSignatureAuthorizationRuleListResult = original.SharedAccessSignatureAuthorizationRuleListResult
|
||||
type SharedAccessSignatureAuthorizationRuleListResultIterator = original.SharedAccessSignatureAuthorizationRuleListResultIterator
|
||||
type SharedAccessSignatureAuthorizationRuleListResultPage = original.SharedAccessSignatureAuthorizationRuleListResultPage
|
||||
type StorageEndpointProperties = original.StorageEndpointProperties
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-252
@@ -1,252 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 keyvault
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/keyvault/2016-10-01/keyvault"
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithoutDefaults() BaseClient {
|
||||
return original.NewWithoutDefaults()
|
||||
}
|
||||
|
||||
type ActionType = original.ActionType
|
||||
|
||||
const (
|
||||
AutoRenew ActionType = original.AutoRenew
|
||||
EmailContacts ActionType = original.EmailContacts
|
||||
)
|
||||
|
||||
func PossibleActionTypeValues() []ActionType {
|
||||
return original.PossibleActionTypeValues()
|
||||
}
|
||||
|
||||
type DeletionRecoveryLevel = original.DeletionRecoveryLevel
|
||||
|
||||
const (
|
||||
Purgeable DeletionRecoveryLevel = original.Purgeable
|
||||
Recoverable DeletionRecoveryLevel = original.Recoverable
|
||||
RecoverableProtectedSubscription DeletionRecoveryLevel = original.RecoverableProtectedSubscription
|
||||
RecoverablePurgeable DeletionRecoveryLevel = original.RecoverablePurgeable
|
||||
)
|
||||
|
||||
func PossibleDeletionRecoveryLevelValues() []DeletionRecoveryLevel {
|
||||
return original.PossibleDeletionRecoveryLevelValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyCurveName = original.JSONWebKeyCurveName
|
||||
|
||||
const (
|
||||
P256 JSONWebKeyCurveName = original.P256
|
||||
P384 JSONWebKeyCurveName = original.P384
|
||||
P521 JSONWebKeyCurveName = original.P521
|
||||
SECP256K1 JSONWebKeyCurveName = original.SECP256K1
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyCurveNameValues() []JSONWebKeyCurveName {
|
||||
return original.PossibleJSONWebKeyCurveNameValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyEncryptionAlgorithm = original.JSONWebKeyEncryptionAlgorithm
|
||||
|
||||
const (
|
||||
RSA15 JSONWebKeyEncryptionAlgorithm = original.RSA15
|
||||
RSAOAEP JSONWebKeyEncryptionAlgorithm = original.RSAOAEP
|
||||
RSAOAEP256 JSONWebKeyEncryptionAlgorithm = original.RSAOAEP256
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyEncryptionAlgorithmValues() []JSONWebKeyEncryptionAlgorithm {
|
||||
return original.PossibleJSONWebKeyEncryptionAlgorithmValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyOperation = original.JSONWebKeyOperation
|
||||
|
||||
const (
|
||||
Decrypt JSONWebKeyOperation = original.Decrypt
|
||||
Encrypt JSONWebKeyOperation = original.Encrypt
|
||||
Sign JSONWebKeyOperation = original.Sign
|
||||
UnwrapKey JSONWebKeyOperation = original.UnwrapKey
|
||||
Verify JSONWebKeyOperation = original.Verify
|
||||
WrapKey JSONWebKeyOperation = original.WrapKey
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyOperationValues() []JSONWebKeyOperation {
|
||||
return original.PossibleJSONWebKeyOperationValues()
|
||||
}
|
||||
|
||||
type JSONWebKeySignatureAlgorithm = original.JSONWebKeySignatureAlgorithm
|
||||
|
||||
const (
|
||||
ECDSA256 JSONWebKeySignatureAlgorithm = original.ECDSA256
|
||||
ES256 JSONWebKeySignatureAlgorithm = original.ES256
|
||||
ES384 JSONWebKeySignatureAlgorithm = original.ES384
|
||||
ES512 JSONWebKeySignatureAlgorithm = original.ES512
|
||||
PS256 JSONWebKeySignatureAlgorithm = original.PS256
|
||||
PS384 JSONWebKeySignatureAlgorithm = original.PS384
|
||||
PS512 JSONWebKeySignatureAlgorithm = original.PS512
|
||||
RS256 JSONWebKeySignatureAlgorithm = original.RS256
|
||||
RS384 JSONWebKeySignatureAlgorithm = original.RS384
|
||||
RS512 JSONWebKeySignatureAlgorithm = original.RS512
|
||||
RSNULL JSONWebKeySignatureAlgorithm = original.RSNULL
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeySignatureAlgorithmValues() []JSONWebKeySignatureAlgorithm {
|
||||
return original.PossibleJSONWebKeySignatureAlgorithmValues()
|
||||
}
|
||||
|
||||
type JSONWebKeyType = original.JSONWebKeyType
|
||||
|
||||
const (
|
||||
EC JSONWebKeyType = original.EC
|
||||
ECHSM JSONWebKeyType = original.ECHSM
|
||||
Oct JSONWebKeyType = original.Oct
|
||||
RSA JSONWebKeyType = original.RSA
|
||||
RSAHSM JSONWebKeyType = original.RSAHSM
|
||||
)
|
||||
|
||||
func PossibleJSONWebKeyTypeValues() []JSONWebKeyType {
|
||||
return original.PossibleJSONWebKeyTypeValues()
|
||||
}
|
||||
|
||||
type KeyUsageType = original.KeyUsageType
|
||||
|
||||
const (
|
||||
CRLSign KeyUsageType = original.CRLSign
|
||||
DataEncipherment KeyUsageType = original.DataEncipherment
|
||||
DecipherOnly KeyUsageType = original.DecipherOnly
|
||||
DigitalSignature KeyUsageType = original.DigitalSignature
|
||||
EncipherOnly KeyUsageType = original.EncipherOnly
|
||||
KeyAgreement KeyUsageType = original.KeyAgreement
|
||||
KeyCertSign KeyUsageType = original.KeyCertSign
|
||||
KeyEncipherment KeyUsageType = original.KeyEncipherment
|
||||
NonRepudiation KeyUsageType = original.NonRepudiation
|
||||
)
|
||||
|
||||
func PossibleKeyUsageTypeValues() []KeyUsageType {
|
||||
return original.PossibleKeyUsageTypeValues()
|
||||
}
|
||||
|
||||
type Action = original.Action
|
||||
type AdministratorDetails = original.AdministratorDetails
|
||||
type Attributes = original.Attributes
|
||||
type BackupKeyResult = original.BackupKeyResult
|
||||
type BackupSecretResult = original.BackupSecretResult
|
||||
type CertificateAttributes = original.CertificateAttributes
|
||||
type CertificateBundle = original.CertificateBundle
|
||||
type CertificateCreateParameters = original.CertificateCreateParameters
|
||||
type CertificateImportParameters = original.CertificateImportParameters
|
||||
type CertificateIssuerItem = original.CertificateIssuerItem
|
||||
type CertificateIssuerListResult = original.CertificateIssuerListResult
|
||||
type CertificateIssuerListResultIterator = original.CertificateIssuerListResultIterator
|
||||
type CertificateIssuerListResultPage = original.CertificateIssuerListResultPage
|
||||
type CertificateIssuerSetParameters = original.CertificateIssuerSetParameters
|
||||
type CertificateIssuerUpdateParameters = original.CertificateIssuerUpdateParameters
|
||||
type CertificateItem = original.CertificateItem
|
||||
type CertificateListResult = original.CertificateListResult
|
||||
type CertificateListResultIterator = original.CertificateListResultIterator
|
||||
type CertificateListResultPage = original.CertificateListResultPage
|
||||
type CertificateMergeParameters = original.CertificateMergeParameters
|
||||
type CertificateOperation = original.CertificateOperation
|
||||
type CertificateOperationUpdateParameter = original.CertificateOperationUpdateParameter
|
||||
type CertificatePolicy = original.CertificatePolicy
|
||||
type CertificateUpdateParameters = original.CertificateUpdateParameters
|
||||
type Contact = original.Contact
|
||||
type Contacts = original.Contacts
|
||||
type DeletedCertificateBundle = original.DeletedCertificateBundle
|
||||
type DeletedCertificateItem = original.DeletedCertificateItem
|
||||
type DeletedCertificateListResult = original.DeletedCertificateListResult
|
||||
type DeletedCertificateListResultIterator = original.DeletedCertificateListResultIterator
|
||||
type DeletedCertificateListResultPage = original.DeletedCertificateListResultPage
|
||||
type DeletedKeyBundle = original.DeletedKeyBundle
|
||||
type DeletedKeyItem = original.DeletedKeyItem
|
||||
type DeletedKeyListResult = original.DeletedKeyListResult
|
||||
type DeletedKeyListResultIterator = original.DeletedKeyListResultIterator
|
||||
type DeletedKeyListResultPage = original.DeletedKeyListResultPage
|
||||
type DeletedSecretBundle = original.DeletedSecretBundle
|
||||
type DeletedSecretItem = original.DeletedSecretItem
|
||||
type DeletedSecretListResult = original.DeletedSecretListResult
|
||||
type DeletedSecretListResultIterator = original.DeletedSecretListResultIterator
|
||||
type DeletedSecretListResultPage = original.DeletedSecretListResultPage
|
||||
type Error = original.Error
|
||||
type ErrorType = original.ErrorType
|
||||
type IssuerAttributes = original.IssuerAttributes
|
||||
type IssuerBundle = original.IssuerBundle
|
||||
type IssuerCredentials = original.IssuerCredentials
|
||||
type IssuerParameters = original.IssuerParameters
|
||||
type JSONWebKey = original.JSONWebKey
|
||||
type KeyAttributes = original.KeyAttributes
|
||||
type KeyBundle = original.KeyBundle
|
||||
type KeyCreateParameters = original.KeyCreateParameters
|
||||
type KeyImportParameters = original.KeyImportParameters
|
||||
type KeyItem = original.KeyItem
|
||||
type KeyListResult = original.KeyListResult
|
||||
type KeyListResultIterator = original.KeyListResultIterator
|
||||
type KeyListResultPage = original.KeyListResultPage
|
||||
type KeyOperationResult = original.KeyOperationResult
|
||||
type KeyOperationsParameters = original.KeyOperationsParameters
|
||||
type KeyProperties = original.KeyProperties
|
||||
type KeyRestoreParameters = original.KeyRestoreParameters
|
||||
type KeySignParameters = original.KeySignParameters
|
||||
type KeyUpdateParameters = original.KeyUpdateParameters
|
||||
type KeyVerifyParameters = original.KeyVerifyParameters
|
||||
type KeyVerifyResult = original.KeyVerifyResult
|
||||
type LifetimeAction = original.LifetimeAction
|
||||
type OrganizationDetails = original.OrganizationDetails
|
||||
type PendingCertificateSigningRequestResult = original.PendingCertificateSigningRequestResult
|
||||
type SasDefinitionAttributes = original.SasDefinitionAttributes
|
||||
type SasDefinitionBundle = original.SasDefinitionBundle
|
||||
type SasDefinitionCreateParameters = original.SasDefinitionCreateParameters
|
||||
type SasDefinitionItem = original.SasDefinitionItem
|
||||
type SasDefinitionListResult = original.SasDefinitionListResult
|
||||
type SasDefinitionListResultIterator = original.SasDefinitionListResultIterator
|
||||
type SasDefinitionListResultPage = original.SasDefinitionListResultPage
|
||||
type SasDefinitionUpdateParameters = original.SasDefinitionUpdateParameters
|
||||
type SecretAttributes = original.SecretAttributes
|
||||
type SecretBundle = original.SecretBundle
|
||||
type SecretItem = original.SecretItem
|
||||
type SecretListResult = original.SecretListResult
|
||||
type SecretListResultIterator = original.SecretListResultIterator
|
||||
type SecretListResultPage = original.SecretListResultPage
|
||||
type SecretProperties = original.SecretProperties
|
||||
type SecretRestoreParameters = original.SecretRestoreParameters
|
||||
type SecretSetParameters = original.SecretSetParameters
|
||||
type SecretUpdateParameters = original.SecretUpdateParameters
|
||||
type StorageAccountAttributes = original.StorageAccountAttributes
|
||||
type StorageAccountCreateParameters = original.StorageAccountCreateParameters
|
||||
type StorageAccountItem = original.StorageAccountItem
|
||||
type StorageAccountRegenerteKeyParameters = original.StorageAccountRegenerteKeyParameters
|
||||
type StorageAccountUpdateParameters = original.StorageAccountUpdateParameters
|
||||
type StorageBundle = original.StorageBundle
|
||||
type StorageListResult = original.StorageListResult
|
||||
type StorageListResultIterator = original.StorageListResultIterator
|
||||
type StorageListResultPage = original.StorageListResultPage
|
||||
type SubjectAlternativeNames = original.SubjectAlternativeNames
|
||||
type Trigger = original.Trigger
|
||||
type X509CertificateProperties = original.X509CertificateProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-225
@@ -1,225 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 keyvault
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2016-10-01/keyvault"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessPolicyUpdateKind = original.AccessPolicyUpdateKind
|
||||
|
||||
const (
|
||||
Add AccessPolicyUpdateKind = original.Add
|
||||
Remove AccessPolicyUpdateKind = original.Remove
|
||||
Replace AccessPolicyUpdateKind = original.Replace
|
||||
)
|
||||
|
||||
func PossibleAccessPolicyUpdateKindValues() []AccessPolicyUpdateKind {
|
||||
return original.PossibleAccessPolicyUpdateKindValues()
|
||||
}
|
||||
|
||||
type CertificatePermissions = original.CertificatePermissions
|
||||
|
||||
const (
|
||||
Create CertificatePermissions = original.Create
|
||||
Delete CertificatePermissions = original.Delete
|
||||
Deleteissuers CertificatePermissions = original.Deleteissuers
|
||||
Get CertificatePermissions = original.Get
|
||||
Getissuers CertificatePermissions = original.Getissuers
|
||||
Import CertificatePermissions = original.Import
|
||||
List CertificatePermissions = original.List
|
||||
Listissuers CertificatePermissions = original.Listissuers
|
||||
Managecontacts CertificatePermissions = original.Managecontacts
|
||||
Manageissuers CertificatePermissions = original.Manageissuers
|
||||
Purge CertificatePermissions = original.Purge
|
||||
Recover CertificatePermissions = original.Recover
|
||||
Setissuers CertificatePermissions = original.Setissuers
|
||||
Update CertificatePermissions = original.Update
|
||||
)
|
||||
|
||||
func PossibleCertificatePermissionsValues() []CertificatePermissions {
|
||||
return original.PossibleCertificatePermissionsValues()
|
||||
}
|
||||
|
||||
type CreateMode = original.CreateMode
|
||||
|
||||
const (
|
||||
CreateModeDefault CreateMode = original.CreateModeDefault
|
||||
CreateModeRecover CreateMode = original.CreateModeRecover
|
||||
)
|
||||
|
||||
func PossibleCreateModeValues() []CreateMode {
|
||||
return original.PossibleCreateModeValues()
|
||||
}
|
||||
|
||||
type KeyPermissions = original.KeyPermissions
|
||||
|
||||
const (
|
||||
KeyPermissionsBackup KeyPermissions = original.KeyPermissionsBackup
|
||||
KeyPermissionsCreate KeyPermissions = original.KeyPermissionsCreate
|
||||
KeyPermissionsDecrypt KeyPermissions = original.KeyPermissionsDecrypt
|
||||
KeyPermissionsDelete KeyPermissions = original.KeyPermissionsDelete
|
||||
KeyPermissionsEncrypt KeyPermissions = original.KeyPermissionsEncrypt
|
||||
KeyPermissionsGet KeyPermissions = original.KeyPermissionsGet
|
||||
KeyPermissionsImport KeyPermissions = original.KeyPermissionsImport
|
||||
KeyPermissionsList KeyPermissions = original.KeyPermissionsList
|
||||
KeyPermissionsPurge KeyPermissions = original.KeyPermissionsPurge
|
||||
KeyPermissionsRecover KeyPermissions = original.KeyPermissionsRecover
|
||||
KeyPermissionsRestore KeyPermissions = original.KeyPermissionsRestore
|
||||
KeyPermissionsSign KeyPermissions = original.KeyPermissionsSign
|
||||
KeyPermissionsUnwrapKey KeyPermissions = original.KeyPermissionsUnwrapKey
|
||||
KeyPermissionsUpdate KeyPermissions = original.KeyPermissionsUpdate
|
||||
KeyPermissionsVerify KeyPermissions = original.KeyPermissionsVerify
|
||||
KeyPermissionsWrapKey KeyPermissions = original.KeyPermissionsWrapKey
|
||||
)
|
||||
|
||||
func PossibleKeyPermissionsValues() []KeyPermissions {
|
||||
return original.PossibleKeyPermissionsValues()
|
||||
}
|
||||
|
||||
type Reason = original.Reason
|
||||
|
||||
const (
|
||||
AccountNameInvalid Reason = original.AccountNameInvalid
|
||||
AlreadyExists Reason = original.AlreadyExists
|
||||
)
|
||||
|
||||
func PossibleReasonValues() []Reason {
|
||||
return original.PossibleReasonValues()
|
||||
}
|
||||
|
||||
type SecretPermissions = original.SecretPermissions
|
||||
|
||||
const (
|
||||
SecretPermissionsBackup SecretPermissions = original.SecretPermissionsBackup
|
||||
SecretPermissionsDelete SecretPermissions = original.SecretPermissionsDelete
|
||||
SecretPermissionsGet SecretPermissions = original.SecretPermissionsGet
|
||||
SecretPermissionsList SecretPermissions = original.SecretPermissionsList
|
||||
SecretPermissionsPurge SecretPermissions = original.SecretPermissionsPurge
|
||||
SecretPermissionsRecover SecretPermissions = original.SecretPermissionsRecover
|
||||
SecretPermissionsRestore SecretPermissions = original.SecretPermissionsRestore
|
||||
SecretPermissionsSet SecretPermissions = original.SecretPermissionsSet
|
||||
)
|
||||
|
||||
func PossibleSecretPermissionsValues() []SecretPermissions {
|
||||
return original.PossibleSecretPermissionsValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Premium SkuName = original.Premium
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type StoragePermissions = original.StoragePermissions
|
||||
|
||||
const (
|
||||
StoragePermissionsBackup StoragePermissions = original.StoragePermissionsBackup
|
||||
StoragePermissionsDelete StoragePermissions = original.StoragePermissionsDelete
|
||||
StoragePermissionsDeletesas StoragePermissions = original.StoragePermissionsDeletesas
|
||||
StoragePermissionsGet StoragePermissions = original.StoragePermissionsGet
|
||||
StoragePermissionsGetsas StoragePermissions = original.StoragePermissionsGetsas
|
||||
StoragePermissionsList StoragePermissions = original.StoragePermissionsList
|
||||
StoragePermissionsListsas StoragePermissions = original.StoragePermissionsListsas
|
||||
StoragePermissionsPurge StoragePermissions = original.StoragePermissionsPurge
|
||||
StoragePermissionsRecover StoragePermissions = original.StoragePermissionsRecover
|
||||
StoragePermissionsRegeneratekey StoragePermissions = original.StoragePermissionsRegeneratekey
|
||||
StoragePermissionsRestore StoragePermissions = original.StoragePermissionsRestore
|
||||
StoragePermissionsSet StoragePermissions = original.StoragePermissionsSet
|
||||
StoragePermissionsSetsas StoragePermissions = original.StoragePermissionsSetsas
|
||||
StoragePermissionsUpdate StoragePermissions = original.StoragePermissionsUpdate
|
||||
)
|
||||
|
||||
func PossibleStoragePermissionsValues() []StoragePermissions {
|
||||
return original.PossibleStoragePermissionsValues()
|
||||
}
|
||||
|
||||
type AccessPolicyEntry = original.AccessPolicyEntry
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type DeletedVault = original.DeletedVault
|
||||
type DeletedVaultListResult = original.DeletedVaultListResult
|
||||
type DeletedVaultListResultIterator = original.DeletedVaultListResultIterator
|
||||
type DeletedVaultListResultPage = original.DeletedVaultListResultPage
|
||||
type DeletedVaultProperties = original.DeletedVaultProperties
|
||||
type LogSpecification = original.LogSpecification
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type OperationProperties = original.OperationProperties
|
||||
type Permissions = original.Permissions
|
||||
type Resource = original.Resource
|
||||
type ResourceListResult = original.ResourceListResult
|
||||
type ResourceListResultIterator = original.ResourceListResultIterator
|
||||
type ResourceListResultPage = original.ResourceListResultPage
|
||||
type ServiceSpecification = original.ServiceSpecification
|
||||
type Sku = original.Sku
|
||||
type Vault = original.Vault
|
||||
type VaultAccessPolicyParameters = original.VaultAccessPolicyParameters
|
||||
type VaultAccessPolicyProperties = original.VaultAccessPolicyProperties
|
||||
type VaultCheckNameAvailabilityParameters = original.VaultCheckNameAvailabilityParameters
|
||||
type VaultCreateOrUpdateParameters = original.VaultCreateOrUpdateParameters
|
||||
type VaultListResult = original.VaultListResult
|
||||
type VaultListResultIterator = original.VaultListResultIterator
|
||||
type VaultListResultPage = original.VaultListResultPage
|
||||
type VaultPatchParameters = original.VaultPatchParameters
|
||||
type VaultPatchProperties = original.VaultPatchProperties
|
||||
type VaultProperties = original.VaultProperties
|
||||
type VaultsPurgeDeletedFuture = original.VaultsPurgeDeletedFuture
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VaultsClient = original.VaultsClient
|
||||
|
||||
func NewVaultsClient(subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClient(subscriptionID)
|
||||
}
|
||||
func NewVaultsClientWithBaseURI(baseURI string, subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-724
@@ -1,724 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 logic
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/logic/mgmt/2016-06-01/logic"
|
||||
|
||||
type AgreementsClient = original.AgreementsClient
|
||||
|
||||
func NewAgreementsClient(subscriptionID string) AgreementsClient {
|
||||
return original.NewAgreementsClient(subscriptionID)
|
||||
}
|
||||
func NewAgreementsClientWithBaseURI(baseURI string, subscriptionID string) AgreementsClient {
|
||||
return original.NewAgreementsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CertificatesClient = original.CertificatesClient
|
||||
|
||||
func NewCertificatesClient(subscriptionID string) CertificatesClient {
|
||||
return original.NewCertificatesClient(subscriptionID)
|
||||
}
|
||||
func NewCertificatesClientWithBaseURI(baseURI string, subscriptionID string) CertificatesClient {
|
||||
return original.NewCertificatesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type IntegrationAccountsClient = original.IntegrationAccountsClient
|
||||
|
||||
func NewIntegrationAccountsClient(subscriptionID string) IntegrationAccountsClient {
|
||||
return original.NewIntegrationAccountsClient(subscriptionID)
|
||||
}
|
||||
func NewIntegrationAccountsClientWithBaseURI(baseURI string, subscriptionID string) IntegrationAccountsClient {
|
||||
return original.NewIntegrationAccountsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type MapsClient = original.MapsClient
|
||||
|
||||
func NewMapsClient(subscriptionID string) MapsClient {
|
||||
return original.NewMapsClient(subscriptionID)
|
||||
}
|
||||
func NewMapsClientWithBaseURI(baseURI string, subscriptionID string) MapsClient {
|
||||
return original.NewMapsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AgreementType = original.AgreementType
|
||||
|
||||
const (
|
||||
AS2 AgreementType = original.AS2
|
||||
Edifact AgreementType = original.Edifact
|
||||
NotSpecified AgreementType = original.NotSpecified
|
||||
X12 AgreementType = original.X12
|
||||
)
|
||||
|
||||
func PossibleAgreementTypeValues() []AgreementType {
|
||||
return original.PossibleAgreementTypeValues()
|
||||
}
|
||||
|
||||
type DayOfWeek = original.DayOfWeek
|
||||
|
||||
const (
|
||||
Friday DayOfWeek = original.Friday
|
||||
Monday DayOfWeek = original.Monday
|
||||
Saturday DayOfWeek = original.Saturday
|
||||
Sunday DayOfWeek = original.Sunday
|
||||
Thursday DayOfWeek = original.Thursday
|
||||
Tuesday DayOfWeek = original.Tuesday
|
||||
Wednesday DayOfWeek = original.Wednesday
|
||||
)
|
||||
|
||||
func PossibleDayOfWeekValues() []DayOfWeek {
|
||||
return original.PossibleDayOfWeekValues()
|
||||
}
|
||||
|
||||
type DaysOfWeek = original.DaysOfWeek
|
||||
|
||||
const (
|
||||
DaysOfWeekFriday DaysOfWeek = original.DaysOfWeekFriday
|
||||
DaysOfWeekMonday DaysOfWeek = original.DaysOfWeekMonday
|
||||
DaysOfWeekSaturday DaysOfWeek = original.DaysOfWeekSaturday
|
||||
DaysOfWeekSunday DaysOfWeek = original.DaysOfWeekSunday
|
||||
DaysOfWeekThursday DaysOfWeek = original.DaysOfWeekThursday
|
||||
DaysOfWeekTuesday DaysOfWeek = original.DaysOfWeekTuesday
|
||||
DaysOfWeekWednesday DaysOfWeek = original.DaysOfWeekWednesday
|
||||
)
|
||||
|
||||
func PossibleDaysOfWeekValues() []DaysOfWeek {
|
||||
return original.PossibleDaysOfWeekValues()
|
||||
}
|
||||
|
||||
type EdifactCharacterSet = original.EdifactCharacterSet
|
||||
|
||||
const (
|
||||
EdifactCharacterSetKECA EdifactCharacterSet = original.EdifactCharacterSetKECA
|
||||
EdifactCharacterSetNotSpecified EdifactCharacterSet = original.EdifactCharacterSetNotSpecified
|
||||
EdifactCharacterSetUNOA EdifactCharacterSet = original.EdifactCharacterSetUNOA
|
||||
EdifactCharacterSetUNOB EdifactCharacterSet = original.EdifactCharacterSetUNOB
|
||||
EdifactCharacterSetUNOC EdifactCharacterSet = original.EdifactCharacterSetUNOC
|
||||
EdifactCharacterSetUNOD EdifactCharacterSet = original.EdifactCharacterSetUNOD
|
||||
EdifactCharacterSetUNOE EdifactCharacterSet = original.EdifactCharacterSetUNOE
|
||||
EdifactCharacterSetUNOF EdifactCharacterSet = original.EdifactCharacterSetUNOF
|
||||
EdifactCharacterSetUNOG EdifactCharacterSet = original.EdifactCharacterSetUNOG
|
||||
EdifactCharacterSetUNOH EdifactCharacterSet = original.EdifactCharacterSetUNOH
|
||||
EdifactCharacterSetUNOI EdifactCharacterSet = original.EdifactCharacterSetUNOI
|
||||
EdifactCharacterSetUNOJ EdifactCharacterSet = original.EdifactCharacterSetUNOJ
|
||||
EdifactCharacterSetUNOK EdifactCharacterSet = original.EdifactCharacterSetUNOK
|
||||
EdifactCharacterSetUNOX EdifactCharacterSet = original.EdifactCharacterSetUNOX
|
||||
EdifactCharacterSetUNOY EdifactCharacterSet = original.EdifactCharacterSetUNOY
|
||||
)
|
||||
|
||||
func PossibleEdifactCharacterSetValues() []EdifactCharacterSet {
|
||||
return original.PossibleEdifactCharacterSetValues()
|
||||
}
|
||||
|
||||
type EdifactDecimalIndicator = original.EdifactDecimalIndicator
|
||||
|
||||
const (
|
||||
EdifactDecimalIndicatorComma EdifactDecimalIndicator = original.EdifactDecimalIndicatorComma
|
||||
EdifactDecimalIndicatorDecimal EdifactDecimalIndicator = original.EdifactDecimalIndicatorDecimal
|
||||
EdifactDecimalIndicatorNotSpecified EdifactDecimalIndicator = original.EdifactDecimalIndicatorNotSpecified
|
||||
)
|
||||
|
||||
func PossibleEdifactDecimalIndicatorValues() []EdifactDecimalIndicator {
|
||||
return original.PossibleEdifactDecimalIndicatorValues()
|
||||
}
|
||||
|
||||
type EncryptionAlgorithm = original.EncryptionAlgorithm
|
||||
|
||||
const (
|
||||
EncryptionAlgorithmAES128 EncryptionAlgorithm = original.EncryptionAlgorithmAES128
|
||||
EncryptionAlgorithmAES192 EncryptionAlgorithm = original.EncryptionAlgorithmAES192
|
||||
EncryptionAlgorithmAES256 EncryptionAlgorithm = original.EncryptionAlgorithmAES256
|
||||
EncryptionAlgorithmDES3 EncryptionAlgorithm = original.EncryptionAlgorithmDES3
|
||||
EncryptionAlgorithmNone EncryptionAlgorithm = original.EncryptionAlgorithmNone
|
||||
EncryptionAlgorithmNotSpecified EncryptionAlgorithm = original.EncryptionAlgorithmNotSpecified
|
||||
EncryptionAlgorithmRC2 EncryptionAlgorithm = original.EncryptionAlgorithmRC2
|
||||
)
|
||||
|
||||
func PossibleEncryptionAlgorithmValues() []EncryptionAlgorithm {
|
||||
return original.PossibleEncryptionAlgorithmValues()
|
||||
}
|
||||
|
||||
type HashingAlgorithm = original.HashingAlgorithm
|
||||
|
||||
const (
|
||||
HashingAlgorithmMD5 HashingAlgorithm = original.HashingAlgorithmMD5
|
||||
HashingAlgorithmNone HashingAlgorithm = original.HashingAlgorithmNone
|
||||
HashingAlgorithmNotSpecified HashingAlgorithm = original.HashingAlgorithmNotSpecified
|
||||
HashingAlgorithmSHA1 HashingAlgorithm = original.HashingAlgorithmSHA1
|
||||
HashingAlgorithmSHA2256 HashingAlgorithm = original.HashingAlgorithmSHA2256
|
||||
HashingAlgorithmSHA2384 HashingAlgorithm = original.HashingAlgorithmSHA2384
|
||||
HashingAlgorithmSHA2512 HashingAlgorithm = original.HashingAlgorithmSHA2512
|
||||
)
|
||||
|
||||
func PossibleHashingAlgorithmValues() []HashingAlgorithm {
|
||||
return original.PossibleHashingAlgorithmValues()
|
||||
}
|
||||
|
||||
type IntegrationAccountSkuName = original.IntegrationAccountSkuName
|
||||
|
||||
const (
|
||||
IntegrationAccountSkuNameFree IntegrationAccountSkuName = original.IntegrationAccountSkuNameFree
|
||||
IntegrationAccountSkuNameNotSpecified IntegrationAccountSkuName = original.IntegrationAccountSkuNameNotSpecified
|
||||
IntegrationAccountSkuNameStandard IntegrationAccountSkuName = original.IntegrationAccountSkuNameStandard
|
||||
)
|
||||
|
||||
func PossibleIntegrationAccountSkuNameValues() []IntegrationAccountSkuName {
|
||||
return original.PossibleIntegrationAccountSkuNameValues()
|
||||
}
|
||||
|
||||
type KeyType = original.KeyType
|
||||
|
||||
const (
|
||||
KeyTypeNotSpecified KeyType = original.KeyTypeNotSpecified
|
||||
KeyTypePrimary KeyType = original.KeyTypePrimary
|
||||
KeyTypeSecondary KeyType = original.KeyTypeSecondary
|
||||
)
|
||||
|
||||
func PossibleKeyTypeValues() []KeyType {
|
||||
return original.PossibleKeyTypeValues()
|
||||
}
|
||||
|
||||
type MapType = original.MapType
|
||||
|
||||
const (
|
||||
MapTypeNotSpecified MapType = original.MapTypeNotSpecified
|
||||
MapTypeXslt MapType = original.MapTypeXslt
|
||||
)
|
||||
|
||||
func PossibleMapTypeValues() []MapType {
|
||||
return original.PossibleMapTypeValues()
|
||||
}
|
||||
|
||||
type MessageFilterType = original.MessageFilterType
|
||||
|
||||
const (
|
||||
MessageFilterTypeExclude MessageFilterType = original.MessageFilterTypeExclude
|
||||
MessageFilterTypeInclude MessageFilterType = original.MessageFilterTypeInclude
|
||||
MessageFilterTypeNotSpecified MessageFilterType = original.MessageFilterTypeNotSpecified
|
||||
)
|
||||
|
||||
func PossibleMessageFilterTypeValues() []MessageFilterType {
|
||||
return original.PossibleMessageFilterTypeValues()
|
||||
}
|
||||
|
||||
type ParameterType = original.ParameterType
|
||||
|
||||
const (
|
||||
ParameterTypeArray ParameterType = original.ParameterTypeArray
|
||||
ParameterTypeBool ParameterType = original.ParameterTypeBool
|
||||
ParameterTypeFloat ParameterType = original.ParameterTypeFloat
|
||||
ParameterTypeInt ParameterType = original.ParameterTypeInt
|
||||
ParameterTypeNotSpecified ParameterType = original.ParameterTypeNotSpecified
|
||||
ParameterTypeObject ParameterType = original.ParameterTypeObject
|
||||
ParameterTypeSecureObject ParameterType = original.ParameterTypeSecureObject
|
||||
ParameterTypeSecureString ParameterType = original.ParameterTypeSecureString
|
||||
ParameterTypeString ParameterType = original.ParameterTypeString
|
||||
)
|
||||
|
||||
func PossibleParameterTypeValues() []ParameterType {
|
||||
return original.PossibleParameterTypeValues()
|
||||
}
|
||||
|
||||
type PartnerType = original.PartnerType
|
||||
|
||||
const (
|
||||
PartnerTypeB2B PartnerType = original.PartnerTypeB2B
|
||||
PartnerTypeNotSpecified PartnerType = original.PartnerTypeNotSpecified
|
||||
)
|
||||
|
||||
func PossiblePartnerTypeValues() []PartnerType {
|
||||
return original.PossiblePartnerTypeValues()
|
||||
}
|
||||
|
||||
type RecurrenceFrequency = original.RecurrenceFrequency
|
||||
|
||||
const (
|
||||
RecurrenceFrequencyDay RecurrenceFrequency = original.RecurrenceFrequencyDay
|
||||
RecurrenceFrequencyHour RecurrenceFrequency = original.RecurrenceFrequencyHour
|
||||
RecurrenceFrequencyMinute RecurrenceFrequency = original.RecurrenceFrequencyMinute
|
||||
RecurrenceFrequencyMonth RecurrenceFrequency = original.RecurrenceFrequencyMonth
|
||||
RecurrenceFrequencyNotSpecified RecurrenceFrequency = original.RecurrenceFrequencyNotSpecified
|
||||
RecurrenceFrequencySecond RecurrenceFrequency = original.RecurrenceFrequencySecond
|
||||
RecurrenceFrequencyWeek RecurrenceFrequency = original.RecurrenceFrequencyWeek
|
||||
RecurrenceFrequencyYear RecurrenceFrequency = original.RecurrenceFrequencyYear
|
||||
)
|
||||
|
||||
func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
|
||||
return original.PossibleRecurrenceFrequencyValues()
|
||||
}
|
||||
|
||||
type SchemaType = original.SchemaType
|
||||
|
||||
const (
|
||||
SchemaTypeNotSpecified SchemaType = original.SchemaTypeNotSpecified
|
||||
SchemaTypeXML SchemaType = original.SchemaTypeXML
|
||||
)
|
||||
|
||||
func PossibleSchemaTypeValues() []SchemaType {
|
||||
return original.PossibleSchemaTypeValues()
|
||||
}
|
||||
|
||||
type SegmentTerminatorSuffix = original.SegmentTerminatorSuffix
|
||||
|
||||
const (
|
||||
SegmentTerminatorSuffixCR SegmentTerminatorSuffix = original.SegmentTerminatorSuffixCR
|
||||
SegmentTerminatorSuffixCRLF SegmentTerminatorSuffix = original.SegmentTerminatorSuffixCRLF
|
||||
SegmentTerminatorSuffixLF SegmentTerminatorSuffix = original.SegmentTerminatorSuffixLF
|
||||
SegmentTerminatorSuffixNone SegmentTerminatorSuffix = original.SegmentTerminatorSuffixNone
|
||||
SegmentTerminatorSuffixNotSpecified SegmentTerminatorSuffix = original.SegmentTerminatorSuffixNotSpecified
|
||||
)
|
||||
|
||||
func PossibleSegmentTerminatorSuffixValues() []SegmentTerminatorSuffix {
|
||||
return original.PossibleSegmentTerminatorSuffixValues()
|
||||
}
|
||||
|
||||
type SigningAlgorithm = original.SigningAlgorithm
|
||||
|
||||
const (
|
||||
SigningAlgorithmDefault SigningAlgorithm = original.SigningAlgorithmDefault
|
||||
SigningAlgorithmNotSpecified SigningAlgorithm = original.SigningAlgorithmNotSpecified
|
||||
SigningAlgorithmSHA1 SigningAlgorithm = original.SigningAlgorithmSHA1
|
||||
SigningAlgorithmSHA2256 SigningAlgorithm = original.SigningAlgorithmSHA2256
|
||||
SigningAlgorithmSHA2384 SigningAlgorithm = original.SigningAlgorithmSHA2384
|
||||
SigningAlgorithmSHA2512 SigningAlgorithm = original.SigningAlgorithmSHA2512
|
||||
)
|
||||
|
||||
func PossibleSigningAlgorithmValues() []SigningAlgorithm {
|
||||
return original.PossibleSigningAlgorithmValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
SkuNameBasic SkuName = original.SkuNameBasic
|
||||
SkuNameFree SkuName = original.SkuNameFree
|
||||
SkuNameNotSpecified SkuName = original.SkuNameNotSpecified
|
||||
SkuNamePremium SkuName = original.SkuNamePremium
|
||||
SkuNameShared SkuName = original.SkuNameShared
|
||||
SkuNameStandard SkuName = original.SkuNameStandard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type TrailingSeparatorPolicy = original.TrailingSeparatorPolicy
|
||||
|
||||
const (
|
||||
TrailingSeparatorPolicyMandatory TrailingSeparatorPolicy = original.TrailingSeparatorPolicyMandatory
|
||||
TrailingSeparatorPolicyNotAllowed TrailingSeparatorPolicy = original.TrailingSeparatorPolicyNotAllowed
|
||||
TrailingSeparatorPolicyNotSpecified TrailingSeparatorPolicy = original.TrailingSeparatorPolicyNotSpecified
|
||||
TrailingSeparatorPolicyOptional TrailingSeparatorPolicy = original.TrailingSeparatorPolicyOptional
|
||||
)
|
||||
|
||||
func PossibleTrailingSeparatorPolicyValues() []TrailingSeparatorPolicy {
|
||||
return original.PossibleTrailingSeparatorPolicyValues()
|
||||
}
|
||||
|
||||
type UsageIndicator = original.UsageIndicator
|
||||
|
||||
const (
|
||||
UsageIndicatorInformation UsageIndicator = original.UsageIndicatorInformation
|
||||
UsageIndicatorNotSpecified UsageIndicator = original.UsageIndicatorNotSpecified
|
||||
UsageIndicatorProduction UsageIndicator = original.UsageIndicatorProduction
|
||||
UsageIndicatorTest UsageIndicator = original.UsageIndicatorTest
|
||||
)
|
||||
|
||||
func PossibleUsageIndicatorValues() []UsageIndicator {
|
||||
return original.PossibleUsageIndicatorValues()
|
||||
}
|
||||
|
||||
type WorkflowProvisioningState = original.WorkflowProvisioningState
|
||||
|
||||
const (
|
||||
WorkflowProvisioningStateAccepted WorkflowProvisioningState = original.WorkflowProvisioningStateAccepted
|
||||
WorkflowProvisioningStateCanceled WorkflowProvisioningState = original.WorkflowProvisioningStateCanceled
|
||||
WorkflowProvisioningStateCompleted WorkflowProvisioningState = original.WorkflowProvisioningStateCompleted
|
||||
WorkflowProvisioningStateCreated WorkflowProvisioningState = original.WorkflowProvisioningStateCreated
|
||||
WorkflowProvisioningStateCreating WorkflowProvisioningState = original.WorkflowProvisioningStateCreating
|
||||
WorkflowProvisioningStateDeleted WorkflowProvisioningState = original.WorkflowProvisioningStateDeleted
|
||||
WorkflowProvisioningStateDeleting WorkflowProvisioningState = original.WorkflowProvisioningStateDeleting
|
||||
WorkflowProvisioningStateFailed WorkflowProvisioningState = original.WorkflowProvisioningStateFailed
|
||||
WorkflowProvisioningStateMoving WorkflowProvisioningState = original.WorkflowProvisioningStateMoving
|
||||
WorkflowProvisioningStateNotSpecified WorkflowProvisioningState = original.WorkflowProvisioningStateNotSpecified
|
||||
WorkflowProvisioningStateReady WorkflowProvisioningState = original.WorkflowProvisioningStateReady
|
||||
WorkflowProvisioningStateRegistered WorkflowProvisioningState = original.WorkflowProvisioningStateRegistered
|
||||
WorkflowProvisioningStateRegistering WorkflowProvisioningState = original.WorkflowProvisioningStateRegistering
|
||||
WorkflowProvisioningStateRunning WorkflowProvisioningState = original.WorkflowProvisioningStateRunning
|
||||
WorkflowProvisioningStateSucceeded WorkflowProvisioningState = original.WorkflowProvisioningStateSucceeded
|
||||
WorkflowProvisioningStateUnregistered WorkflowProvisioningState = original.WorkflowProvisioningStateUnregistered
|
||||
WorkflowProvisioningStateUnregistering WorkflowProvisioningState = original.WorkflowProvisioningStateUnregistering
|
||||
WorkflowProvisioningStateUpdating WorkflowProvisioningState = original.WorkflowProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleWorkflowProvisioningStateValues() []WorkflowProvisioningState {
|
||||
return original.PossibleWorkflowProvisioningStateValues()
|
||||
}
|
||||
|
||||
type WorkflowState = original.WorkflowState
|
||||
|
||||
const (
|
||||
WorkflowStateCompleted WorkflowState = original.WorkflowStateCompleted
|
||||
WorkflowStateDeleted WorkflowState = original.WorkflowStateDeleted
|
||||
WorkflowStateDisabled WorkflowState = original.WorkflowStateDisabled
|
||||
WorkflowStateEnabled WorkflowState = original.WorkflowStateEnabled
|
||||
WorkflowStateNotSpecified WorkflowState = original.WorkflowStateNotSpecified
|
||||
WorkflowStateSuspended WorkflowState = original.WorkflowStateSuspended
|
||||
)
|
||||
|
||||
func PossibleWorkflowStateValues() []WorkflowState {
|
||||
return original.PossibleWorkflowStateValues()
|
||||
}
|
||||
|
||||
type WorkflowStatus = original.WorkflowStatus
|
||||
|
||||
const (
|
||||
WorkflowStatusAborted WorkflowStatus = original.WorkflowStatusAborted
|
||||
WorkflowStatusCancelled WorkflowStatus = original.WorkflowStatusCancelled
|
||||
WorkflowStatusFailed WorkflowStatus = original.WorkflowStatusFailed
|
||||
WorkflowStatusFaulted WorkflowStatus = original.WorkflowStatusFaulted
|
||||
WorkflowStatusIgnored WorkflowStatus = original.WorkflowStatusIgnored
|
||||
WorkflowStatusNotSpecified WorkflowStatus = original.WorkflowStatusNotSpecified
|
||||
WorkflowStatusPaused WorkflowStatus = original.WorkflowStatusPaused
|
||||
WorkflowStatusRunning WorkflowStatus = original.WorkflowStatusRunning
|
||||
WorkflowStatusSkipped WorkflowStatus = original.WorkflowStatusSkipped
|
||||
WorkflowStatusSucceeded WorkflowStatus = original.WorkflowStatusSucceeded
|
||||
WorkflowStatusSuspended WorkflowStatus = original.WorkflowStatusSuspended
|
||||
WorkflowStatusTimedOut WorkflowStatus = original.WorkflowStatusTimedOut
|
||||
WorkflowStatusWaiting WorkflowStatus = original.WorkflowStatusWaiting
|
||||
)
|
||||
|
||||
func PossibleWorkflowStatusValues() []WorkflowStatus {
|
||||
return original.PossibleWorkflowStatusValues()
|
||||
}
|
||||
|
||||
type WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningState
|
||||
|
||||
const (
|
||||
WorkflowTriggerProvisioningStateAccepted WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateAccepted
|
||||
WorkflowTriggerProvisioningStateCanceled WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateCanceled
|
||||
WorkflowTriggerProvisioningStateCompleted WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateCompleted
|
||||
WorkflowTriggerProvisioningStateCreated WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateCreated
|
||||
WorkflowTriggerProvisioningStateCreating WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateCreating
|
||||
WorkflowTriggerProvisioningStateDeleted WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateDeleted
|
||||
WorkflowTriggerProvisioningStateDeleting WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateDeleting
|
||||
WorkflowTriggerProvisioningStateFailed WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateFailed
|
||||
WorkflowTriggerProvisioningStateMoving WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateMoving
|
||||
WorkflowTriggerProvisioningStateNotSpecified WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateNotSpecified
|
||||
WorkflowTriggerProvisioningStateReady WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateReady
|
||||
WorkflowTriggerProvisioningStateRegistered WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateRegistered
|
||||
WorkflowTriggerProvisioningStateRegistering WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateRegistering
|
||||
WorkflowTriggerProvisioningStateRunning WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateRunning
|
||||
WorkflowTriggerProvisioningStateSucceeded WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateSucceeded
|
||||
WorkflowTriggerProvisioningStateUnregistered WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateUnregistered
|
||||
WorkflowTriggerProvisioningStateUnregistering WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateUnregistering
|
||||
WorkflowTriggerProvisioningStateUpdating WorkflowTriggerProvisioningState = original.WorkflowTriggerProvisioningStateUpdating
|
||||
)
|
||||
|
||||
func PossibleWorkflowTriggerProvisioningStateValues() []WorkflowTriggerProvisioningState {
|
||||
return original.PossibleWorkflowTriggerProvisioningStateValues()
|
||||
}
|
||||
|
||||
type X12CharacterSet = original.X12CharacterSet
|
||||
|
||||
const (
|
||||
X12CharacterSetBasic X12CharacterSet = original.X12CharacterSetBasic
|
||||
X12CharacterSetExtended X12CharacterSet = original.X12CharacterSetExtended
|
||||
X12CharacterSetNotSpecified X12CharacterSet = original.X12CharacterSetNotSpecified
|
||||
X12CharacterSetUTF8 X12CharacterSet = original.X12CharacterSetUTF8
|
||||
)
|
||||
|
||||
func PossibleX12CharacterSetValues() []X12CharacterSet {
|
||||
return original.PossibleX12CharacterSetValues()
|
||||
}
|
||||
|
||||
type X12DateFormat = original.X12DateFormat
|
||||
|
||||
const (
|
||||
X12DateFormatCCYYMMDD X12DateFormat = original.X12DateFormatCCYYMMDD
|
||||
X12DateFormatNotSpecified X12DateFormat = original.X12DateFormatNotSpecified
|
||||
X12DateFormatYYMMDD X12DateFormat = original.X12DateFormatYYMMDD
|
||||
)
|
||||
|
||||
func PossibleX12DateFormatValues() []X12DateFormat {
|
||||
return original.PossibleX12DateFormatValues()
|
||||
}
|
||||
|
||||
type X12TimeFormat = original.X12TimeFormat
|
||||
|
||||
const (
|
||||
X12TimeFormatHHMM X12TimeFormat = original.X12TimeFormatHHMM
|
||||
X12TimeFormatHHMMSS X12TimeFormat = original.X12TimeFormatHHMMSS
|
||||
X12TimeFormatHHMMSSd X12TimeFormat = original.X12TimeFormatHHMMSSd
|
||||
X12TimeFormatHHMMSSdd X12TimeFormat = original.X12TimeFormatHHMMSSdd
|
||||
X12TimeFormatNotSpecified X12TimeFormat = original.X12TimeFormatNotSpecified
|
||||
)
|
||||
|
||||
func PossibleX12TimeFormatValues() []X12TimeFormat {
|
||||
return original.PossibleX12TimeFormatValues()
|
||||
}
|
||||
|
||||
type AgreementContent = original.AgreementContent
|
||||
type AS2AcknowledgementConnectionSettings = original.AS2AcknowledgementConnectionSettings
|
||||
type AS2AgreementContent = original.AS2AgreementContent
|
||||
type AS2EnvelopeSettings = original.AS2EnvelopeSettings
|
||||
type AS2ErrorSettings = original.AS2ErrorSettings
|
||||
type AS2MdnSettings = original.AS2MdnSettings
|
||||
type AS2MessageConnectionSettings = original.AS2MessageConnectionSettings
|
||||
type AS2OneWayAgreement = original.AS2OneWayAgreement
|
||||
type AS2ProtocolSettings = original.AS2ProtocolSettings
|
||||
type AS2SecuritySettings = original.AS2SecuritySettings
|
||||
type AS2ValidationSettings = original.AS2ValidationSettings
|
||||
type B2BPartnerContent = original.B2BPartnerContent
|
||||
type BusinessIdentity = original.BusinessIdentity
|
||||
type CallbackURL = original.CallbackURL
|
||||
type ContentHash = original.ContentHash
|
||||
type ContentLink = original.ContentLink
|
||||
type Correlation = original.Correlation
|
||||
type EdifactAcknowledgementSettings = original.EdifactAcknowledgementSettings
|
||||
type EdifactAgreementContent = original.EdifactAgreementContent
|
||||
type EdifactDelimiterOverride = original.EdifactDelimiterOverride
|
||||
type EdifactEnvelopeOverride = original.EdifactEnvelopeOverride
|
||||
type EdifactEnvelopeSettings = original.EdifactEnvelopeSettings
|
||||
type EdifactFramingSettings = original.EdifactFramingSettings
|
||||
type EdifactMessageFilter = original.EdifactMessageFilter
|
||||
type EdifactMessageIdentifier = original.EdifactMessageIdentifier
|
||||
type EdifactOneWayAgreement = original.EdifactOneWayAgreement
|
||||
type EdifactProcessingSettings = original.EdifactProcessingSettings
|
||||
type EdifactProtocolSettings = original.EdifactProtocolSettings
|
||||
type EdifactSchemaReference = original.EdifactSchemaReference
|
||||
type EdifactValidationOverride = original.EdifactValidationOverride
|
||||
type EdifactValidationSettings = original.EdifactValidationSettings
|
||||
type ErrorProperties = original.ErrorProperties
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type GenerateUpgradedDefinitionParameters = original.GenerateUpgradedDefinitionParameters
|
||||
type GetCallbackURLParameters = original.GetCallbackURLParameters
|
||||
type IntegrationAccount = original.IntegrationAccount
|
||||
type IntegrationAccountAgreement = original.IntegrationAccountAgreement
|
||||
type IntegrationAccountAgreementFilter = original.IntegrationAccountAgreementFilter
|
||||
type IntegrationAccountAgreementListResult = original.IntegrationAccountAgreementListResult
|
||||
type IntegrationAccountAgreementListResultIterator = original.IntegrationAccountAgreementListResultIterator
|
||||
type IntegrationAccountAgreementListResultPage = original.IntegrationAccountAgreementListResultPage
|
||||
type IntegrationAccountAgreementProperties = original.IntegrationAccountAgreementProperties
|
||||
type IntegrationAccountCertificate = original.IntegrationAccountCertificate
|
||||
type IntegrationAccountCertificateListResult = original.IntegrationAccountCertificateListResult
|
||||
type IntegrationAccountCertificateListResultIterator = original.IntegrationAccountCertificateListResultIterator
|
||||
type IntegrationAccountCertificateListResultPage = original.IntegrationAccountCertificateListResultPage
|
||||
type IntegrationAccountCertificateProperties = original.IntegrationAccountCertificateProperties
|
||||
type IntegrationAccountListResult = original.IntegrationAccountListResult
|
||||
type IntegrationAccountListResultIterator = original.IntegrationAccountListResultIterator
|
||||
type IntegrationAccountListResultPage = original.IntegrationAccountListResultPage
|
||||
type IntegrationAccountMap = original.IntegrationAccountMap
|
||||
type IntegrationAccountMapFilter = original.IntegrationAccountMapFilter
|
||||
type IntegrationAccountMapListResult = original.IntegrationAccountMapListResult
|
||||
type IntegrationAccountMapListResultIterator = original.IntegrationAccountMapListResultIterator
|
||||
type IntegrationAccountMapListResultPage = original.IntegrationAccountMapListResultPage
|
||||
type IntegrationAccountMapProperties = original.IntegrationAccountMapProperties
|
||||
type IntegrationAccountMapPropertiesParametersSchema = original.IntegrationAccountMapPropertiesParametersSchema
|
||||
type IntegrationAccountPartner = original.IntegrationAccountPartner
|
||||
type IntegrationAccountPartnerFilter = original.IntegrationAccountPartnerFilter
|
||||
type IntegrationAccountPartnerListResult = original.IntegrationAccountPartnerListResult
|
||||
type IntegrationAccountPartnerListResultIterator = original.IntegrationAccountPartnerListResultIterator
|
||||
type IntegrationAccountPartnerListResultPage = original.IntegrationAccountPartnerListResultPage
|
||||
type IntegrationAccountPartnerProperties = original.IntegrationAccountPartnerProperties
|
||||
type IntegrationAccountSchema = original.IntegrationAccountSchema
|
||||
type IntegrationAccountSchemaFilter = original.IntegrationAccountSchemaFilter
|
||||
type IntegrationAccountSchemaListResult = original.IntegrationAccountSchemaListResult
|
||||
type IntegrationAccountSchemaListResultIterator = original.IntegrationAccountSchemaListResultIterator
|
||||
type IntegrationAccountSchemaListResultPage = original.IntegrationAccountSchemaListResultPage
|
||||
type IntegrationAccountSchemaProperties = original.IntegrationAccountSchemaProperties
|
||||
type IntegrationAccountSession = original.IntegrationAccountSession
|
||||
type IntegrationAccountSessionFilter = original.IntegrationAccountSessionFilter
|
||||
type IntegrationAccountSessionListResult = original.IntegrationAccountSessionListResult
|
||||
type IntegrationAccountSessionListResultIterator = original.IntegrationAccountSessionListResultIterator
|
||||
type IntegrationAccountSessionListResultPage = original.IntegrationAccountSessionListResultPage
|
||||
type IntegrationAccountSessionProperties = original.IntegrationAccountSessionProperties
|
||||
type IntegrationAccountSku = original.IntegrationAccountSku
|
||||
type KeyVaultKeyReference = original.KeyVaultKeyReference
|
||||
type KeyVaultKeyReferenceKeyVault = original.KeyVaultKeyReferenceKeyVault
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type PartnerContent = original.PartnerContent
|
||||
type RecurrenceSchedule = original.RecurrenceSchedule
|
||||
type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
|
||||
type RegenerateActionParameter = original.RegenerateActionParameter
|
||||
type Resource = original.Resource
|
||||
type ResourceReference = original.ResourceReference
|
||||
type RetryHistory = original.RetryHistory
|
||||
type SetObject = original.SetObject
|
||||
type Sku = original.Sku
|
||||
type SubResource = original.SubResource
|
||||
type Workflow = original.Workflow
|
||||
type WorkflowFilter = original.WorkflowFilter
|
||||
type WorkflowListResult = original.WorkflowListResult
|
||||
type WorkflowListResultIterator = original.WorkflowListResultIterator
|
||||
type WorkflowListResultPage = original.WorkflowListResultPage
|
||||
type WorkflowOutputParameter = original.WorkflowOutputParameter
|
||||
type WorkflowParameter = original.WorkflowParameter
|
||||
type WorkflowProperties = original.WorkflowProperties
|
||||
type WorkflowRun = original.WorkflowRun
|
||||
type WorkflowRunAction = original.WorkflowRunAction
|
||||
type WorkflowRunActionFilter = original.WorkflowRunActionFilter
|
||||
type WorkflowRunActionListResult = original.WorkflowRunActionListResult
|
||||
type WorkflowRunActionListResultIterator = original.WorkflowRunActionListResultIterator
|
||||
type WorkflowRunActionListResultPage = original.WorkflowRunActionListResultPage
|
||||
type WorkflowRunActionProperties = original.WorkflowRunActionProperties
|
||||
type WorkflowRunFilter = original.WorkflowRunFilter
|
||||
type WorkflowRunListResult = original.WorkflowRunListResult
|
||||
type WorkflowRunListResultIterator = original.WorkflowRunListResultIterator
|
||||
type WorkflowRunListResultPage = original.WorkflowRunListResultPage
|
||||
type WorkflowRunProperties = original.WorkflowRunProperties
|
||||
type WorkflowRunTrigger = original.WorkflowRunTrigger
|
||||
type WorkflowTrigger = original.WorkflowTrigger
|
||||
type WorkflowTriggerCallbackURL = original.WorkflowTriggerCallbackURL
|
||||
type WorkflowTriggerFilter = original.WorkflowTriggerFilter
|
||||
type WorkflowTriggerHistory = original.WorkflowTriggerHistory
|
||||
type WorkflowTriggerHistoryFilter = original.WorkflowTriggerHistoryFilter
|
||||
type WorkflowTriggerHistoryListResult = original.WorkflowTriggerHistoryListResult
|
||||
type WorkflowTriggerHistoryListResultIterator = original.WorkflowTriggerHistoryListResultIterator
|
||||
type WorkflowTriggerHistoryListResultPage = original.WorkflowTriggerHistoryListResultPage
|
||||
type WorkflowTriggerHistoryProperties = original.WorkflowTriggerHistoryProperties
|
||||
type WorkflowTriggerListCallbackURLQueries = original.WorkflowTriggerListCallbackURLQueries
|
||||
type WorkflowTriggerListResult = original.WorkflowTriggerListResult
|
||||
type WorkflowTriggerListResultIterator = original.WorkflowTriggerListResultIterator
|
||||
type WorkflowTriggerListResultPage = original.WorkflowTriggerListResultPage
|
||||
type WorkflowTriggerProperties = original.WorkflowTriggerProperties
|
||||
type WorkflowTriggerRecurrence = original.WorkflowTriggerRecurrence
|
||||
type WorkflowVersion = original.WorkflowVersion
|
||||
type WorkflowVersionListResult = original.WorkflowVersionListResult
|
||||
type WorkflowVersionListResultIterator = original.WorkflowVersionListResultIterator
|
||||
type WorkflowVersionListResultPage = original.WorkflowVersionListResultPage
|
||||
type WorkflowVersionProperties = original.WorkflowVersionProperties
|
||||
type X12AcknowledgementSettings = original.X12AcknowledgementSettings
|
||||
type X12AgreementContent = original.X12AgreementContent
|
||||
type X12DelimiterOverrides = original.X12DelimiterOverrides
|
||||
type X12EnvelopeOverride = original.X12EnvelopeOverride
|
||||
type X12EnvelopeSettings = original.X12EnvelopeSettings
|
||||
type X12FramingSettings = original.X12FramingSettings
|
||||
type X12MessageFilter = original.X12MessageFilter
|
||||
type X12MessageIdentifier = original.X12MessageIdentifier
|
||||
type X12OneWayAgreement = original.X12OneWayAgreement
|
||||
type X12ProcessingSettings = original.X12ProcessingSettings
|
||||
type X12ProtocolSettings = original.X12ProtocolSettings
|
||||
type X12SchemaReference = original.X12SchemaReference
|
||||
type X12SecuritySettings = original.X12SecuritySettings
|
||||
type X12ValidationOverride = original.X12ValidationOverride
|
||||
type X12ValidationSettings = original.X12ValidationSettings
|
||||
type PartnersClient = original.PartnersClient
|
||||
|
||||
func NewPartnersClient(subscriptionID string) PartnersClient {
|
||||
return original.NewPartnersClient(subscriptionID)
|
||||
}
|
||||
func NewPartnersClientWithBaseURI(baseURI string, subscriptionID string) PartnersClient {
|
||||
return original.NewPartnersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SchemasClient = original.SchemasClient
|
||||
|
||||
func NewSchemasClient(subscriptionID string) SchemasClient {
|
||||
return original.NewSchemasClient(subscriptionID)
|
||||
}
|
||||
func NewSchemasClientWithBaseURI(baseURI string, subscriptionID string) SchemasClient {
|
||||
return original.NewSchemasClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type SessionsClient = original.SessionsClient
|
||||
|
||||
func NewSessionsClient(subscriptionID string) SessionsClient {
|
||||
return original.NewSessionsClient(subscriptionID)
|
||||
}
|
||||
func NewSessionsClientWithBaseURI(baseURI string, subscriptionID string) SessionsClient {
|
||||
return original.NewSessionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WorkflowRunActionsClient = original.WorkflowRunActionsClient
|
||||
|
||||
func NewWorkflowRunActionsClient(subscriptionID string) WorkflowRunActionsClient {
|
||||
return original.NewWorkflowRunActionsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowRunActionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionsClient {
|
||||
return original.NewWorkflowRunActionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkflowRunsClient = original.WorkflowRunsClient
|
||||
|
||||
func NewWorkflowRunsClient(subscriptionID string) WorkflowRunsClient {
|
||||
return original.NewWorkflowRunsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowRunsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunsClient {
|
||||
return original.NewWorkflowRunsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkflowsClient = original.WorkflowsClient
|
||||
|
||||
func NewWorkflowsClient(subscriptionID string) WorkflowsClient {
|
||||
return original.NewWorkflowsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowsClient {
|
||||
return original.NewWorkflowsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkflowTriggerHistoriesClient = original.WorkflowTriggerHistoriesClient
|
||||
|
||||
func NewWorkflowTriggerHistoriesClient(subscriptionID string) WorkflowTriggerHistoriesClient {
|
||||
return original.NewWorkflowTriggerHistoriesClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowTriggerHistoriesClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggerHistoriesClient {
|
||||
return original.NewWorkflowTriggerHistoriesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkflowTriggersClient = original.WorkflowTriggersClient
|
||||
|
||||
func NewWorkflowTriggersClient(subscriptionID string) WorkflowTriggersClient {
|
||||
return original.NewWorkflowTriggersClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowTriggersClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggersClient {
|
||||
return original.NewWorkflowTriggersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkflowVersionsClient = original.WorkflowVersionsClient
|
||||
|
||||
func NewWorkflowVersionsClient(subscriptionID string) WorkflowVersionsClient {
|
||||
return original.NewWorkflowVersionsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkflowVersionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowVersionsClient {
|
||||
return original.NewWorkflowVersionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-225
@@ -1,225 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 webservices
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/machinelearning/mgmt/2017-01-01/webservices"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AssetType = original.AssetType
|
||||
|
||||
const (
|
||||
AssetTypeModule AssetType = original.AssetTypeModule
|
||||
AssetTypeResource AssetType = original.AssetTypeResource
|
||||
)
|
||||
|
||||
func PossibleAssetTypeValues() []AssetType {
|
||||
return original.PossibleAssetTypeValues()
|
||||
}
|
||||
|
||||
type ColumnFormat = original.ColumnFormat
|
||||
|
||||
const (
|
||||
Byte ColumnFormat = original.Byte
|
||||
Char ColumnFormat = original.Char
|
||||
Complex128 ColumnFormat = original.Complex128
|
||||
Complex64 ColumnFormat = original.Complex64
|
||||
DateTime ColumnFormat = original.DateTime
|
||||
DateTimeOffset ColumnFormat = original.DateTimeOffset
|
||||
Double ColumnFormat = original.Double
|
||||
Duration ColumnFormat = original.Duration
|
||||
Float ColumnFormat = original.Float
|
||||
Int16 ColumnFormat = original.Int16
|
||||
Int32 ColumnFormat = original.Int32
|
||||
Int64 ColumnFormat = original.Int64
|
||||
Int8 ColumnFormat = original.Int8
|
||||
Uint16 ColumnFormat = original.Uint16
|
||||
Uint32 ColumnFormat = original.Uint32
|
||||
Uint64 ColumnFormat = original.Uint64
|
||||
Uint8 ColumnFormat = original.Uint8
|
||||
)
|
||||
|
||||
func PossibleColumnFormatValues() []ColumnFormat {
|
||||
return original.PossibleColumnFormatValues()
|
||||
}
|
||||
|
||||
type ColumnType = original.ColumnType
|
||||
|
||||
const (
|
||||
Boolean ColumnType = original.Boolean
|
||||
Integer ColumnType = original.Integer
|
||||
Number ColumnType = original.Number
|
||||
String ColumnType = original.String
|
||||
)
|
||||
|
||||
func PossibleColumnTypeValues() []ColumnType {
|
||||
return original.PossibleColumnTypeValues()
|
||||
}
|
||||
|
||||
type DiagnosticsLevel = original.DiagnosticsLevel
|
||||
|
||||
const (
|
||||
All DiagnosticsLevel = original.All
|
||||
Error DiagnosticsLevel = original.Error
|
||||
None DiagnosticsLevel = original.None
|
||||
)
|
||||
|
||||
func PossibleDiagnosticsLevelValues() []DiagnosticsLevel {
|
||||
return original.PossibleDiagnosticsLevelValues()
|
||||
}
|
||||
|
||||
type InputPortType = original.InputPortType
|
||||
|
||||
const (
|
||||
Dataset InputPortType = original.Dataset
|
||||
)
|
||||
|
||||
func PossibleInputPortTypeValues() []InputPortType {
|
||||
return original.PossibleInputPortTypeValues()
|
||||
}
|
||||
|
||||
type OutputPortType = original.OutputPortType
|
||||
|
||||
const (
|
||||
OutputPortTypeDataset OutputPortType = original.OutputPortTypeDataset
|
||||
)
|
||||
|
||||
func PossibleOutputPortTypeValues() []OutputPortType {
|
||||
return original.PossibleOutputPortTypeValues()
|
||||
}
|
||||
|
||||
type PackageType = original.PackageType
|
||||
|
||||
const (
|
||||
PackageTypeGraph PackageType = original.PackageTypeGraph
|
||||
PackageTypeWebServiceProperties PackageType = original.PackageTypeWebServiceProperties
|
||||
)
|
||||
|
||||
func PossiblePackageTypeValues() []PackageType {
|
||||
return original.PossiblePackageTypeValues()
|
||||
}
|
||||
|
||||
type ParameterType = original.ParameterType
|
||||
|
||||
const (
|
||||
ParameterTypeBoolean ParameterType = original.ParameterTypeBoolean
|
||||
ParameterTypeColumnPicker ParameterType = original.ParameterTypeColumnPicker
|
||||
ParameterTypeCredential ParameterType = original.ParameterTypeCredential
|
||||
ParameterTypeDataGatewayName ParameterType = original.ParameterTypeDataGatewayName
|
||||
ParameterTypeDouble ParameterType = original.ParameterTypeDouble
|
||||
ParameterTypeEnumerated ParameterType = original.ParameterTypeEnumerated
|
||||
ParameterTypeFloat ParameterType = original.ParameterTypeFloat
|
||||
ParameterTypeInt ParameterType = original.ParameterTypeInt
|
||||
ParameterTypeMode ParameterType = original.ParameterTypeMode
|
||||
ParameterTypeParameterRange ParameterType = original.ParameterTypeParameterRange
|
||||
ParameterTypeScript ParameterType = original.ParameterTypeScript
|
||||
ParameterTypeString ParameterType = original.ParameterTypeString
|
||||
)
|
||||
|
||||
func PossibleParameterTypeValues() []ParameterType {
|
||||
return original.PossibleParameterTypeValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Failed ProvisioningState = original.Failed
|
||||
Provisioning ProvisioningState = original.Provisioning
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
Unknown ProvisioningState = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type AssetItem = original.AssetItem
|
||||
type AsyncOperationErrorInfo = original.AsyncOperationErrorInfo
|
||||
type AsyncOperationStatus = original.AsyncOperationStatus
|
||||
type BlobLocation = original.BlobLocation
|
||||
type ColumnSpecification = original.ColumnSpecification
|
||||
type CommitmentPlan = original.CommitmentPlan
|
||||
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
|
||||
type CreateRegionalPropertiesFuture = original.CreateRegionalPropertiesFuture
|
||||
type DiagnosticsConfiguration = original.DiagnosticsConfiguration
|
||||
type ExampleRequest = original.ExampleRequest
|
||||
type GraphEdge = original.GraphEdge
|
||||
type GraphNode = original.GraphNode
|
||||
type GraphPackage = original.GraphPackage
|
||||
type GraphParameter = original.GraphParameter
|
||||
type GraphParameterLink = original.GraphParameterLink
|
||||
type InputPort = original.InputPort
|
||||
type Keys = original.Keys
|
||||
type MachineLearningWorkspace = original.MachineLearningWorkspace
|
||||
type ModeValueInfo = original.ModeValueInfo
|
||||
type ModuleAssetParameter = original.ModuleAssetParameter
|
||||
type OperationDisplayInfo = original.OperationDisplayInfo
|
||||
type OperationEntity = original.OperationEntity
|
||||
type OperationEntityListResult = original.OperationEntityListResult
|
||||
type OutputPort = original.OutputPort
|
||||
type PaginatedWebServicesList = original.PaginatedWebServicesList
|
||||
type PaginatedWebServicesListIterator = original.PaginatedWebServicesListIterator
|
||||
type PaginatedWebServicesListPage = original.PaginatedWebServicesListPage
|
||||
type Parameter = original.Parameter
|
||||
type PatchFuture = original.PatchFuture
|
||||
type BasicProperties = original.BasicProperties
|
||||
type Properties = original.Properties
|
||||
type PropertiesForGraph = original.PropertiesForGraph
|
||||
type RealtimeConfiguration = original.RealtimeConfiguration
|
||||
type RemoveFuture = original.RemoveFuture
|
||||
type Resource = original.Resource
|
||||
type ServiceInputOutputSpecification = original.ServiceInputOutputSpecification
|
||||
type StorageAccount = original.StorageAccount
|
||||
type TableSpecification = original.TableSpecification
|
||||
type WebService = original.WebService
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-69
@@ -1,69 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 marketplaceordering
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/marketplaceordering/mgmt/2015-06-01/marketplaceordering"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type MarketplaceAgreementsClient = original.MarketplaceAgreementsClient
|
||||
|
||||
func NewMarketplaceAgreementsClient(subscriptionID string) MarketplaceAgreementsClient {
|
||||
return original.NewMarketplaceAgreementsClient(subscriptionID)
|
||||
}
|
||||
func NewMarketplaceAgreementsClientWithBaseURI(baseURI string, subscriptionID string) MarketplaceAgreementsClient {
|
||||
return original.NewMarketplaceAgreementsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AgreementProperties = original.AgreementProperties
|
||||
type AgreementTerms = original.AgreementTerms
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type ErrorResponseError = original.ErrorResponseError
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type Resource = original.Resource
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-108
@@ -1,108 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 media
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2015-10-01/media"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type EntityNameUnavailabilityReason = original.EntityNameUnavailabilityReason
|
||||
|
||||
const (
|
||||
AlreadyExists EntityNameUnavailabilityReason = original.AlreadyExists
|
||||
Invalid EntityNameUnavailabilityReason = original.Invalid
|
||||
None EntityNameUnavailabilityReason = original.None
|
||||
)
|
||||
|
||||
func PossibleEntityNameUnavailabilityReasonValues() []EntityNameUnavailabilityReason {
|
||||
return original.PossibleEntityNameUnavailabilityReasonValues()
|
||||
}
|
||||
|
||||
type KeyType = original.KeyType
|
||||
|
||||
const (
|
||||
Primary KeyType = original.Primary
|
||||
Secondary KeyType = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleKeyTypeValues() []KeyType {
|
||||
return original.PossibleKeyTypeValues()
|
||||
}
|
||||
|
||||
type ResourceType = original.ResourceType
|
||||
|
||||
const (
|
||||
Mediaservices ResourceType = original.Mediaservices
|
||||
)
|
||||
|
||||
func PossibleResourceTypeValues() []ResourceType {
|
||||
return original.PossibleResourceTypeValues()
|
||||
}
|
||||
|
||||
type APIEndpoint = original.APIEndpoint
|
||||
type APIError = original.APIError
|
||||
type CheckNameAvailabilityInput = original.CheckNameAvailabilityInput
|
||||
type CheckNameAvailabilityOutput = original.CheckNameAvailabilityOutput
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type RegenerateKeyInput = original.RegenerateKeyInput
|
||||
type RegenerateKeyOutput = original.RegenerateKeyOutput
|
||||
type Resource = original.Resource
|
||||
type Service = original.Service
|
||||
type ServiceCollection = original.ServiceCollection
|
||||
type ServiceKeys = original.ServiceKeys
|
||||
type ServiceProperties = original.ServiceProperties
|
||||
type StorageAccount = original.StorageAccount
|
||||
type SyncStorageKeysInput = original.SyncStorageKeysInput
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServiceClient = original.ServiceClient
|
||||
|
||||
func NewServiceClient(subscriptionID string) ServiceClient {
|
||||
return original.NewServiceClient(subscriptionID)
|
||||
}
|
||||
func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient {
|
||||
return original.NewServiceClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-424
@@ -1,424 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 mobileengagement
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/mobileengagement/mgmt/2014-12-01/mobileengagement"
|
||||
|
||||
type AppCollectionsClient = original.AppCollectionsClient
|
||||
|
||||
func NewAppCollectionsClient(subscriptionID string) AppCollectionsClient {
|
||||
return original.NewAppCollectionsClient(subscriptionID)
|
||||
}
|
||||
func NewAppCollectionsClientWithBaseURI(baseURI string, subscriptionID string) AppCollectionsClient {
|
||||
return original.NewAppCollectionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AppsClient = original.AppsClient
|
||||
|
||||
func NewAppsClient(subscriptionID string) AppsClient {
|
||||
return original.NewAppsClient(subscriptionID)
|
||||
}
|
||||
func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient {
|
||||
return original.NewAppsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CampaignsClient = original.CampaignsClient
|
||||
|
||||
func NewCampaignsClient(subscriptionID string) CampaignsClient {
|
||||
return original.NewCampaignsClient(subscriptionID)
|
||||
}
|
||||
func NewCampaignsClientWithBaseURI(baseURI string, subscriptionID string) CampaignsClient {
|
||||
return original.NewCampaignsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DevicesClient = original.DevicesClient
|
||||
|
||||
func NewDevicesClient(subscriptionID string) DevicesClient {
|
||||
return original.NewDevicesClient(subscriptionID)
|
||||
}
|
||||
func NewDevicesClientWithBaseURI(baseURI string, subscriptionID string) DevicesClient {
|
||||
return original.NewDevicesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ExportTasksClient = original.ExportTasksClient
|
||||
|
||||
func NewExportTasksClient(subscriptionID string) ExportTasksClient {
|
||||
return original.NewExportTasksClient(subscriptionID)
|
||||
}
|
||||
func NewExportTasksClientWithBaseURI(baseURI string, subscriptionID string) ExportTasksClient {
|
||||
return original.NewExportTasksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ImportTasksClient = original.ImportTasksClient
|
||||
|
||||
func NewImportTasksClient(subscriptionID string) ImportTasksClient {
|
||||
return original.NewImportTasksClient(subscriptionID)
|
||||
}
|
||||
func NewImportTasksClientWithBaseURI(baseURI string, subscriptionID string) ImportTasksClient {
|
||||
return original.NewImportTasksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AudienceOperators = original.AudienceOperators
|
||||
|
||||
const (
|
||||
EQ AudienceOperators = original.EQ
|
||||
GE AudienceOperators = original.GE
|
||||
GT AudienceOperators = original.GT
|
||||
LE AudienceOperators = original.LE
|
||||
LT AudienceOperators = original.LT
|
||||
)
|
||||
|
||||
func PossibleAudienceOperatorsValues() []AudienceOperators {
|
||||
return original.PossibleAudienceOperatorsValues()
|
||||
}
|
||||
|
||||
type CampaignFeedbacks = original.CampaignFeedbacks
|
||||
|
||||
const (
|
||||
Actioned CampaignFeedbacks = original.Actioned
|
||||
Exited CampaignFeedbacks = original.Exited
|
||||
Pushed CampaignFeedbacks = original.Pushed
|
||||
Replied CampaignFeedbacks = original.Replied
|
||||
)
|
||||
|
||||
func PossibleCampaignFeedbacksValues() []CampaignFeedbacks {
|
||||
return original.PossibleCampaignFeedbacksValues()
|
||||
}
|
||||
|
||||
type CampaignKinds = original.CampaignKinds
|
||||
|
||||
const (
|
||||
Announcements CampaignKinds = original.Announcements
|
||||
DataPushes CampaignKinds = original.DataPushes
|
||||
NativePushes CampaignKinds = original.NativePushes
|
||||
Polls CampaignKinds = original.Polls
|
||||
)
|
||||
|
||||
func PossibleCampaignKindsValues() []CampaignKinds {
|
||||
return original.PossibleCampaignKindsValues()
|
||||
}
|
||||
|
||||
type CampaignStates = original.CampaignStates
|
||||
|
||||
const (
|
||||
Draft CampaignStates = original.Draft
|
||||
Finished CampaignStates = original.Finished
|
||||
InProgress CampaignStates = original.InProgress
|
||||
Queued CampaignStates = original.Queued
|
||||
Scheduled CampaignStates = original.Scheduled
|
||||
)
|
||||
|
||||
func PossibleCampaignStatesValues() []CampaignStates {
|
||||
return original.PossibleCampaignStatesValues()
|
||||
}
|
||||
|
||||
type CampaignType = original.CampaignType
|
||||
|
||||
const (
|
||||
Announcement CampaignType = original.Announcement
|
||||
DataPush CampaignType = original.DataPush
|
||||
NativePush CampaignType = original.NativePush
|
||||
Poll CampaignType = original.Poll
|
||||
)
|
||||
|
||||
func PossibleCampaignTypeValues() []CampaignType {
|
||||
return original.PossibleCampaignTypeValues()
|
||||
}
|
||||
|
||||
type CampaignTypes = original.CampaignTypes
|
||||
|
||||
const (
|
||||
OnlyNotif CampaignTypes = original.OnlyNotif
|
||||
Textbase64 CampaignTypes = original.Textbase64
|
||||
Texthtml CampaignTypes = original.Texthtml
|
||||
Textplain CampaignTypes = original.Textplain
|
||||
)
|
||||
|
||||
func PossibleCampaignTypesValues() []CampaignTypes {
|
||||
return original.PossibleCampaignTypesValues()
|
||||
}
|
||||
|
||||
type DeliveryTimes = original.DeliveryTimes
|
||||
|
||||
const (
|
||||
Any DeliveryTimes = original.Any
|
||||
Background DeliveryTimes = original.Background
|
||||
Session DeliveryTimes = original.Session
|
||||
)
|
||||
|
||||
func PossibleDeliveryTimesValues() []DeliveryTimes {
|
||||
return original.PossibleDeliveryTimesValues()
|
||||
}
|
||||
|
||||
type ExportFormat = original.ExportFormat
|
||||
|
||||
const (
|
||||
CsvBlob ExportFormat = original.CsvBlob
|
||||
JSONBlob ExportFormat = original.JSONBlob
|
||||
)
|
||||
|
||||
func PossibleExportFormatValues() []ExportFormat {
|
||||
return original.PossibleExportFormatValues()
|
||||
}
|
||||
|
||||
type ExportState = original.ExportState
|
||||
|
||||
const (
|
||||
ExportStateFailed ExportState = original.ExportStateFailed
|
||||
ExportStateQueued ExportState = original.ExportStateQueued
|
||||
ExportStateStarted ExportState = original.ExportStateStarted
|
||||
ExportStateSucceeded ExportState = original.ExportStateSucceeded
|
||||
)
|
||||
|
||||
func PossibleExportStateValues() []ExportState {
|
||||
return original.PossibleExportStateValues()
|
||||
}
|
||||
|
||||
type ExportType = original.ExportType
|
||||
|
||||
const (
|
||||
ExportTypeActivity ExportType = original.ExportTypeActivity
|
||||
ExportTypeCrash ExportType = original.ExportTypeCrash
|
||||
ExportTypeError ExportType = original.ExportTypeError
|
||||
ExportTypeEvent ExportType = original.ExportTypeEvent
|
||||
ExportTypeJob ExportType = original.ExportTypeJob
|
||||
ExportTypePush ExportType = original.ExportTypePush
|
||||
ExportTypeSession ExportType = original.ExportTypeSession
|
||||
ExportTypeTag ExportType = original.ExportTypeTag
|
||||
ExportTypeToken ExportType = original.ExportTypeToken
|
||||
)
|
||||
|
||||
func PossibleExportTypeValues() []ExportType {
|
||||
return original.PossibleExportTypeValues()
|
||||
}
|
||||
|
||||
type JobStates = original.JobStates
|
||||
|
||||
const (
|
||||
JobStatesFailed JobStates = original.JobStatesFailed
|
||||
JobStatesQueued JobStates = original.JobStatesQueued
|
||||
JobStatesStarted JobStates = original.JobStatesStarted
|
||||
JobStatesSucceeded JobStates = original.JobStatesSucceeded
|
||||
)
|
||||
|
||||
func PossibleJobStatesValues() []JobStates {
|
||||
return original.PossibleJobStatesValues()
|
||||
}
|
||||
|
||||
type NotificationTypes = original.NotificationTypes
|
||||
|
||||
const (
|
||||
Popup NotificationTypes = original.Popup
|
||||
System NotificationTypes = original.System
|
||||
)
|
||||
|
||||
func PossibleNotificationTypesValues() []NotificationTypes {
|
||||
return original.PossibleNotificationTypesValues()
|
||||
}
|
||||
|
||||
type ProvisioningStates = original.ProvisioningStates
|
||||
|
||||
const (
|
||||
Creating ProvisioningStates = original.Creating
|
||||
Succeeded ProvisioningStates = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStatesValues() []ProvisioningStates {
|
||||
return original.PossibleProvisioningStatesValues()
|
||||
}
|
||||
|
||||
type PushModes = original.PushModes
|
||||
|
||||
const (
|
||||
Manual PushModes = original.Manual
|
||||
OneShot PushModes = original.OneShot
|
||||
RealTime PushModes = original.RealTime
|
||||
)
|
||||
|
||||
func PossiblePushModesValues() []PushModes {
|
||||
return original.PossiblePushModesValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeAnnouncementFeedback Type = original.TypeAnnouncementFeedback
|
||||
TypeApplicationVersion Type = original.TypeApplicationVersion
|
||||
TypeBooleanTag Type = original.TypeBooleanTag
|
||||
TypeCarrierCountry Type = original.TypeCarrierCountry
|
||||
TypeCarrierName Type = original.TypeCarrierName
|
||||
TypeCriterion Type = original.TypeCriterion
|
||||
TypeDatapushFeedback Type = original.TypeDatapushFeedback
|
||||
TypeDateTag Type = original.TypeDateTag
|
||||
TypeDeviceManufacturer Type = original.TypeDeviceManufacturer
|
||||
TypeDeviceModel Type = original.TypeDeviceModel
|
||||
TypeFirmwareVersion Type = original.TypeFirmwareVersion
|
||||
TypeGeoFencing Type = original.TypeGeoFencing
|
||||
TypeIntegerTag Type = original.TypeIntegerTag
|
||||
TypeLanguage Type = original.TypeLanguage
|
||||
TypeLocation Type = original.TypeLocation
|
||||
TypeNetworkType Type = original.TypeNetworkType
|
||||
TypePollAnswerFeedback Type = original.TypePollAnswerFeedback
|
||||
TypePollFeedback Type = original.TypePollFeedback
|
||||
TypeScreenSize Type = original.TypeScreenSize
|
||||
TypeSegment Type = original.TypeSegment
|
||||
TypeStringTag Type = original.TypeStringTag
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type TypeBasicFilter = original.TypeBasicFilter
|
||||
|
||||
const (
|
||||
TypeAppInfo TypeBasicFilter = original.TypeAppInfo
|
||||
TypeEngageActiveUsers TypeBasicFilter = original.TypeEngageActiveUsers
|
||||
TypeEngageIdleUsers TypeBasicFilter = original.TypeEngageIdleUsers
|
||||
TypeEngageNewUsers TypeBasicFilter = original.TypeEngageNewUsers
|
||||
TypeEngageOldUsers TypeBasicFilter = original.TypeEngageOldUsers
|
||||
TypeEngageSubset TypeBasicFilter = original.TypeEngageSubset
|
||||
TypeFilter TypeBasicFilter = original.TypeFilter
|
||||
TypeNativePushEnabled TypeBasicFilter = original.TypeNativePushEnabled
|
||||
TypePushQuota TypeBasicFilter = original.TypePushQuota
|
||||
)
|
||||
|
||||
func PossibleTypeBasicFilterValues() []TypeBasicFilter {
|
||||
return original.PossibleTypeBasicFilterValues()
|
||||
}
|
||||
|
||||
type AnnouncementFeedbackCriterion = original.AnnouncementFeedbackCriterion
|
||||
type APIError = original.APIError
|
||||
type APIErrorError = original.APIErrorError
|
||||
type App = original.App
|
||||
type AppCollection = original.AppCollection
|
||||
type AppCollectionListResult = original.AppCollectionListResult
|
||||
type AppCollectionListResultIterator = original.AppCollectionListResultIterator
|
||||
type AppCollectionListResultPage = original.AppCollectionListResultPage
|
||||
type AppCollectionNameAvailability = original.AppCollectionNameAvailability
|
||||
type AppCollectionProperties = original.AppCollectionProperties
|
||||
type AppInfoFilter = original.AppInfoFilter
|
||||
type ApplicationVersionCriterion = original.ApplicationVersionCriterion
|
||||
type AppListResult = original.AppListResult
|
||||
type AppListResultIterator = original.AppListResultIterator
|
||||
type AppListResultPage = original.AppListResultPage
|
||||
type AppProperties = original.AppProperties
|
||||
type BooleanTagCriterion = original.BooleanTagCriterion
|
||||
type Campaign = original.Campaign
|
||||
type CampaignAudience = original.CampaignAudience
|
||||
type CampaignListResult = original.CampaignListResult
|
||||
type CampaignLocalization = original.CampaignLocalization
|
||||
type CampaignPushParameters = original.CampaignPushParameters
|
||||
type CampaignPushResult = original.CampaignPushResult
|
||||
type CampaignResult = original.CampaignResult
|
||||
type CampaignsListResult = original.CampaignsListResult
|
||||
type CampaignsListResultIterator = original.CampaignsListResultIterator
|
||||
type CampaignsListResultPage = original.CampaignsListResultPage
|
||||
type CampaignState = original.CampaignState
|
||||
type CampaignStateResult = original.CampaignStateResult
|
||||
type CampaignStatisticsResult = original.CampaignStatisticsResult
|
||||
type CampaignTestNewParameters = original.CampaignTestNewParameters
|
||||
type CampaignTestSavedParameters = original.CampaignTestSavedParameters
|
||||
type CarrierCountryCriterion = original.CarrierCountryCriterion
|
||||
type CarrierNameCriterion = original.CarrierNameCriterion
|
||||
type BasicCriterion = original.BasicCriterion
|
||||
type Criterion = original.Criterion
|
||||
type DatapushFeedbackCriterion = original.DatapushFeedbackCriterion
|
||||
type DateRangeExportTaskParameter = original.DateRangeExportTaskParameter
|
||||
type DateTagCriterion = original.DateTagCriterion
|
||||
type Device = original.Device
|
||||
type DeviceInfo = original.DeviceInfo
|
||||
type DeviceLocation = original.DeviceLocation
|
||||
type DeviceManufacturerCriterion = original.DeviceManufacturerCriterion
|
||||
type DeviceMeta = original.DeviceMeta
|
||||
type DeviceModelCriterion = original.DeviceModelCriterion
|
||||
type DeviceQueryResult = original.DeviceQueryResult
|
||||
type DevicesQueryResult = original.DevicesQueryResult
|
||||
type DevicesQueryResultIterator = original.DevicesQueryResultIterator
|
||||
type DevicesQueryResultPage = original.DevicesQueryResultPage
|
||||
type DeviceTagsParameters = original.DeviceTagsParameters
|
||||
type DeviceTagsResult = original.DeviceTagsResult
|
||||
type EngageActiveUsersFilter = original.EngageActiveUsersFilter
|
||||
type EngageIdleUsersFilter = original.EngageIdleUsersFilter
|
||||
type EngageNewUsersFilter = original.EngageNewUsersFilter
|
||||
type EngageOldUsersFilter = original.EngageOldUsersFilter
|
||||
type EngageSubsetFilter = original.EngageSubsetFilter
|
||||
type ExportOptions = original.ExportOptions
|
||||
type ExportTaskListResult = original.ExportTaskListResult
|
||||
type ExportTaskListResultIterator = original.ExportTaskListResultIterator
|
||||
type ExportTaskListResultPage = original.ExportTaskListResultPage
|
||||
type ExportTaskParameter = original.ExportTaskParameter
|
||||
type ExportTaskResult = original.ExportTaskResult
|
||||
type FeedbackByCampaignParameter = original.FeedbackByCampaignParameter
|
||||
type FeedbackByDateRangeParameter = original.FeedbackByDateRangeParameter
|
||||
type BasicFilter = original.BasicFilter
|
||||
type Filter = original.Filter
|
||||
type FirmwareVersionCriterion = original.FirmwareVersionCriterion
|
||||
type GeoFencingCriterion = original.GeoFencingCriterion
|
||||
type ImportTask = original.ImportTask
|
||||
type ImportTaskListResult = original.ImportTaskListResult
|
||||
type ImportTaskListResultIterator = original.ImportTaskListResultIterator
|
||||
type ImportTaskListResultPage = original.ImportTaskListResultPage
|
||||
type ImportTaskResult = original.ImportTaskResult
|
||||
type IntegerTagCriterion = original.IntegerTagCriterion
|
||||
type LanguageCriterion = original.LanguageCriterion
|
||||
type LocationCriterion = original.LocationCriterion
|
||||
type NativePushEnabledFilter = original.NativePushEnabledFilter
|
||||
type NetworkTypeCriterion = original.NetworkTypeCriterion
|
||||
type NotificationOptions = original.NotificationOptions
|
||||
type PollAnswerFeedbackCriterion = original.PollAnswerFeedbackCriterion
|
||||
type PollFeedbackCriterion = original.PollFeedbackCriterion
|
||||
type PollQuestion = original.PollQuestion
|
||||
type PollQuestionChoice = original.PollQuestionChoice
|
||||
type PollQuestionChoiceLocalization = original.PollQuestionChoiceLocalization
|
||||
type PollQuestionLocalization = original.PollQuestionLocalization
|
||||
type PushQuotaFilter = original.PushQuotaFilter
|
||||
type Resource = original.Resource
|
||||
type ScreenSizeCriterion = original.ScreenSizeCriterion
|
||||
type SegmentCriterion = original.SegmentCriterion
|
||||
type StringTagCriterion = original.StringTagCriterion
|
||||
type SupportedPlatformsListResult = original.SupportedPlatformsListResult
|
||||
type SupportedPlatformsClient = original.SupportedPlatformsClient
|
||||
|
||||
func NewSupportedPlatformsClient(subscriptionID string) SupportedPlatformsClient {
|
||||
return original.NewSupportedPlatformsClient(subscriptionID)
|
||||
}
|
||||
func NewSupportedPlatformsClientWithBaseURI(baseURI string, subscriptionID string) SupportedPlatformsClient {
|
||||
return original.NewSupportedPlatformsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-236
@@ -1,236 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 mysql
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/mysql/mgmt/2017-12-01/mysql"
|
||||
|
||||
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
|
||||
|
||||
func NewCheckNameAvailabilityClient(subscriptionID string) CheckNameAvailabilityClient {
|
||||
return original.NewCheckNameAvailabilityClient(subscriptionID)
|
||||
}
|
||||
func NewCheckNameAvailabilityClientWithBaseURI(baseURI string, subscriptionID string) CheckNameAvailabilityClient {
|
||||
return original.NewCheckNameAvailabilityClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConfigurationsClient = original.ConfigurationsClient
|
||||
|
||||
func NewConfigurationsClient(subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabasesClient = original.DatabasesClient
|
||||
|
||||
func NewDatabasesClient(subscriptionID string) DatabasesClient {
|
||||
return original.NewDatabasesClient(subscriptionID)
|
||||
}
|
||||
func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient {
|
||||
return original.NewDatabasesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FirewallRulesClient = original.FirewallRulesClient
|
||||
|
||||
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClient(subscriptionID)
|
||||
}
|
||||
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationBasedPerformanceTierClient = original.LocationBasedPerformanceTierClient
|
||||
|
||||
func NewLocationBasedPerformanceTierClient(subscriptionID string) LocationBasedPerformanceTierClient {
|
||||
return original.NewLocationBasedPerformanceTierClient(subscriptionID)
|
||||
}
|
||||
func NewLocationBasedPerformanceTierClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedPerformanceTierClient {
|
||||
return original.NewLocationBasedPerformanceTierClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LogFilesClient = original.LogFilesClient
|
||||
|
||||
func NewLogFilesClient(subscriptionID string) LogFilesClient {
|
||||
return original.NewLogFilesClient(subscriptionID)
|
||||
}
|
||||
func NewLogFilesClientWithBaseURI(baseURI string, subscriptionID string) LogFilesClient {
|
||||
return original.NewLogFilesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CreateMode = original.CreateMode
|
||||
|
||||
const (
|
||||
CreateModeDefault CreateMode = original.CreateModeDefault
|
||||
CreateModePointInTimeRestore CreateMode = original.CreateModePointInTimeRestore
|
||||
CreateModeServerPropertiesForCreate CreateMode = original.CreateModeServerPropertiesForCreate
|
||||
)
|
||||
|
||||
func PossibleCreateModeValues() []CreateMode {
|
||||
return original.PossibleCreateModeValues()
|
||||
}
|
||||
|
||||
type GeoRedundantBackup = original.GeoRedundantBackup
|
||||
|
||||
const (
|
||||
Disabled GeoRedundantBackup = original.Disabled
|
||||
Enabled GeoRedundantBackup = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleGeoRedundantBackupValues() []GeoRedundantBackup {
|
||||
return original.PossibleGeoRedundantBackupValues()
|
||||
}
|
||||
|
||||
type OperationOrigin = original.OperationOrigin
|
||||
|
||||
const (
|
||||
NotSpecified OperationOrigin = original.NotSpecified
|
||||
System OperationOrigin = original.System
|
||||
User OperationOrigin = original.User
|
||||
)
|
||||
|
||||
func PossibleOperationOriginValues() []OperationOrigin {
|
||||
return original.PossibleOperationOriginValues()
|
||||
}
|
||||
|
||||
type ServerState = original.ServerState
|
||||
|
||||
const (
|
||||
ServerStateDisabled ServerState = original.ServerStateDisabled
|
||||
ServerStateDropping ServerState = original.ServerStateDropping
|
||||
ServerStateReady ServerState = original.ServerStateReady
|
||||
)
|
||||
|
||||
func PossibleServerStateValues() []ServerState {
|
||||
return original.PossibleServerStateValues()
|
||||
}
|
||||
|
||||
type ServerVersion = original.ServerVersion
|
||||
|
||||
const (
|
||||
FiveFullStopSeven ServerVersion = original.FiveFullStopSeven
|
||||
FiveFullStopSix ServerVersion = original.FiveFullStopSix
|
||||
)
|
||||
|
||||
func PossibleServerVersionValues() []ServerVersion {
|
||||
return original.PossibleServerVersionValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Basic SkuTier = original.Basic
|
||||
GeneralPurpose SkuTier = original.GeneralPurpose
|
||||
MemoryOptimized SkuTier = original.MemoryOptimized
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type SslEnforcementEnum = original.SslEnforcementEnum
|
||||
|
||||
const (
|
||||
SslEnforcementEnumDisabled SslEnforcementEnum = original.SslEnforcementEnumDisabled
|
||||
SslEnforcementEnumEnabled SslEnforcementEnum = original.SslEnforcementEnumEnabled
|
||||
)
|
||||
|
||||
func PossibleSslEnforcementEnumValues() []SslEnforcementEnum {
|
||||
return original.PossibleSslEnforcementEnumValues()
|
||||
}
|
||||
|
||||
type Configuration = original.Configuration
|
||||
type ConfigurationListResult = original.ConfigurationListResult
|
||||
type ConfigurationProperties = original.ConfigurationProperties
|
||||
type ConfigurationsCreateOrUpdateFuture = original.ConfigurationsCreateOrUpdateFuture
|
||||
type Database = original.Database
|
||||
type DatabaseListResult = original.DatabaseListResult
|
||||
type DatabaseProperties = original.DatabaseProperties
|
||||
type DatabasesCreateOrUpdateFuture = original.DatabasesCreateOrUpdateFuture
|
||||
type DatabasesDeleteFuture = original.DatabasesDeleteFuture
|
||||
type FirewallRule = original.FirewallRule
|
||||
type FirewallRuleListResult = original.FirewallRuleListResult
|
||||
type FirewallRuleProperties = original.FirewallRuleProperties
|
||||
type FirewallRulesCreateOrUpdateFuture = original.FirewallRulesCreateOrUpdateFuture
|
||||
type FirewallRulesDeleteFuture = original.FirewallRulesDeleteFuture
|
||||
type LogFile = original.LogFile
|
||||
type LogFileListResult = original.LogFileListResult
|
||||
type LogFileProperties = original.LogFileProperties
|
||||
type NameAvailability = original.NameAvailability
|
||||
type NameAvailabilityRequest = original.NameAvailabilityRequest
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type PerformanceTierListResult = original.PerformanceTierListResult
|
||||
type PerformanceTierProperties = original.PerformanceTierProperties
|
||||
type PerformanceTierServiceLevelObjectives = original.PerformanceTierServiceLevelObjectives
|
||||
type ProxyResource = original.ProxyResource
|
||||
type Server = original.Server
|
||||
type ServerForCreate = original.ServerForCreate
|
||||
type ServerListResult = original.ServerListResult
|
||||
type ServerProperties = original.ServerProperties
|
||||
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
|
||||
type ServerPropertiesForCreate = original.ServerPropertiesForCreate
|
||||
type ServerPropertiesForDefaultCreate = original.ServerPropertiesForDefaultCreate
|
||||
type ServerPropertiesForRestore = original.ServerPropertiesForRestore
|
||||
type ServersCreateFuture = original.ServersCreateFuture
|
||||
type ServersDeleteFuture = original.ServersDeleteFuture
|
||||
type ServersUpdateFuture = original.ServersUpdateFuture
|
||||
type ServerUpdateParameters = original.ServerUpdateParameters
|
||||
type ServerUpdateParametersProperties = original.ServerUpdateParametersProperties
|
||||
type Sku = original.Sku
|
||||
type StorageProfile = original.StorageProfile
|
||||
type TrackedResource = original.TrackedResource
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServersClient = original.ServersClient
|
||||
|
||||
func NewServersClient(subscriptionID string) ServersClient {
|
||||
return original.NewServersClient(subscriptionID)
|
||||
}
|
||||
func NewServersClientWithBaseURI(baseURI string, subscriptionID string) ServersClient {
|
||||
return original.NewServersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-1673
File diff suppressed because it is too large
Load Diff
Generated
Vendored
-155
@@ -1,155 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 notificationhubs
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/notificationhubs/mgmt/2017-04-01/notificationhubs"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type HubsClient = original.HubsClient
|
||||
|
||||
func NewHubsClient(subscriptionID string) HubsClient {
|
||||
return original.NewHubsClient(subscriptionID)
|
||||
}
|
||||
func NewHubsClientWithBaseURI(baseURI string, subscriptionID string) HubsClient {
|
||||
return original.NewHubsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessRights = original.AccessRights
|
||||
|
||||
const (
|
||||
Listen AccessRights = original.Listen
|
||||
Manage AccessRights = original.Manage
|
||||
Send AccessRights = original.Send
|
||||
)
|
||||
|
||||
func PossibleAccessRightsValues() []AccessRights {
|
||||
return original.PossibleAccessRightsValues()
|
||||
}
|
||||
|
||||
type NamespaceType = original.NamespaceType
|
||||
|
||||
const (
|
||||
Messaging NamespaceType = original.Messaging
|
||||
NotificationHub NamespaceType = original.NotificationHub
|
||||
)
|
||||
|
||||
func PossibleNamespaceTypeValues() []NamespaceType {
|
||||
return original.PossibleNamespaceTypeValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Basic SkuName = original.Basic
|
||||
Free SkuName = original.Free
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type AdmCredential = original.AdmCredential
|
||||
type AdmCredentialProperties = original.AdmCredentialProperties
|
||||
type ApnsCredential = original.ApnsCredential
|
||||
type ApnsCredentialProperties = original.ApnsCredentialProperties
|
||||
type BaiduCredential = original.BaiduCredential
|
||||
type BaiduCredentialProperties = original.BaiduCredentialProperties
|
||||
type CheckAvailabilityParameters = original.CheckAvailabilityParameters
|
||||
type CheckAvailabilityResult = original.CheckAvailabilityResult
|
||||
type CheckNameAvailabilityRequestParameters = original.CheckNameAvailabilityRequestParameters
|
||||
type CheckNameAvailabilityResponse = original.CheckNameAvailabilityResponse
|
||||
type CreateOrUpdateParameters = original.CreateOrUpdateParameters
|
||||
type GcmCredential = original.GcmCredential
|
||||
type GcmCredentialProperties = original.GcmCredentialProperties
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type MpnsCredential = original.MpnsCredential
|
||||
type MpnsCredentialProperties = original.MpnsCredentialProperties
|
||||
type NamespaceCreateOrUpdateParameters = original.NamespaceCreateOrUpdateParameters
|
||||
type NamespaceListResult = original.NamespaceListResult
|
||||
type NamespaceListResultIterator = original.NamespaceListResultIterator
|
||||
type NamespaceListResultPage = original.NamespaceListResultPage
|
||||
type NamespacePatchParameters = original.NamespacePatchParameters
|
||||
type NamespaceProperties = original.NamespaceProperties
|
||||
type NamespaceResource = original.NamespaceResource
|
||||
type NamespacesDeleteFuture = original.NamespacesDeleteFuture
|
||||
type PnsCredentialsProperties = original.PnsCredentialsProperties
|
||||
type PnsCredentialsResource = original.PnsCredentialsResource
|
||||
type PolicykeyResource = original.PolicykeyResource
|
||||
type Properties = original.Properties
|
||||
type Resource = original.Resource
|
||||
type ResourceListKeys = original.ResourceListKeys
|
||||
type ResourceType = original.ResourceType
|
||||
type SharedAccessAuthorizationRuleCreateOrUpdateParameters = original.SharedAccessAuthorizationRuleCreateOrUpdateParameters
|
||||
type SharedAccessAuthorizationRuleListResult = original.SharedAccessAuthorizationRuleListResult
|
||||
type SharedAccessAuthorizationRuleListResultIterator = original.SharedAccessAuthorizationRuleListResultIterator
|
||||
type SharedAccessAuthorizationRuleListResultPage = original.SharedAccessAuthorizationRuleListResultPage
|
||||
type SharedAccessAuthorizationRuleProperties = original.SharedAccessAuthorizationRuleProperties
|
||||
type SharedAccessAuthorizationRuleResource = original.SharedAccessAuthorizationRuleResource
|
||||
type Sku = original.Sku
|
||||
type SubResource = original.SubResource
|
||||
type WnsCredential = original.WnsCredential
|
||||
type WnsCredentialProperties = original.WnsCredentialProperties
|
||||
type NameClient = original.NameClient
|
||||
|
||||
func NewNameClient(subscriptionID string) NameClient {
|
||||
return original.NewNameClient(subscriptionID)
|
||||
}
|
||||
func NewNameClientWithBaseURI(baseURI string, subscriptionID string) NameClient {
|
||||
return original.NewNameClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type NamespacesClient = original.NamespacesClient
|
||||
|
||||
func NewNamespacesClient(subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClient(subscriptionID)
|
||||
}
|
||||
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-145
@@ -1,145 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 operationalinsights
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/operationalinsights/mgmt/2015-03-20/operationalinsights"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string, purgeID string) BaseClient {
|
||||
return original.New(subscriptionID, purgeID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string, purgeID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID, purgeID)
|
||||
}
|
||||
|
||||
type PurgeState = original.PurgeState
|
||||
|
||||
const (
|
||||
Completed PurgeState = original.Completed
|
||||
Pending PurgeState = original.Pending
|
||||
)
|
||||
|
||||
func PossiblePurgeStateValues() []PurgeState {
|
||||
return original.PossiblePurgeStateValues()
|
||||
}
|
||||
|
||||
type SearchSortEnum = original.SearchSortEnum
|
||||
|
||||
const (
|
||||
Asc SearchSortEnum = original.Asc
|
||||
Desc SearchSortEnum = original.Desc
|
||||
)
|
||||
|
||||
func PossibleSearchSortEnumValues() []SearchSortEnum {
|
||||
return original.PossibleSearchSortEnumValues()
|
||||
}
|
||||
|
||||
type StorageInsightState = original.StorageInsightState
|
||||
|
||||
const (
|
||||
ERROR StorageInsightState = original.ERROR
|
||||
OK StorageInsightState = original.OK
|
||||
)
|
||||
|
||||
func PossibleStorageInsightStateValues() []StorageInsightState {
|
||||
return original.PossibleStorageInsightStateValues()
|
||||
}
|
||||
|
||||
type CoreSummary = original.CoreSummary
|
||||
type LinkTarget = original.LinkTarget
|
||||
type ListLinkTarget = original.ListLinkTarget
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type ProxyResource = original.ProxyResource
|
||||
type Resource = original.Resource
|
||||
type SavedSearch = original.SavedSearch
|
||||
type SavedSearchesListResult = original.SavedSearchesListResult
|
||||
type SavedSearchProperties = original.SavedSearchProperties
|
||||
type SearchError = original.SearchError
|
||||
type SearchGetSchemaResponse = original.SearchGetSchemaResponse
|
||||
type SearchHighlight = original.SearchHighlight
|
||||
type SearchMetadata = original.SearchMetadata
|
||||
type SearchMetadataSchema = original.SearchMetadataSchema
|
||||
type SearchParameters = original.SearchParameters
|
||||
type SearchResultsResponse = original.SearchResultsResponse
|
||||
type SearchSchemaValue = original.SearchSchemaValue
|
||||
type SearchSort = original.SearchSort
|
||||
type SetObject = original.SetObject
|
||||
type StorageAccount = original.StorageAccount
|
||||
type StorageInsight = original.StorageInsight
|
||||
type StorageInsightListResult = original.StorageInsightListResult
|
||||
type StorageInsightListResultIterator = original.StorageInsightListResultIterator
|
||||
type StorageInsightListResultPage = original.StorageInsightListResultPage
|
||||
type StorageInsightProperties = original.StorageInsightProperties
|
||||
type StorageInsightStatus = original.StorageInsightStatus
|
||||
type Tag = original.Tag
|
||||
type WorkspacePurgeBody = original.WorkspacePurgeBody
|
||||
type WorkspacePurgeBodyFilters = original.WorkspacePurgeBodyFilters
|
||||
type WorkspacePurgeResponse = original.WorkspacePurgeResponse
|
||||
type WorkspacePurgeStatusResponse = original.WorkspacePurgeStatusResponse
|
||||
type WorkspacesGetSearchResultsFuture = original.WorkspacesGetSearchResultsFuture
|
||||
type WorkspacesPurgeFuture = original.WorkspacesPurgeFuture
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string, purgeID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID, purgeID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID, purgeID)
|
||||
}
|
||||
|
||||
type SavedSearchesClient = original.SavedSearchesClient
|
||||
|
||||
func NewSavedSearchesClient(subscriptionID string, purgeID string) SavedSearchesClient {
|
||||
return original.NewSavedSearchesClient(subscriptionID, purgeID)
|
||||
}
|
||||
func NewSavedSearchesClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) SavedSearchesClient {
|
||||
return original.NewSavedSearchesClientWithBaseURI(baseURI, subscriptionID, purgeID)
|
||||
}
|
||||
|
||||
type StorageInsightsClient = original.StorageInsightsClient
|
||||
|
||||
func NewStorageInsightsClient(subscriptionID string, purgeID string) StorageInsightsClient {
|
||||
return original.NewStorageInsightsClient(subscriptionID, purgeID)
|
||||
}
|
||||
func NewStorageInsightsClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) StorageInsightsClient {
|
||||
return original.NewStorageInsightsClientWithBaseURI(baseURI, subscriptionID, purgeID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WorkspacesClient = original.WorkspacesClient
|
||||
|
||||
func NewWorkspacesClient(subscriptionID string, purgeID string) WorkspacesClient {
|
||||
return original.NewWorkspacesClient(subscriptionID, purgeID)
|
||||
}
|
||||
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) WorkspacesClient {
|
||||
return original.NewWorkspacesClientWithBaseURI(baseURI, subscriptionID, purgeID)
|
||||
}
|
||||
Generated
Vendored
-236
@@ -1,236 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 postgresql
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/postgresql/mgmt/2017-12-01/postgresql"
|
||||
|
||||
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
|
||||
|
||||
func NewCheckNameAvailabilityClient(subscriptionID string) CheckNameAvailabilityClient {
|
||||
return original.NewCheckNameAvailabilityClient(subscriptionID)
|
||||
}
|
||||
func NewCheckNameAvailabilityClientWithBaseURI(baseURI string, subscriptionID string) CheckNameAvailabilityClient {
|
||||
return original.NewCheckNameAvailabilityClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ConfigurationsClient = original.ConfigurationsClient
|
||||
|
||||
func NewConfigurationsClient(subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClient(subscriptionID)
|
||||
}
|
||||
func NewConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ConfigurationsClient {
|
||||
return original.NewConfigurationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DatabasesClient = original.DatabasesClient
|
||||
|
||||
func NewDatabasesClient(subscriptionID string) DatabasesClient {
|
||||
return original.NewDatabasesClient(subscriptionID)
|
||||
}
|
||||
func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient {
|
||||
return original.NewDatabasesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FirewallRulesClient = original.FirewallRulesClient
|
||||
|
||||
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClient(subscriptionID)
|
||||
}
|
||||
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LocationBasedPerformanceTierClient = original.LocationBasedPerformanceTierClient
|
||||
|
||||
func NewLocationBasedPerformanceTierClient(subscriptionID string) LocationBasedPerformanceTierClient {
|
||||
return original.NewLocationBasedPerformanceTierClient(subscriptionID)
|
||||
}
|
||||
func NewLocationBasedPerformanceTierClientWithBaseURI(baseURI string, subscriptionID string) LocationBasedPerformanceTierClient {
|
||||
return original.NewLocationBasedPerformanceTierClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LogFilesClient = original.LogFilesClient
|
||||
|
||||
func NewLogFilesClient(subscriptionID string) LogFilesClient {
|
||||
return original.NewLogFilesClient(subscriptionID)
|
||||
}
|
||||
func NewLogFilesClientWithBaseURI(baseURI string, subscriptionID string) LogFilesClient {
|
||||
return original.NewLogFilesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type CreateMode = original.CreateMode
|
||||
|
||||
const (
|
||||
CreateModeDefault CreateMode = original.CreateModeDefault
|
||||
CreateModePointInTimeRestore CreateMode = original.CreateModePointInTimeRestore
|
||||
CreateModeServerPropertiesForCreate CreateMode = original.CreateModeServerPropertiesForCreate
|
||||
)
|
||||
|
||||
func PossibleCreateModeValues() []CreateMode {
|
||||
return original.PossibleCreateModeValues()
|
||||
}
|
||||
|
||||
type GeoRedundantBackup = original.GeoRedundantBackup
|
||||
|
||||
const (
|
||||
Disabled GeoRedundantBackup = original.Disabled
|
||||
Enabled GeoRedundantBackup = original.Enabled
|
||||
)
|
||||
|
||||
func PossibleGeoRedundantBackupValues() []GeoRedundantBackup {
|
||||
return original.PossibleGeoRedundantBackupValues()
|
||||
}
|
||||
|
||||
type OperationOrigin = original.OperationOrigin
|
||||
|
||||
const (
|
||||
NotSpecified OperationOrigin = original.NotSpecified
|
||||
System OperationOrigin = original.System
|
||||
User OperationOrigin = original.User
|
||||
)
|
||||
|
||||
func PossibleOperationOriginValues() []OperationOrigin {
|
||||
return original.PossibleOperationOriginValues()
|
||||
}
|
||||
|
||||
type ServerState = original.ServerState
|
||||
|
||||
const (
|
||||
ServerStateDisabled ServerState = original.ServerStateDisabled
|
||||
ServerStateDropping ServerState = original.ServerStateDropping
|
||||
ServerStateReady ServerState = original.ServerStateReady
|
||||
)
|
||||
|
||||
func PossibleServerStateValues() []ServerState {
|
||||
return original.PossibleServerStateValues()
|
||||
}
|
||||
|
||||
type ServerVersion = original.ServerVersion
|
||||
|
||||
const (
|
||||
NineFullStopFive ServerVersion = original.NineFullStopFive
|
||||
NineFullStopSix ServerVersion = original.NineFullStopSix
|
||||
)
|
||||
|
||||
func PossibleServerVersionValues() []ServerVersion {
|
||||
return original.PossibleServerVersionValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Basic SkuTier = original.Basic
|
||||
GeneralPurpose SkuTier = original.GeneralPurpose
|
||||
MemoryOptimized SkuTier = original.MemoryOptimized
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type SslEnforcementEnum = original.SslEnforcementEnum
|
||||
|
||||
const (
|
||||
SslEnforcementEnumDisabled SslEnforcementEnum = original.SslEnforcementEnumDisabled
|
||||
SslEnforcementEnumEnabled SslEnforcementEnum = original.SslEnforcementEnumEnabled
|
||||
)
|
||||
|
||||
func PossibleSslEnforcementEnumValues() []SslEnforcementEnum {
|
||||
return original.PossibleSslEnforcementEnumValues()
|
||||
}
|
||||
|
||||
type Configuration = original.Configuration
|
||||
type ConfigurationListResult = original.ConfigurationListResult
|
||||
type ConfigurationProperties = original.ConfigurationProperties
|
||||
type ConfigurationsCreateOrUpdateFuture = original.ConfigurationsCreateOrUpdateFuture
|
||||
type Database = original.Database
|
||||
type DatabaseListResult = original.DatabaseListResult
|
||||
type DatabaseProperties = original.DatabaseProperties
|
||||
type DatabasesCreateOrUpdateFuture = original.DatabasesCreateOrUpdateFuture
|
||||
type DatabasesDeleteFuture = original.DatabasesDeleteFuture
|
||||
type FirewallRule = original.FirewallRule
|
||||
type FirewallRuleListResult = original.FirewallRuleListResult
|
||||
type FirewallRuleProperties = original.FirewallRuleProperties
|
||||
type FirewallRulesCreateOrUpdateFuture = original.FirewallRulesCreateOrUpdateFuture
|
||||
type FirewallRulesDeleteFuture = original.FirewallRulesDeleteFuture
|
||||
type LogFile = original.LogFile
|
||||
type LogFileListResult = original.LogFileListResult
|
||||
type LogFileProperties = original.LogFileProperties
|
||||
type NameAvailability = original.NameAvailability
|
||||
type NameAvailabilityRequest = original.NameAvailabilityRequest
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type PerformanceTierListResult = original.PerformanceTierListResult
|
||||
type PerformanceTierProperties = original.PerformanceTierProperties
|
||||
type PerformanceTierServiceLevelObjectives = original.PerformanceTierServiceLevelObjectives
|
||||
type ProxyResource = original.ProxyResource
|
||||
type Server = original.Server
|
||||
type ServerForCreate = original.ServerForCreate
|
||||
type ServerListResult = original.ServerListResult
|
||||
type ServerProperties = original.ServerProperties
|
||||
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
|
||||
type ServerPropertiesForCreate = original.ServerPropertiesForCreate
|
||||
type ServerPropertiesForDefaultCreate = original.ServerPropertiesForDefaultCreate
|
||||
type ServerPropertiesForRestore = original.ServerPropertiesForRestore
|
||||
type ServersCreateFuture = original.ServersCreateFuture
|
||||
type ServersDeleteFuture = original.ServersDeleteFuture
|
||||
type ServersUpdateFuture = original.ServersUpdateFuture
|
||||
type ServerUpdateParameters = original.ServerUpdateParameters
|
||||
type ServerUpdateParametersProperties = original.ServerUpdateParametersProperties
|
||||
type Sku = original.Sku
|
||||
type StorageProfile = original.StorageProfile
|
||||
type TrackedResource = original.TrackedResource
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServersClient = original.ServersClient
|
||||
|
||||
func NewServersClient(subscriptionID string) ServersClient {
|
||||
return original.NewServersClient(subscriptionID)
|
||||
}
|
||||
func NewServersClientWithBaseURI(baseURI string, subscriptionID string) ServersClient {
|
||||
return original.NewServersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-133
@@ -1,133 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 powerbidedicated
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/powerbidedicated/mgmt/2017-10-01/powerbidedicated"
|
||||
|
||||
type CapacitiesClient = original.CapacitiesClient
|
||||
|
||||
func NewCapacitiesClient(subscriptionID string) CapacitiesClient {
|
||||
return original.NewCapacitiesClient(subscriptionID)
|
||||
}
|
||||
func NewCapacitiesClientWithBaseURI(baseURI string, subscriptionID string) CapacitiesClient {
|
||||
return original.NewCapacitiesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Deleting ProvisioningState = original.Deleting
|
||||
Failed ProvisioningState = original.Failed
|
||||
Paused ProvisioningState = original.Paused
|
||||
Pausing ProvisioningState = original.Pausing
|
||||
Preparing ProvisioningState = original.Preparing
|
||||
Provisioning ProvisioningState = original.Provisioning
|
||||
Resuming ProvisioningState = original.Resuming
|
||||
Scaling ProvisioningState = original.Scaling
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
Suspended ProvisioningState = original.Suspended
|
||||
Suspending ProvisioningState = original.Suspending
|
||||
Updating ProvisioningState = original.Updating
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
PBIEAzure SkuTier = original.PBIEAzure
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
StateDeleting State = original.StateDeleting
|
||||
StateFailed State = original.StateFailed
|
||||
StatePaused State = original.StatePaused
|
||||
StatePausing State = original.StatePausing
|
||||
StatePreparing State = original.StatePreparing
|
||||
StateProvisioning State = original.StateProvisioning
|
||||
StateResuming State = original.StateResuming
|
||||
StateScaling State = original.StateScaling
|
||||
StateSucceeded State = original.StateSucceeded
|
||||
StateSuspended State = original.StateSuspended
|
||||
StateSuspending State = original.StateSuspending
|
||||
StateUpdating State = original.StateUpdating
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type CapacitiesCreateFuture = original.CapacitiesCreateFuture
|
||||
type CapacitiesDeleteFuture = original.CapacitiesDeleteFuture
|
||||
type CapacitiesResumeFuture = original.CapacitiesResumeFuture
|
||||
type CapacitiesSuspendFuture = original.CapacitiesSuspendFuture
|
||||
type CapacitiesUpdateFuture = original.CapacitiesUpdateFuture
|
||||
type DedicatedCapacities = original.DedicatedCapacities
|
||||
type DedicatedCapacity = original.DedicatedCapacity
|
||||
type DedicatedCapacityAdministrators = original.DedicatedCapacityAdministrators
|
||||
type DedicatedCapacityMutableProperties = original.DedicatedCapacityMutableProperties
|
||||
type DedicatedCapacityProperties = original.DedicatedCapacityProperties
|
||||
type DedicatedCapacityUpdateParameters = original.DedicatedCapacityUpdateParameters
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type Resource = original.Resource
|
||||
type ResourceSku = original.ResourceSku
|
||||
type SkuDetailsForExistingResource = original.SkuDetailsForExistingResource
|
||||
type SkuEnumerationForExistingResourceResult = original.SkuEnumerationForExistingResourceResult
|
||||
type SkuEnumerationForNewResourceResult = original.SkuEnumerationForNewResourceResult
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-101
@@ -1,101 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 powerbiembedded
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/powerbiembedded/mgmt/2016-01-29/powerbiembedded"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessKeyName = original.AccessKeyName
|
||||
|
||||
const (
|
||||
Key1 AccessKeyName = original.Key1
|
||||
Key2 AccessKeyName = original.Key2
|
||||
)
|
||||
|
||||
func PossibleAccessKeyNameValues() []AccessKeyName {
|
||||
return original.PossibleAccessKeyNameValues()
|
||||
}
|
||||
|
||||
type CheckNameReason = original.CheckNameReason
|
||||
|
||||
const (
|
||||
Invalid CheckNameReason = original.Invalid
|
||||
Unavailable CheckNameReason = original.Unavailable
|
||||
)
|
||||
|
||||
func PossibleCheckNameReasonValues() []CheckNameReason {
|
||||
return original.PossibleCheckNameReasonValues()
|
||||
}
|
||||
|
||||
type AzureSku = original.AzureSku
|
||||
type CheckNameRequest = original.CheckNameRequest
|
||||
type CheckNameResponse = original.CheckNameResponse
|
||||
type CreateWorkspaceCollectionRequest = original.CreateWorkspaceCollectionRequest
|
||||
type Display = original.Display
|
||||
type Error = original.Error
|
||||
type ErrorDetail = original.ErrorDetail
|
||||
type MigrateWorkspaceCollectionRequest = original.MigrateWorkspaceCollectionRequest
|
||||
type Operation = original.Operation
|
||||
type OperationList = original.OperationList
|
||||
type UpdateWorkspaceCollectionRequest = original.UpdateWorkspaceCollectionRequest
|
||||
type Workspace = original.Workspace
|
||||
type WorkspaceCollection = original.WorkspaceCollection
|
||||
type WorkspaceCollectionAccessKey = original.WorkspaceCollectionAccessKey
|
||||
type WorkspaceCollectionAccessKeys = original.WorkspaceCollectionAccessKeys
|
||||
type WorkspaceCollectionList = original.WorkspaceCollectionList
|
||||
type WorkspaceCollectionsDeleteFuture = original.WorkspaceCollectionsDeleteFuture
|
||||
type WorkspaceList = original.WorkspaceList
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WorkspaceCollectionsClient = original.WorkspaceCollectionsClient
|
||||
|
||||
func NewWorkspaceCollectionsClient(subscriptionID string) WorkspaceCollectionsClient {
|
||||
return original.NewWorkspaceCollectionsClient(subscriptionID)
|
||||
}
|
||||
func NewWorkspaceCollectionsClientWithBaseURI(baseURI string, subscriptionID string) WorkspaceCollectionsClient {
|
||||
return original.NewWorkspaceCollectionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type WorkspacesClient = original.WorkspacesClient
|
||||
|
||||
func NewWorkspacesClient(subscriptionID string) WorkspacesClient {
|
||||
return original.NewWorkspacesClient(subscriptionID)
|
||||
}
|
||||
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient {
|
||||
return original.NewWorkspacesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-185
@@ -1,185 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 iothub
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/provisioningservices/mgmt/2018-01-22/iothub"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DpsCertificateClient = original.DpsCertificateClient
|
||||
|
||||
func NewDpsCertificateClient(subscriptionID string) DpsCertificateClient {
|
||||
return original.NewDpsCertificateClient(subscriptionID)
|
||||
}
|
||||
func NewDpsCertificateClientWithBaseURI(baseURI string, subscriptionID string) DpsCertificateClient {
|
||||
return original.NewDpsCertificateClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type IotDpsResourceClient = original.IotDpsResourceClient
|
||||
|
||||
func NewIotDpsResourceClient(subscriptionID string) IotDpsResourceClient {
|
||||
return original.NewIotDpsResourceClient(subscriptionID)
|
||||
}
|
||||
func NewIotDpsResourceClientWithBaseURI(baseURI string, subscriptionID string) IotDpsResourceClient {
|
||||
return original.NewIotDpsResourceClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessRightsDescription = original.AccessRightsDescription
|
||||
|
||||
const (
|
||||
DeviceConnect AccessRightsDescription = original.DeviceConnect
|
||||
EnrollmentRead AccessRightsDescription = original.EnrollmentRead
|
||||
EnrollmentWrite AccessRightsDescription = original.EnrollmentWrite
|
||||
RegistrationStatusRead AccessRightsDescription = original.RegistrationStatusRead
|
||||
RegistrationStatusWrite AccessRightsDescription = original.RegistrationStatusWrite
|
||||
ServiceConfig AccessRightsDescription = original.ServiceConfig
|
||||
)
|
||||
|
||||
func PossibleAccessRightsDescriptionValues() []AccessRightsDescription {
|
||||
return original.PossibleAccessRightsDescriptionValues()
|
||||
}
|
||||
|
||||
type AllocationPolicy = original.AllocationPolicy
|
||||
|
||||
const (
|
||||
GeoLatency AllocationPolicy = original.GeoLatency
|
||||
Hashed AllocationPolicy = original.Hashed
|
||||
Static AllocationPolicy = original.Static
|
||||
)
|
||||
|
||||
func PossibleAllocationPolicyValues() []AllocationPolicy {
|
||||
return original.PossibleAllocationPolicyValues()
|
||||
}
|
||||
|
||||
type CertificatePurpose = original.CertificatePurpose
|
||||
|
||||
const (
|
||||
ClientAuthentication CertificatePurpose = original.ClientAuthentication
|
||||
ServerAuthentication CertificatePurpose = original.ServerAuthentication
|
||||
)
|
||||
|
||||
func PossibleCertificatePurposeValues() []CertificatePurpose {
|
||||
return original.PossibleCertificatePurposeValues()
|
||||
}
|
||||
|
||||
type IotDpsSku = original.IotDpsSku
|
||||
|
||||
const (
|
||||
S1 IotDpsSku = original.S1
|
||||
)
|
||||
|
||||
func PossibleIotDpsSkuValues() []IotDpsSku {
|
||||
return original.PossibleIotDpsSkuValues()
|
||||
}
|
||||
|
||||
type NameUnavailabilityReason = original.NameUnavailabilityReason
|
||||
|
||||
const (
|
||||
AlreadyExists NameUnavailabilityReason = original.AlreadyExists
|
||||
Invalid NameUnavailabilityReason = original.Invalid
|
||||
)
|
||||
|
||||
func PossibleNameUnavailabilityReasonValues() []NameUnavailabilityReason {
|
||||
return original.PossibleNameUnavailabilityReasonValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
Activating State = original.Activating
|
||||
ActivationFailed State = original.ActivationFailed
|
||||
Active State = original.Active
|
||||
Deleted State = original.Deleted
|
||||
Deleting State = original.Deleting
|
||||
DeletionFailed State = original.DeletionFailed
|
||||
FailingOver State = original.FailingOver
|
||||
FailoverFailed State = original.FailoverFailed
|
||||
Resuming State = original.Resuming
|
||||
Suspended State = original.Suspended
|
||||
Suspending State = original.Suspending
|
||||
Transitioning State = original.Transitioning
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type AsyncOperationResult = original.AsyncOperationResult
|
||||
type CertificateBodyDescription = original.CertificateBodyDescription
|
||||
type CertificateListDescription = original.CertificateListDescription
|
||||
type CertificateProperties = original.CertificateProperties
|
||||
type CertificateResponse = original.CertificateResponse
|
||||
type DefinitionDescription = original.DefinitionDescription
|
||||
type ErrorDetails = original.ErrorDetails
|
||||
type ErrorMesssage = original.ErrorMesssage
|
||||
type IotDpsPropertiesDescription = original.IotDpsPropertiesDescription
|
||||
type IotDpsResourceCreateOrUpdateFuture = original.IotDpsResourceCreateOrUpdateFuture
|
||||
type IotDpsResourceDeleteFuture = original.IotDpsResourceDeleteFuture
|
||||
type IotDpsResourceUpdateFuture = original.IotDpsResourceUpdateFuture
|
||||
type IotDpsSkuDefinition = original.IotDpsSkuDefinition
|
||||
type IotDpsSkuDefinitionListResult = original.IotDpsSkuDefinitionListResult
|
||||
type IotDpsSkuDefinitionListResultIterator = original.IotDpsSkuDefinitionListResultIterator
|
||||
type IotDpsSkuDefinitionListResultPage = original.IotDpsSkuDefinitionListResultPage
|
||||
type IotDpsSkuInfo = original.IotDpsSkuInfo
|
||||
type NameAvailabilityInfo = original.NameAvailabilityInfo
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationInputs = original.OperationInputs
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type ProvisioningServiceDescription = original.ProvisioningServiceDescription
|
||||
type ProvisioningServiceDescriptionListResult = original.ProvisioningServiceDescriptionListResult
|
||||
type ProvisioningServiceDescriptionListResultIterator = original.ProvisioningServiceDescriptionListResultIterator
|
||||
type ProvisioningServiceDescriptionListResultPage = original.ProvisioningServiceDescriptionListResultPage
|
||||
type Resource = original.Resource
|
||||
type SharedAccessSignatureAuthorizationRuleAccessRightsDescription = original.SharedAccessSignatureAuthorizationRuleAccessRightsDescription
|
||||
type SharedAccessSignatureAuthorizationRuleListResult = original.SharedAccessSignatureAuthorizationRuleListResult
|
||||
type SharedAccessSignatureAuthorizationRuleListResultIterator = original.SharedAccessSignatureAuthorizationRuleListResultIterator
|
||||
type SharedAccessSignatureAuthorizationRuleListResultPage = original.SharedAccessSignatureAuthorizationRuleListResultPage
|
||||
type TagsResource = original.TagsResource
|
||||
type VerificationCodeRequest = original.VerificationCodeRequest
|
||||
type VerificationCodeResponse = original.VerificationCodeResponse
|
||||
type VerificationCodeResponseProperties = original.VerificationCodeResponseProperties
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-1577
File diff suppressed because it is too large
Load Diff
Generated
Vendored
-215
@@ -1,215 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 recoveryservices
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AuthType = original.AuthType
|
||||
|
||||
const (
|
||||
AAD AuthType = original.AAD
|
||||
AccessControlService AuthType = original.AccessControlService
|
||||
ACS AuthType = original.ACS
|
||||
AzureActiveDirectory AuthType = original.AzureActiveDirectory
|
||||
Invalid AuthType = original.Invalid
|
||||
)
|
||||
|
||||
func PossibleAuthTypeValues() []AuthType {
|
||||
return original.PossibleAuthTypeValues()
|
||||
}
|
||||
|
||||
type AuthTypeBasicResourceCertificateDetails = original.AuthTypeBasicResourceCertificateDetails
|
||||
|
||||
const (
|
||||
AuthTypeAccessControlService AuthTypeBasicResourceCertificateDetails = original.AuthTypeAccessControlService
|
||||
AuthTypeAzureActiveDirectory AuthTypeBasicResourceCertificateDetails = original.AuthTypeAzureActiveDirectory
|
||||
AuthTypeResourceCertificateDetails AuthTypeBasicResourceCertificateDetails = original.AuthTypeResourceCertificateDetails
|
||||
)
|
||||
|
||||
func PossibleAuthTypeBasicResourceCertificateDetailsValues() []AuthTypeBasicResourceCertificateDetails {
|
||||
return original.PossibleAuthTypeBasicResourceCertificateDetailsValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
RS0 SkuName = original.RS0
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type TriggerType = original.TriggerType
|
||||
|
||||
const (
|
||||
ForcedUpgrade TriggerType = original.ForcedUpgrade
|
||||
UserTriggered TriggerType = original.UserTriggered
|
||||
)
|
||||
|
||||
func PossibleTriggerTypeValues() []TriggerType {
|
||||
return original.PossibleTriggerTypeValues()
|
||||
}
|
||||
|
||||
type UsagesUnit = original.UsagesUnit
|
||||
|
||||
const (
|
||||
Bytes UsagesUnit = original.Bytes
|
||||
BytesPerSecond UsagesUnit = original.BytesPerSecond
|
||||
Count UsagesUnit = original.Count
|
||||
CountPerSecond UsagesUnit = original.CountPerSecond
|
||||
Percent UsagesUnit = original.Percent
|
||||
Seconds UsagesUnit = original.Seconds
|
||||
)
|
||||
|
||||
func PossibleUsagesUnitValues() []UsagesUnit {
|
||||
return original.PossibleUsagesUnitValues()
|
||||
}
|
||||
|
||||
type VaultUpgradeState = original.VaultUpgradeState
|
||||
|
||||
const (
|
||||
Failed VaultUpgradeState = original.Failed
|
||||
InProgress VaultUpgradeState = original.InProgress
|
||||
Unknown VaultUpgradeState = original.Unknown
|
||||
Upgraded VaultUpgradeState = original.Upgraded
|
||||
)
|
||||
|
||||
func PossibleVaultUpgradeStateValues() []VaultUpgradeState {
|
||||
return original.PossibleVaultUpgradeStateValues()
|
||||
}
|
||||
|
||||
type CertificateRequest = original.CertificateRequest
|
||||
type ClientDiscoveryDisplay = original.ClientDiscoveryDisplay
|
||||
type ClientDiscoveryForLogSpecification = original.ClientDiscoveryForLogSpecification
|
||||
type ClientDiscoveryForProperties = original.ClientDiscoveryForProperties
|
||||
type ClientDiscoveryForServiceSpecification = original.ClientDiscoveryForServiceSpecification
|
||||
type ClientDiscoveryResponse = original.ClientDiscoveryResponse
|
||||
type ClientDiscoveryResponseIterator = original.ClientDiscoveryResponseIterator
|
||||
type ClientDiscoveryResponsePage = original.ClientDiscoveryResponsePage
|
||||
type ClientDiscoveryValueForSingleAPI = original.ClientDiscoveryValueForSingleAPI
|
||||
type JobsSummary = original.JobsSummary
|
||||
type MonitoringSummary = original.MonitoringSummary
|
||||
type NameInfo = original.NameInfo
|
||||
type PatchTrackedResource = original.PatchTrackedResource
|
||||
type PatchVault = original.PatchVault
|
||||
type RawCertificateData = original.RawCertificateData
|
||||
type ReplicationUsage = original.ReplicationUsage
|
||||
type ReplicationUsageList = original.ReplicationUsageList
|
||||
type Resource = original.Resource
|
||||
type ResourceCertificateAndAadDetails = original.ResourceCertificateAndAadDetails
|
||||
type ResourceCertificateAndAcsDetails = original.ResourceCertificateAndAcsDetails
|
||||
type BasicResourceCertificateDetails = original.BasicResourceCertificateDetails
|
||||
type ResourceCertificateDetails = original.ResourceCertificateDetails
|
||||
type Sku = original.Sku
|
||||
type TrackedResource = original.TrackedResource
|
||||
type UpgradeDetails = original.UpgradeDetails
|
||||
type Vault = original.Vault
|
||||
type VaultCertificateResponse = original.VaultCertificateResponse
|
||||
type VaultExtendedInfo = original.VaultExtendedInfo
|
||||
type VaultExtendedInfoResource = original.VaultExtendedInfoResource
|
||||
type VaultList = original.VaultList
|
||||
type VaultListIterator = original.VaultListIterator
|
||||
type VaultListPage = original.VaultListPage
|
||||
type VaultProperties = original.VaultProperties
|
||||
type VaultUsage = original.VaultUsage
|
||||
type VaultUsageList = original.VaultUsageList
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type RegisteredIdentitiesClient = original.RegisteredIdentitiesClient
|
||||
|
||||
func NewRegisteredIdentitiesClient(subscriptionID string) RegisteredIdentitiesClient {
|
||||
return original.NewRegisteredIdentitiesClient(subscriptionID)
|
||||
}
|
||||
func NewRegisteredIdentitiesClientWithBaseURI(baseURI string, subscriptionID string) RegisteredIdentitiesClient {
|
||||
return original.NewRegisteredIdentitiesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ReplicationUsagesClient = original.ReplicationUsagesClient
|
||||
|
||||
func NewReplicationUsagesClient(subscriptionID string) ReplicationUsagesClient {
|
||||
return original.NewReplicationUsagesClient(subscriptionID)
|
||||
}
|
||||
func NewReplicationUsagesClientWithBaseURI(baseURI string, subscriptionID string) ReplicationUsagesClient {
|
||||
return original.NewReplicationUsagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type UsagesClient = original.UsagesClient
|
||||
|
||||
func NewUsagesClient(subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClient(subscriptionID)
|
||||
}
|
||||
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient {
|
||||
return original.NewUsagesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VaultCertificatesClient = original.VaultCertificatesClient
|
||||
|
||||
func NewVaultCertificatesClient(subscriptionID string) VaultCertificatesClient {
|
||||
return original.NewVaultCertificatesClient(subscriptionID)
|
||||
}
|
||||
func NewVaultCertificatesClientWithBaseURI(baseURI string, subscriptionID string) VaultCertificatesClient {
|
||||
return original.NewVaultCertificatesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VaultExtendedInfoClient = original.VaultExtendedInfoClient
|
||||
|
||||
func NewVaultExtendedInfoClient(subscriptionID string) VaultExtendedInfoClient {
|
||||
return original.NewVaultExtendedInfoClient(subscriptionID)
|
||||
}
|
||||
func NewVaultExtendedInfoClientWithBaseURI(baseURI string, subscriptionID string) VaultExtendedInfoClient {
|
||||
return original.NewVaultExtendedInfoClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type VaultsClient = original.VaultsClient
|
||||
|
||||
func NewVaultsClient(subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClient(subscriptionID)
|
||||
}
|
||||
func NewVaultsClientWithBaseURI(baseURI string, subscriptionID string) VaultsClient {
|
||||
return original.NewVaultsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-1304
File diff suppressed because it is too large
Load Diff
Generated
Vendored
-244
@@ -1,244 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 redis
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2018-03-01/redis"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type FirewallRulesClient = original.FirewallRulesClient
|
||||
|
||||
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClient(subscriptionID)
|
||||
}
|
||||
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient {
|
||||
return original.NewFirewallRulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LinkedServerClient = original.LinkedServerClient
|
||||
|
||||
func NewLinkedServerClient(subscriptionID string) LinkedServerClient {
|
||||
return original.NewLinkedServerClient(subscriptionID)
|
||||
}
|
||||
func NewLinkedServerClientWithBaseURI(baseURI string, subscriptionID string) LinkedServerClient {
|
||||
return original.NewLinkedServerClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DayOfWeek = original.DayOfWeek
|
||||
|
||||
const (
|
||||
Everyday DayOfWeek = original.Everyday
|
||||
Friday DayOfWeek = original.Friday
|
||||
Monday DayOfWeek = original.Monday
|
||||
Saturday DayOfWeek = original.Saturday
|
||||
Sunday DayOfWeek = original.Sunday
|
||||
Thursday DayOfWeek = original.Thursday
|
||||
Tuesday DayOfWeek = original.Tuesday
|
||||
Wednesday DayOfWeek = original.Wednesday
|
||||
Weekend DayOfWeek = original.Weekend
|
||||
)
|
||||
|
||||
func PossibleDayOfWeekValues() []DayOfWeek {
|
||||
return original.PossibleDayOfWeekValues()
|
||||
}
|
||||
|
||||
type KeyType = original.KeyType
|
||||
|
||||
const (
|
||||
Primary KeyType = original.Primary
|
||||
Secondary KeyType = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleKeyTypeValues() []KeyType {
|
||||
return original.PossibleKeyTypeValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Creating ProvisioningState = original.Creating
|
||||
Deleting ProvisioningState = original.Deleting
|
||||
Disabled ProvisioningState = original.Disabled
|
||||
Failed ProvisioningState = original.Failed
|
||||
Linking ProvisioningState = original.Linking
|
||||
Provisioning ProvisioningState = original.Provisioning
|
||||
RecoveringScaleFailure ProvisioningState = original.RecoveringScaleFailure
|
||||
Scaling ProvisioningState = original.Scaling
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
Unlinking ProvisioningState = original.Unlinking
|
||||
Unprovisioning ProvisioningState = original.Unprovisioning
|
||||
Updating ProvisioningState = original.Updating
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type RebootType = original.RebootType
|
||||
|
||||
const (
|
||||
AllNodes RebootType = original.AllNodes
|
||||
PrimaryNode RebootType = original.PrimaryNode
|
||||
SecondaryNode RebootType = original.SecondaryNode
|
||||
)
|
||||
|
||||
func PossibleRebootTypeValues() []RebootType {
|
||||
return original.PossibleRebootTypeValues()
|
||||
}
|
||||
|
||||
type ReplicationRole = original.ReplicationRole
|
||||
|
||||
const (
|
||||
ReplicationRolePrimary ReplicationRole = original.ReplicationRolePrimary
|
||||
ReplicationRoleSecondary ReplicationRole = original.ReplicationRoleSecondary
|
||||
)
|
||||
|
||||
func PossibleReplicationRoleValues() []ReplicationRole {
|
||||
return original.PossibleReplicationRoleValues()
|
||||
}
|
||||
|
||||
type SkuFamily = original.SkuFamily
|
||||
|
||||
const (
|
||||
C SkuFamily = original.C
|
||||
P SkuFamily = original.P
|
||||
)
|
||||
|
||||
func PossibleSkuFamilyValues() []SkuFamily {
|
||||
return original.PossibleSkuFamilyValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Basic SkuName = original.Basic
|
||||
Premium SkuName = original.Premium
|
||||
Standard SkuName = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type TLSVersion = original.TLSVersion
|
||||
|
||||
const (
|
||||
OneFullStopOne TLSVersion = original.OneFullStopOne
|
||||
OneFullStopTwo TLSVersion = original.OneFullStopTwo
|
||||
OneFullStopZero TLSVersion = original.OneFullStopZero
|
||||
)
|
||||
|
||||
func PossibleTLSVersionValues() []TLSVersion {
|
||||
return original.PossibleTLSVersionValues()
|
||||
}
|
||||
|
||||
type AccessKeys = original.AccessKeys
|
||||
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
|
||||
type CommonProperties = original.CommonProperties
|
||||
type CreateFuture = original.CreateFuture
|
||||
type CreateParameters = original.CreateParameters
|
||||
type CreateProperties = original.CreateProperties
|
||||
type DeleteFuture = original.DeleteFuture
|
||||
type ExportDataFuture = original.ExportDataFuture
|
||||
type ExportRDBParameters = original.ExportRDBParameters
|
||||
type FirewallRule = original.FirewallRule
|
||||
type FirewallRuleCreateParameters = original.FirewallRuleCreateParameters
|
||||
type FirewallRuleListResult = original.FirewallRuleListResult
|
||||
type FirewallRuleListResultIterator = original.FirewallRuleListResultIterator
|
||||
type FirewallRuleListResultPage = original.FirewallRuleListResultPage
|
||||
type FirewallRuleProperties = original.FirewallRuleProperties
|
||||
type ForceRebootResponse = original.ForceRebootResponse
|
||||
type ImportDataFuture = original.ImportDataFuture
|
||||
type ImportRDBParameters = original.ImportRDBParameters
|
||||
type LinkedServer = original.LinkedServer
|
||||
type LinkedServerCreateFuture = original.LinkedServerCreateFuture
|
||||
type LinkedServerCreateParameters = original.LinkedServerCreateParameters
|
||||
type LinkedServerCreateProperties = original.LinkedServerCreateProperties
|
||||
type LinkedServerProperties = original.LinkedServerProperties
|
||||
type LinkedServerWithProperties = original.LinkedServerWithProperties
|
||||
type LinkedServerWithPropertiesList = original.LinkedServerWithPropertiesList
|
||||
type LinkedServerWithPropertiesListIterator = original.LinkedServerWithPropertiesListIterator
|
||||
type LinkedServerWithPropertiesListPage = original.LinkedServerWithPropertiesListPage
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type NotificationListResponse = original.NotificationListResponse
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type PatchSchedule = original.PatchSchedule
|
||||
type Properties = original.Properties
|
||||
type ProxyResource = original.ProxyResource
|
||||
type RebootParameters = original.RebootParameters
|
||||
type RegenerateKeyParameters = original.RegenerateKeyParameters
|
||||
type Resource = original.Resource
|
||||
type ResourceType = original.ResourceType
|
||||
type ScheduleEntries = original.ScheduleEntries
|
||||
type ScheduleEntry = original.ScheduleEntry
|
||||
type Sku = original.Sku
|
||||
type TrackedResource = original.TrackedResource
|
||||
type UpdateParameters = original.UpdateParameters
|
||||
type UpdateProperties = original.UpdateProperties
|
||||
type UpgradeNotification = original.UpgradeNotification
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type PatchSchedulesClient = original.PatchSchedulesClient
|
||||
|
||||
func NewPatchSchedulesClient(subscriptionID string) PatchSchedulesClient {
|
||||
return original.NewPatchSchedulesClient(subscriptionID)
|
||||
}
|
||||
func NewPatchSchedulesClientWithBaseURI(baseURI string, subscriptionID string) PatchSchedulesClient {
|
||||
return original.NewPatchSchedulesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-188
@@ -1,188 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 relay
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/relay/mgmt/2017-04-01/relay"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type HybridConnectionsClient = original.HybridConnectionsClient
|
||||
|
||||
func NewHybridConnectionsClient(subscriptionID string) HybridConnectionsClient {
|
||||
return original.NewHybridConnectionsClient(subscriptionID)
|
||||
}
|
||||
func NewHybridConnectionsClientWithBaseURI(baseURI string, subscriptionID string) HybridConnectionsClient {
|
||||
return original.NewHybridConnectionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AccessRights = original.AccessRights
|
||||
|
||||
const (
|
||||
Listen AccessRights = original.Listen
|
||||
Manage AccessRights = original.Manage
|
||||
Send AccessRights = original.Send
|
||||
)
|
||||
|
||||
func PossibleAccessRightsValues() []AccessRights {
|
||||
return original.PossibleAccessRightsValues()
|
||||
}
|
||||
|
||||
type KeyType = original.KeyType
|
||||
|
||||
const (
|
||||
PrimaryKey KeyType = original.PrimaryKey
|
||||
SecondaryKey KeyType = original.SecondaryKey
|
||||
)
|
||||
|
||||
func PossibleKeyTypeValues() []KeyType {
|
||||
return original.PossibleKeyTypeValues()
|
||||
}
|
||||
|
||||
type ProvisioningStateEnum = original.ProvisioningStateEnum
|
||||
|
||||
const (
|
||||
Created ProvisioningStateEnum = original.Created
|
||||
Deleted ProvisioningStateEnum = original.Deleted
|
||||
Failed ProvisioningStateEnum = original.Failed
|
||||
Succeeded ProvisioningStateEnum = original.Succeeded
|
||||
Unknown ProvisioningStateEnum = original.Unknown
|
||||
Updating ProvisioningStateEnum = original.Updating
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateEnumValues() []ProvisioningStateEnum {
|
||||
return original.PossibleProvisioningStateEnumValues()
|
||||
}
|
||||
|
||||
type RelaytypeEnum = original.RelaytypeEnum
|
||||
|
||||
const (
|
||||
HTTP RelaytypeEnum = original.HTTP
|
||||
NetTCP RelaytypeEnum = original.NetTCP
|
||||
)
|
||||
|
||||
func PossibleRelaytypeEnumValues() []RelaytypeEnum {
|
||||
return original.PossibleRelaytypeEnumValues()
|
||||
}
|
||||
|
||||
type SkuTier = original.SkuTier
|
||||
|
||||
const (
|
||||
Standard SkuTier = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuTierValues() []SkuTier {
|
||||
return original.PossibleSkuTierValues()
|
||||
}
|
||||
|
||||
type UnavailableReason = original.UnavailableReason
|
||||
|
||||
const (
|
||||
InvalidName UnavailableReason = original.InvalidName
|
||||
NameInLockdown UnavailableReason = original.NameInLockdown
|
||||
NameInUse UnavailableReason = original.NameInUse
|
||||
None UnavailableReason = original.None
|
||||
SubscriptionIsDisabled UnavailableReason = original.SubscriptionIsDisabled
|
||||
TooManyNamespaceInCurrentSubscription UnavailableReason = original.TooManyNamespaceInCurrentSubscription
|
||||
)
|
||||
|
||||
func PossibleUnavailableReasonValues() []UnavailableReason {
|
||||
return original.PossibleUnavailableReasonValues()
|
||||
}
|
||||
|
||||
type AccessKeys = original.AccessKeys
|
||||
type AuthorizationRule = original.AuthorizationRule
|
||||
type AuthorizationRuleListResult = original.AuthorizationRuleListResult
|
||||
type AuthorizationRuleListResultIterator = original.AuthorizationRuleListResultIterator
|
||||
type AuthorizationRuleListResultPage = original.AuthorizationRuleListResultPage
|
||||
type AuthorizationRuleProperties = original.AuthorizationRuleProperties
|
||||
type CheckNameAvailability = original.CheckNameAvailability
|
||||
type CheckNameAvailabilityResult = original.CheckNameAvailabilityResult
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type HybridConnection = original.HybridConnection
|
||||
type HybridConnectionListResult = original.HybridConnectionListResult
|
||||
type HybridConnectionListResultIterator = original.HybridConnectionListResultIterator
|
||||
type HybridConnectionListResultPage = original.HybridConnectionListResultPage
|
||||
type HybridConnectionProperties = original.HybridConnectionProperties
|
||||
type Namespace = original.Namespace
|
||||
type NamespaceListResult = original.NamespaceListResult
|
||||
type NamespaceListResultIterator = original.NamespaceListResultIterator
|
||||
type NamespaceListResultPage = original.NamespaceListResultPage
|
||||
type NamespaceProperties = original.NamespaceProperties
|
||||
type NamespacesCreateOrUpdateFuture = original.NamespacesCreateOrUpdateFuture
|
||||
type NamespacesDeleteFuture = original.NamespacesDeleteFuture
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type OperationListResultIterator = original.OperationListResultIterator
|
||||
type OperationListResultPage = original.OperationListResultPage
|
||||
type RegenerateAccessKeyParameters = original.RegenerateAccessKeyParameters
|
||||
type Resource = original.Resource
|
||||
type ResourceNamespacePatch = original.ResourceNamespacePatch
|
||||
type Sku = original.Sku
|
||||
type TrackedResource = original.TrackedResource
|
||||
type UpdateParameters = original.UpdateParameters
|
||||
type WcfRelay = original.WcfRelay
|
||||
type WcfRelayProperties = original.WcfRelayProperties
|
||||
type WcfRelaysListResult = original.WcfRelaysListResult
|
||||
type WcfRelaysListResultIterator = original.WcfRelaysListResultIterator
|
||||
type WcfRelaysListResultPage = original.WcfRelaysListResultPage
|
||||
type NamespacesClient = original.NamespacesClient
|
||||
|
||||
func NewNamespacesClient(subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClient(subscriptionID)
|
||||
}
|
||||
func NewNamespacesClientWithBaseURI(baseURI string, subscriptionID string) NamespacesClient {
|
||||
return original.NewNamespacesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
|
||||
type WCFRelaysClient = original.WCFRelaysClient
|
||||
|
||||
func NewWCFRelaysClient(subscriptionID string) WCFRelaysClient {
|
||||
return original.NewWCFRelaysClient(subscriptionID)
|
||||
}
|
||||
func NewWCFRelaysClientWithBaseURI(baseURI string, subscriptionID string) WCFRelaysClient {
|
||||
return original.NewWCFRelaysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
Generated
Vendored
-308
@@ -1,308 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 reservations
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2017-11-01/reservations"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type AppliedScopeType = original.AppliedScopeType
|
||||
|
||||
const (
|
||||
Shared AppliedScopeType = original.Shared
|
||||
Single AppliedScopeType = original.Single
|
||||
)
|
||||
|
||||
func PossibleAppliedScopeTypeValues() []AppliedScopeType {
|
||||
return original.PossibleAppliedScopeTypeValues()
|
||||
}
|
||||
|
||||
type AppliedScopeType1 = original.AppliedScopeType1
|
||||
|
||||
const (
|
||||
AppliedScopeType1Shared AppliedScopeType1 = original.AppliedScopeType1Shared
|
||||
AppliedScopeType1Single AppliedScopeType1 = original.AppliedScopeType1Single
|
||||
)
|
||||
|
||||
func PossibleAppliedScopeType1Values() []AppliedScopeType1 {
|
||||
return original.PossibleAppliedScopeType1Values()
|
||||
}
|
||||
|
||||
type Code = original.Code
|
||||
|
||||
const (
|
||||
ActivateQuoteFailed Code = original.ActivateQuoteFailed
|
||||
AppliedScopesNotAssociatedWithCommerceAccount Code = original.AppliedScopesNotAssociatedWithCommerceAccount
|
||||
AppliedScopesSameAsExisting Code = original.AppliedScopesSameAsExisting
|
||||
AuthorizationFailed Code = original.AuthorizationFailed
|
||||
BadRequest Code = original.BadRequest
|
||||
BillingCustomerInputError Code = original.BillingCustomerInputError
|
||||
BillingError Code = original.BillingError
|
||||
BillingPaymentInstrumentHardError Code = original.BillingPaymentInstrumentHardError
|
||||
BillingPaymentInstrumentSoftError Code = original.BillingPaymentInstrumentSoftError
|
||||
BillingScopeIDCannotBeChanged Code = original.BillingScopeIDCannotBeChanged
|
||||
BillingTransientError Code = original.BillingTransientError
|
||||
CalculatePriceFailed Code = original.CalculatePriceFailed
|
||||
CapacityUpdateScopesFailed Code = original.CapacityUpdateScopesFailed
|
||||
ClientCertificateThumbprintNotSet Code = original.ClientCertificateThumbprintNotSet
|
||||
CreateQuoteFailed Code = original.CreateQuoteFailed
|
||||
Forbidden Code = original.Forbidden
|
||||
FulfillmentConfigurationError Code = original.FulfillmentConfigurationError
|
||||
FulfillmentError Code = original.FulfillmentError
|
||||
FulfillmentOutOfStockError Code = original.FulfillmentOutOfStockError
|
||||
FulfillmentTransientError Code = original.FulfillmentTransientError
|
||||
HTTPMethodNotSupported Code = original.HTTPMethodNotSupported
|
||||
InternalServerError Code = original.InternalServerError
|
||||
InvalidAccessToken Code = original.InvalidAccessToken
|
||||
InvalidFulfillmentRequestParameters Code = original.InvalidFulfillmentRequestParameters
|
||||
InvalidHealthCheckType Code = original.InvalidHealthCheckType
|
||||
InvalidLocationID Code = original.InvalidLocationID
|
||||
InvalidRefundQuantity Code = original.InvalidRefundQuantity
|
||||
InvalidRequestContent Code = original.InvalidRequestContent
|
||||
InvalidRequestURI Code = original.InvalidRequestURI
|
||||
InvalidReservationID Code = original.InvalidReservationID
|
||||
InvalidReservationOrderID Code = original.InvalidReservationOrderID
|
||||
InvalidSingleAppliedScopesCount Code = original.InvalidSingleAppliedScopesCount
|
||||
InvalidSubscriptionID Code = original.InvalidSubscriptionID
|
||||
InvalidTenantID Code = original.InvalidTenantID
|
||||
MissingAppliedScopesForSingle Code = original.MissingAppliedScopesForSingle
|
||||
MissingTenantID Code = original.MissingTenantID
|
||||
NonsupportedAccountID Code = original.NonsupportedAccountID
|
||||
NotSpecified Code = original.NotSpecified
|
||||
NotSupportedCountry Code = original.NotSupportedCountry
|
||||
NoValidReservationsToReRate Code = original.NoValidReservationsToReRate
|
||||
OperationCannotBePerformedInCurrentState Code = original.OperationCannotBePerformedInCurrentState
|
||||
OperationFailed Code = original.OperationFailed
|
||||
PaymentInstrumentNotFound Code = original.PaymentInstrumentNotFound
|
||||
PurchaseError Code = original.PurchaseError
|
||||
ReRateOnlyAllowedForEA Code = original.ReRateOnlyAllowedForEA
|
||||
ReservationIDNotInReservationOrder Code = original.ReservationIDNotInReservationOrder
|
||||
ReservationOrderCreationFailed Code = original.ReservationOrderCreationFailed
|
||||
ReservationOrderIDAlreadyExists Code = original.ReservationOrderIDAlreadyExists
|
||||
ReservationOrderNotEnabled Code = original.ReservationOrderNotEnabled
|
||||
ReservationOrderNotFound Code = original.ReservationOrderNotFound
|
||||
RiskCheckFailed Code = original.RiskCheckFailed
|
||||
RoleAssignmentCreationFailed Code = original.RoleAssignmentCreationFailed
|
||||
ServerTimeout Code = original.ServerTimeout
|
||||
UnauthenticatedRequestsThrottled Code = original.UnauthenticatedRequestsThrottled
|
||||
UnsupportedReservationTerm Code = original.UnsupportedReservationTerm
|
||||
)
|
||||
|
||||
func PossibleCodeValues() []Code {
|
||||
return original.PossibleCodeValues()
|
||||
}
|
||||
|
||||
type Kind = original.Kind
|
||||
|
||||
const (
|
||||
MicrosoftCompute Kind = original.MicrosoftCompute
|
||||
)
|
||||
|
||||
func PossibleKindValues() []Kind {
|
||||
return original.PossibleKindValues()
|
||||
}
|
||||
|
||||
type Location = original.Location
|
||||
|
||||
const (
|
||||
Australiaeast Location = original.Australiaeast
|
||||
Australiasoutheast Location = original.Australiasoutheast
|
||||
Brazilsouth Location = original.Brazilsouth
|
||||
Canadacentral Location = original.Canadacentral
|
||||
Canadaeast Location = original.Canadaeast
|
||||
Centralindia Location = original.Centralindia
|
||||
Centralus Location = original.Centralus
|
||||
Eastasia Location = original.Eastasia
|
||||
Eastus Location = original.Eastus
|
||||
Eastus2 Location = original.Eastus2
|
||||
Japaneast Location = original.Japaneast
|
||||
Japanwest Location = original.Japanwest
|
||||
Northcentralus Location = original.Northcentralus
|
||||
Northeurope Location = original.Northeurope
|
||||
Southcentralus Location = original.Southcentralus
|
||||
Southeastasia Location = original.Southeastasia
|
||||
Southindia Location = original.Southindia
|
||||
Uksouth Location = original.Uksouth
|
||||
Ukwest Location = original.Ukwest
|
||||
Westcentralus Location = original.Westcentralus
|
||||
Westeurope Location = original.Westeurope
|
||||
Westindia Location = original.Westindia
|
||||
Westus Location = original.Westus
|
||||
Westus2 Location = original.Westus2
|
||||
)
|
||||
|
||||
func PossibleLocationValues() []Location {
|
||||
return original.PossibleLocationValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
BillingFailed ProvisioningState = original.BillingFailed
|
||||
Cancelled ProvisioningState = original.Cancelled
|
||||
ConfirmedBilling ProvisioningState = original.ConfirmedBilling
|
||||
ConfirmedResourceHold ProvisioningState = original.ConfirmedResourceHold
|
||||
Created ProvisioningState = original.Created
|
||||
Creating ProvisioningState = original.Creating
|
||||
Expired ProvisioningState = original.Expired
|
||||
Failed ProvisioningState = original.Failed
|
||||
Merged ProvisioningState = original.Merged
|
||||
PendingBilling ProvisioningState = original.PendingBilling
|
||||
PendingResourceHold ProvisioningState = original.PendingResourceHold
|
||||
Split ProvisioningState = original.Split
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type ProvisioningState1 = original.ProvisioningState1
|
||||
|
||||
const (
|
||||
ProvisioningState1BillingFailed ProvisioningState1 = original.ProvisioningState1BillingFailed
|
||||
ProvisioningState1Cancelled ProvisioningState1 = original.ProvisioningState1Cancelled
|
||||
ProvisioningState1ConfirmedBilling ProvisioningState1 = original.ProvisioningState1ConfirmedBilling
|
||||
ProvisioningState1ConfirmedResourceHold ProvisioningState1 = original.ProvisioningState1ConfirmedResourceHold
|
||||
ProvisioningState1Created ProvisioningState1 = original.ProvisioningState1Created
|
||||
ProvisioningState1Creating ProvisioningState1 = original.ProvisioningState1Creating
|
||||
ProvisioningState1Expired ProvisioningState1 = original.ProvisioningState1Expired
|
||||
ProvisioningState1Failed ProvisioningState1 = original.ProvisioningState1Failed
|
||||
ProvisioningState1Merged ProvisioningState1 = original.ProvisioningState1Merged
|
||||
ProvisioningState1PendingBilling ProvisioningState1 = original.ProvisioningState1PendingBilling
|
||||
ProvisioningState1PendingResourceHold ProvisioningState1 = original.ProvisioningState1PendingResourceHold
|
||||
ProvisioningState1Split ProvisioningState1 = original.ProvisioningState1Split
|
||||
ProvisioningState1Succeeded ProvisioningState1 = original.ProvisioningState1Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningState1Values() []ProvisioningState1 {
|
||||
return original.PossibleProvisioningState1Values()
|
||||
}
|
||||
|
||||
type StatusCode = original.StatusCode
|
||||
|
||||
const (
|
||||
StatusCodeActive StatusCode = original.StatusCodeActive
|
||||
StatusCodeExpired StatusCode = original.StatusCodeExpired
|
||||
StatusCodeMerged StatusCode = original.StatusCodeMerged
|
||||
StatusCodeNone StatusCode = original.StatusCodeNone
|
||||
StatusCodePaymentInstrumentError StatusCode = original.StatusCodePaymentInstrumentError
|
||||
StatusCodePending StatusCode = original.StatusCodePending
|
||||
StatusCodePurchaseError StatusCode = original.StatusCodePurchaseError
|
||||
StatusCodeSplit StatusCode = original.StatusCodeSplit
|
||||
StatusCodeSucceeded StatusCode = original.StatusCodeSucceeded
|
||||
)
|
||||
|
||||
func PossibleStatusCodeValues() []StatusCode {
|
||||
return original.PossibleStatusCodeValues()
|
||||
}
|
||||
|
||||
type Term = original.Term
|
||||
|
||||
const (
|
||||
P1Y Term = original.P1Y
|
||||
P3Y Term = original.P3Y
|
||||
)
|
||||
|
||||
func PossibleTermValues() []Term {
|
||||
return original.PossibleTermValues()
|
||||
}
|
||||
|
||||
type AppliedReservationList = original.AppliedReservationList
|
||||
type AppliedReservations = original.AppliedReservations
|
||||
type AppliedReservationsProperties = original.AppliedReservationsProperties
|
||||
type Catalog = original.Catalog
|
||||
type Error = original.Error
|
||||
type ExtendedErrorInfo = original.ExtendedErrorInfo
|
||||
type ExtendedStatusInfo = original.ExtendedStatusInfo
|
||||
type List = original.List
|
||||
type ListCatalog = original.ListCatalog
|
||||
type ListIterator = original.ListIterator
|
||||
type ListPage = original.ListPage
|
||||
type ListResponse = original.ListResponse
|
||||
type MergeProperties = original.MergeProperties
|
||||
type MergePropertiesType = original.MergePropertiesType
|
||||
type MergeRequest = original.MergeRequest
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationList = original.OperationList
|
||||
type OperationListIterator = original.OperationListIterator
|
||||
type OperationListPage = original.OperationListPage
|
||||
type OperationResponse = original.OperationResponse
|
||||
type OrderList = original.OrderList
|
||||
type OrderListIterator = original.OrderListIterator
|
||||
type OrderListPage = original.OrderListPage
|
||||
type OrderProperties = original.OrderProperties
|
||||
type OrderResponse = original.OrderResponse
|
||||
type Patch = original.Patch
|
||||
type PatchProperties = original.PatchProperties
|
||||
type Properties = original.Properties
|
||||
type ReservationMergeFuture = original.ReservationMergeFuture
|
||||
type ReservationUpdateFuture = original.ReservationUpdateFuture
|
||||
type Response = original.Response
|
||||
type SkuCapability = original.SkuCapability
|
||||
type SkuName = original.SkuName
|
||||
type SkuRestriction = original.SkuRestriction
|
||||
type SplitFuture = original.SplitFuture
|
||||
type SplitProperties = original.SplitProperties
|
||||
type SplitPropertiesType = original.SplitPropertiesType
|
||||
type SplitRequest = original.SplitRequest
|
||||
type OperationClient = original.OperationClient
|
||||
|
||||
func NewOperationClient() OperationClient {
|
||||
return original.NewOperationClient()
|
||||
}
|
||||
func NewOperationClientWithBaseURI(baseURI string) OperationClient {
|
||||
return original.NewOperationClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type OrderClient = original.OrderClient
|
||||
|
||||
func NewOrderClient() OrderClient {
|
||||
return original.NewOrderClient()
|
||||
}
|
||||
func NewOrderClientWithBaseURI(baseURI string) OrderClient {
|
||||
return original.NewOrderClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-96
@@ -1,96 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 resourcehealth
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth"
|
||||
|
||||
type AvailabilityStatusesClient = original.AvailabilityStatusesClient
|
||||
|
||||
func NewAvailabilityStatusesClient(subscriptionID string) AvailabilityStatusesClient {
|
||||
return original.NewAvailabilityStatusesClient(subscriptionID)
|
||||
}
|
||||
func NewAvailabilityStatusesClientWithBaseURI(baseURI string, subscriptionID string) AvailabilityStatusesClient {
|
||||
return original.NewAvailabilityStatusesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AvailabilityStateValues = original.AvailabilityStateValues
|
||||
|
||||
const (
|
||||
Available AvailabilityStateValues = original.Available
|
||||
Unavailable AvailabilityStateValues = original.Unavailable
|
||||
Unknown AvailabilityStateValues = original.Unknown
|
||||
)
|
||||
|
||||
func PossibleAvailabilityStateValuesValues() []AvailabilityStateValues {
|
||||
return original.PossibleAvailabilityStateValuesValues()
|
||||
}
|
||||
|
||||
type ReasonChronicityTypes = original.ReasonChronicityTypes
|
||||
|
||||
const (
|
||||
Persistent ReasonChronicityTypes = original.Persistent
|
||||
Transient ReasonChronicityTypes = original.Transient
|
||||
)
|
||||
|
||||
func PossibleReasonChronicityTypesValues() []ReasonChronicityTypes {
|
||||
return original.PossibleReasonChronicityTypesValues()
|
||||
}
|
||||
|
||||
type AvailabilityStatus = original.AvailabilityStatus
|
||||
type AvailabilityStatusListResult = original.AvailabilityStatusListResult
|
||||
type AvailabilityStatusListResultIterator = original.AvailabilityStatusListResultIterator
|
||||
type AvailabilityStatusListResultPage = original.AvailabilityStatusListResultPage
|
||||
type AvailabilityStatusProperties = original.AvailabilityStatusProperties
|
||||
type AvailabilityStatusPropertiesRecentlyResolvedState = original.AvailabilityStatusPropertiesRecentlyResolvedState
|
||||
type ErrorResponse = original.ErrorResponse
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type RecommendedAction = original.RecommendedAction
|
||||
type ServiceImpactingEvent = original.ServiceImpactingEvent
|
||||
type ServiceImpactingEventIncidentProperties = original.ServiceImpactingEventIncidentProperties
|
||||
type ServiceImpactingEventStatus = original.ServiceImpactingEventStatus
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-57
@@ -1,57 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 features
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2015-12-01/features"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type OperationsListResult = original.OperationsListResult
|
||||
type OperationsListResultIterator = original.OperationsListResultIterator
|
||||
type OperationsListResultPage = original.OperationsListResultPage
|
||||
type Properties = original.Properties
|
||||
type Result = original.Result
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-66
@@ -1,66 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 links
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-09-01/links"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Filter = original.Filter
|
||||
|
||||
const (
|
||||
AtScope Filter = original.AtScope
|
||||
)
|
||||
|
||||
func PossibleFilterValues() []Filter {
|
||||
return original.PossibleFilterValues()
|
||||
}
|
||||
|
||||
type ResourceLink = original.ResourceLink
|
||||
type ResourceLinkFilter = original.ResourceLinkFilter
|
||||
type ResourceLinkProperties = original.ResourceLinkProperties
|
||||
type ResourceLinkResult = original.ResourceLinkResult
|
||||
type ResourceLinkResultIterator = original.ResourceLinkResultIterator
|
||||
type ResourceLinkResultPage = original.ResourceLinkResultPage
|
||||
type ResourceLinksClient = original.ResourceLinksClient
|
||||
|
||||
func NewResourceLinksClient(subscriptionID string) ResourceLinksClient {
|
||||
return original.NewResourceLinksClient(subscriptionID)
|
||||
}
|
||||
func NewResourceLinksClientWithBaseURI(baseURI string, subscriptionID string) ResourceLinksClient {
|
||||
return original.NewResourceLinksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-70
@@ -1,70 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 locks
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-09-01/locks"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ManagementLocksClient = original.ManagementLocksClient
|
||||
|
||||
func NewManagementLocksClient(subscriptionID string) ManagementLocksClient {
|
||||
return original.NewManagementLocksClient(subscriptionID)
|
||||
}
|
||||
func NewManagementLocksClientWithBaseURI(baseURI string, subscriptionID string) ManagementLocksClient {
|
||||
return original.NewManagementLocksClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type LockLevel = original.LockLevel
|
||||
|
||||
const (
|
||||
CanNotDelete LockLevel = original.CanNotDelete
|
||||
NotSpecified LockLevel = original.NotSpecified
|
||||
ReadOnly LockLevel = original.ReadOnly
|
||||
)
|
||||
|
||||
func PossibleLockLevelValues() []LockLevel {
|
||||
return original.PossibleLockLevelValues()
|
||||
}
|
||||
|
||||
type ManagementLockListResult = original.ManagementLockListResult
|
||||
type ManagementLockListResultIterator = original.ManagementLockListResultIterator
|
||||
type ManagementLockListResultPage = original.ManagementLockListResultPage
|
||||
type ManagementLockObject = original.ManagementLockObject
|
||||
type ManagementLockOwner = original.ManagementLockOwner
|
||||
type ManagementLockProperties = original.ManagementLockProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-95
@@ -1,95 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 policy
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-12-01/policy"
|
||||
|
||||
type AssignmentsClient = original.AssignmentsClient
|
||||
|
||||
func NewAssignmentsClient(subscriptionID string) AssignmentsClient {
|
||||
return original.NewAssignmentsClient(subscriptionID)
|
||||
}
|
||||
func NewAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) AssignmentsClient {
|
||||
return original.NewAssignmentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DefinitionsClient = original.DefinitionsClient
|
||||
|
||||
func NewDefinitionsClient(subscriptionID string) DefinitionsClient {
|
||||
return original.NewDefinitionsClient(subscriptionID)
|
||||
}
|
||||
func NewDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) DefinitionsClient {
|
||||
return original.NewDefinitionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Mode = original.Mode
|
||||
|
||||
const (
|
||||
All Mode = original.All
|
||||
Indexed Mode = original.Indexed
|
||||
NotSpecified Mode = original.NotSpecified
|
||||
)
|
||||
|
||||
func PossibleModeValues() []Mode {
|
||||
return original.PossibleModeValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeBuiltIn Type = original.TypeBuiltIn
|
||||
TypeCustom Type = original.TypeCustom
|
||||
TypeNotSpecified Type = original.TypeNotSpecified
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type Assignment = original.Assignment
|
||||
type AssignmentListResult = original.AssignmentListResult
|
||||
type AssignmentListResultIterator = original.AssignmentListResultIterator
|
||||
type AssignmentListResultPage = original.AssignmentListResultPage
|
||||
type AssignmentProperties = original.AssignmentProperties
|
||||
type Definition = original.Definition
|
||||
type DefinitionListResult = original.DefinitionListResult
|
||||
type DefinitionListResultIterator = original.DefinitionListResultIterator
|
||||
type DefinitionListResultPage = original.DefinitionListResultPage
|
||||
type DefinitionProperties = original.DefinitionProperties
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-200
@@ -1,200 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 resources
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentOperationsClient = original.DeploymentOperationsClient
|
||||
|
||||
func NewDeploymentOperationsClient(subscriptionID string) DeploymentOperationsClient {
|
||||
return original.NewDeploymentOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewDeploymentOperationsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentOperationsClient {
|
||||
return original.NewDeploymentOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentsClient = original.DeploymentsClient
|
||||
|
||||
func NewDeploymentsClient(subscriptionID string) DeploymentsClient {
|
||||
return original.NewDeploymentsClient(subscriptionID)
|
||||
}
|
||||
func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient {
|
||||
return original.NewDeploymentsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type GroupsClient = original.GroupsClient
|
||||
|
||||
func NewGroupsClient(subscriptionID string) GroupsClient {
|
||||
return original.NewGroupsClient(subscriptionID)
|
||||
}
|
||||
func NewGroupsClientWithBaseURI(baseURI string, subscriptionID string) GroupsClient {
|
||||
return original.NewGroupsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DeploymentMode = original.DeploymentMode
|
||||
|
||||
const (
|
||||
Complete DeploymentMode = original.Complete
|
||||
Incremental DeploymentMode = original.Incremental
|
||||
)
|
||||
|
||||
func PossibleDeploymentModeValues() []DeploymentMode {
|
||||
return original.PossibleDeploymentModeValues()
|
||||
}
|
||||
|
||||
type OnErrorDeploymentType = original.OnErrorDeploymentType
|
||||
|
||||
const (
|
||||
LastSuccessful OnErrorDeploymentType = original.LastSuccessful
|
||||
SpecificDeployment OnErrorDeploymentType = original.SpecificDeployment
|
||||
)
|
||||
|
||||
func PossibleOnErrorDeploymentTypeValues() []OnErrorDeploymentType {
|
||||
return original.PossibleOnErrorDeploymentTypeValues()
|
||||
}
|
||||
|
||||
type ResourceIdentityType = original.ResourceIdentityType
|
||||
|
||||
const (
|
||||
None ResourceIdentityType = original.None
|
||||
SystemAssigned ResourceIdentityType = original.SystemAssigned
|
||||
SystemAssignedUserAssigned ResourceIdentityType = original.SystemAssignedUserAssigned
|
||||
UserAssigned ResourceIdentityType = original.UserAssigned
|
||||
)
|
||||
|
||||
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
|
||||
return original.PossibleResourceIdentityTypeValues()
|
||||
}
|
||||
|
||||
type AliasPathType = original.AliasPathType
|
||||
type AliasType = original.AliasType
|
||||
type BasicDependency = original.BasicDependency
|
||||
type CreateOrUpdateByIDFuture = original.CreateOrUpdateByIDFuture
|
||||
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
|
||||
type DebugSetting = original.DebugSetting
|
||||
type DeleteByIDFuture = original.DeleteByIDFuture
|
||||
type DeleteFuture = original.DeleteFuture
|
||||
type Dependency = original.Dependency
|
||||
type Deployment = original.Deployment
|
||||
type DeploymentExportResult = original.DeploymentExportResult
|
||||
type DeploymentExtended = original.DeploymentExtended
|
||||
type DeploymentExtendedFilter = original.DeploymentExtendedFilter
|
||||
type DeploymentListResult = original.DeploymentListResult
|
||||
type DeploymentListResultIterator = original.DeploymentListResultIterator
|
||||
type DeploymentListResultPage = original.DeploymentListResultPage
|
||||
type DeploymentOperation = original.DeploymentOperation
|
||||
type DeploymentOperationProperties = original.DeploymentOperationProperties
|
||||
type DeploymentOperationsListResult = original.DeploymentOperationsListResult
|
||||
type DeploymentOperationsListResultIterator = original.DeploymentOperationsListResultIterator
|
||||
type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage
|
||||
type DeploymentProperties = original.DeploymentProperties
|
||||
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
|
||||
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
|
||||
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
|
||||
type DeploymentValidateResult = original.DeploymentValidateResult
|
||||
type ExportTemplateRequest = original.ExportTemplateRequest
|
||||
type GenericResource = original.GenericResource
|
||||
type GenericResourceFilter = original.GenericResourceFilter
|
||||
type Group = original.Group
|
||||
type GroupExportResult = original.GroupExportResult
|
||||
type GroupFilter = original.GroupFilter
|
||||
type GroupListResult = original.GroupListResult
|
||||
type GroupListResultIterator = original.GroupListResultIterator
|
||||
type GroupListResultPage = original.GroupListResultPage
|
||||
type GroupPatchable = original.GroupPatchable
|
||||
type GroupProperties = original.GroupProperties
|
||||
type GroupsDeleteFuture = original.GroupsDeleteFuture
|
||||
type HTTPMessage = original.HTTPMessage
|
||||
type Identity = original.Identity
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type ManagementErrorWithDetails = original.ManagementErrorWithDetails
|
||||
type MoveInfo = original.MoveInfo
|
||||
type MoveResourcesFuture = original.MoveResourcesFuture
|
||||
type OnErrorDeployment = original.OnErrorDeployment
|
||||
type OnErrorDeploymentExtended = original.OnErrorDeploymentExtended
|
||||
type ParametersLink = original.ParametersLink
|
||||
type Plan = original.Plan
|
||||
type Provider = original.Provider
|
||||
type ProviderListResult = original.ProviderListResult
|
||||
type ProviderListResultIterator = original.ProviderListResultIterator
|
||||
type ProviderListResultPage = original.ProviderListResultPage
|
||||
type ProviderOperationDisplayProperties = original.ProviderOperationDisplayProperties
|
||||
type ProviderResourceType = original.ProviderResourceType
|
||||
type Resource = original.Resource
|
||||
type Sku = original.Sku
|
||||
type SubResource = original.SubResource
|
||||
type TagCount = original.TagCount
|
||||
type TagDetails = original.TagDetails
|
||||
type TagsListResult = original.TagsListResult
|
||||
type TagsListResultIterator = original.TagsListResultIterator
|
||||
type TagsListResultPage = original.TagsListResultPage
|
||||
type TagValue = original.TagValue
|
||||
type TargetResource = original.TargetResource
|
||||
type TemplateLink = original.TemplateLink
|
||||
type UpdateByIDFuture = original.UpdateByIDFuture
|
||||
type UpdateFuture = original.UpdateFuture
|
||||
type ValidateMoveResourcesFuture = original.ValidateMoveResourcesFuture
|
||||
type ProvidersClient = original.ProvidersClient
|
||||
|
||||
func NewProvidersClient(subscriptionID string) ProvidersClient {
|
||||
return original.NewProvidersClient(subscriptionID)
|
||||
}
|
||||
func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient {
|
||||
return original.NewProvidersClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient(subscriptionID string) Client {
|
||||
return original.NewClient(subscriptionID)
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type TagsClient = original.TagsClient
|
||||
|
||||
func NewTagsClient(subscriptionID string) TagsClient {
|
||||
return original.NewTagsClient(subscriptionID)
|
||||
}
|
||||
func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient {
|
||||
return original.NewTagsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-96
@@ -1,96 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 subscriptions
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New() BaseClient {
|
||||
return original.New()
|
||||
}
|
||||
func NewWithBaseURI(baseURI string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type SpendingLimit = original.SpendingLimit
|
||||
|
||||
const (
|
||||
CurrentPeriodOff SpendingLimit = original.CurrentPeriodOff
|
||||
Off SpendingLimit = original.Off
|
||||
On SpendingLimit = original.On
|
||||
)
|
||||
|
||||
func PossibleSpendingLimitValues() []SpendingLimit {
|
||||
return original.PossibleSpendingLimitValues()
|
||||
}
|
||||
|
||||
type State = original.State
|
||||
|
||||
const (
|
||||
Deleted State = original.Deleted
|
||||
Disabled State = original.Disabled
|
||||
Enabled State = original.Enabled
|
||||
PastDue State = original.PastDue
|
||||
Warned State = original.Warned
|
||||
)
|
||||
|
||||
func PossibleStateValues() []State {
|
||||
return original.PossibleStateValues()
|
||||
}
|
||||
|
||||
type ListResult = original.ListResult
|
||||
type ListResultIterator = original.ListResultIterator
|
||||
type ListResultPage = original.ListResultPage
|
||||
type Location = original.Location
|
||||
type LocationListResult = original.LocationListResult
|
||||
type Policies = original.Policies
|
||||
type Subscription = original.Subscription
|
||||
type TenantIDDescription = original.TenantIDDescription
|
||||
type TenantListResult = original.TenantListResult
|
||||
type TenantListResultIterator = original.TenantListResultIterator
|
||||
type TenantListResultPage = original.TenantListResultPage
|
||||
type Client = original.Client
|
||||
|
||||
func NewClient() Client {
|
||||
return original.NewClient()
|
||||
}
|
||||
func NewClientWithBaseURI(baseURI string) Client {
|
||||
return original.NewClientWithBaseURI(baseURI)
|
||||
}
|
||||
|
||||
type TenantsClient = original.TenantsClient
|
||||
|
||||
func NewTenantsClient() TenantsClient {
|
||||
return original.NewTenantsClient()
|
||||
}
|
||||
func NewTenantsClientWithBaseURI(baseURI string) TenantsClient {
|
||||
return original.NewTenantsClientWithBaseURI(baseURI)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-272
@@ -1,272 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 scheduler
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/scheduler/mgmt/2016-03-01/scheduler"
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobCollectionsClient = original.JobCollectionsClient
|
||||
|
||||
func NewJobCollectionsClient(subscriptionID string) JobCollectionsClient {
|
||||
return original.NewJobCollectionsClient(subscriptionID)
|
||||
}
|
||||
func NewJobCollectionsClientWithBaseURI(baseURI string, subscriptionID string) JobCollectionsClient {
|
||||
return original.NewJobCollectionsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type JobsClient = original.JobsClient
|
||||
|
||||
func NewJobsClient(subscriptionID string) JobsClient {
|
||||
return original.NewJobsClient(subscriptionID)
|
||||
}
|
||||
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient {
|
||||
return original.NewJobsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type DayOfWeek = original.DayOfWeek
|
||||
|
||||
const (
|
||||
Friday DayOfWeek = original.Friday
|
||||
Monday DayOfWeek = original.Monday
|
||||
Saturday DayOfWeek = original.Saturday
|
||||
Sunday DayOfWeek = original.Sunday
|
||||
Thursday DayOfWeek = original.Thursday
|
||||
Tuesday DayOfWeek = original.Tuesday
|
||||
Wednesday DayOfWeek = original.Wednesday
|
||||
)
|
||||
|
||||
func PossibleDayOfWeekValues() []DayOfWeek {
|
||||
return original.PossibleDayOfWeekValues()
|
||||
}
|
||||
|
||||
type JobActionType = original.JobActionType
|
||||
|
||||
const (
|
||||
HTTP JobActionType = original.HTTP
|
||||
HTTPS JobActionType = original.HTTPS
|
||||
ServiceBusQueue JobActionType = original.ServiceBusQueue
|
||||
ServiceBusTopic JobActionType = original.ServiceBusTopic
|
||||
StorageQueue JobActionType = original.StorageQueue
|
||||
)
|
||||
|
||||
func PossibleJobActionTypeValues() []JobActionType {
|
||||
return original.PossibleJobActionTypeValues()
|
||||
}
|
||||
|
||||
type JobCollectionState = original.JobCollectionState
|
||||
|
||||
const (
|
||||
Deleted JobCollectionState = original.Deleted
|
||||
Disabled JobCollectionState = original.Disabled
|
||||
Enabled JobCollectionState = original.Enabled
|
||||
Suspended JobCollectionState = original.Suspended
|
||||
)
|
||||
|
||||
func PossibleJobCollectionStateValues() []JobCollectionState {
|
||||
return original.PossibleJobCollectionStateValues()
|
||||
}
|
||||
|
||||
type JobExecutionStatus = original.JobExecutionStatus
|
||||
|
||||
const (
|
||||
Completed JobExecutionStatus = original.Completed
|
||||
Failed JobExecutionStatus = original.Failed
|
||||
Postponed JobExecutionStatus = original.Postponed
|
||||
)
|
||||
|
||||
func PossibleJobExecutionStatusValues() []JobExecutionStatus {
|
||||
return original.PossibleJobExecutionStatusValues()
|
||||
}
|
||||
|
||||
type JobHistoryActionName = original.JobHistoryActionName
|
||||
|
||||
const (
|
||||
ErrorAction JobHistoryActionName = original.ErrorAction
|
||||
MainAction JobHistoryActionName = original.MainAction
|
||||
)
|
||||
|
||||
func PossibleJobHistoryActionNameValues() []JobHistoryActionName {
|
||||
return original.PossibleJobHistoryActionNameValues()
|
||||
}
|
||||
|
||||
type JobScheduleDay = original.JobScheduleDay
|
||||
|
||||
const (
|
||||
JobScheduleDayFriday JobScheduleDay = original.JobScheduleDayFriday
|
||||
JobScheduleDayMonday JobScheduleDay = original.JobScheduleDayMonday
|
||||
JobScheduleDaySaturday JobScheduleDay = original.JobScheduleDaySaturday
|
||||
JobScheduleDaySunday JobScheduleDay = original.JobScheduleDaySunday
|
||||
JobScheduleDayThursday JobScheduleDay = original.JobScheduleDayThursday
|
||||
JobScheduleDayTuesday JobScheduleDay = original.JobScheduleDayTuesday
|
||||
JobScheduleDayWednesday JobScheduleDay = original.JobScheduleDayWednesday
|
||||
)
|
||||
|
||||
func PossibleJobScheduleDayValues() []JobScheduleDay {
|
||||
return original.PossibleJobScheduleDayValues()
|
||||
}
|
||||
|
||||
type JobState = original.JobState
|
||||
|
||||
const (
|
||||
JobStateCompleted JobState = original.JobStateCompleted
|
||||
JobStateDisabled JobState = original.JobStateDisabled
|
||||
JobStateEnabled JobState = original.JobStateEnabled
|
||||
JobStateFaulted JobState = original.JobStateFaulted
|
||||
)
|
||||
|
||||
func PossibleJobStateValues() []JobState {
|
||||
return original.PossibleJobStateValues()
|
||||
}
|
||||
|
||||
type RecurrenceFrequency = original.RecurrenceFrequency
|
||||
|
||||
const (
|
||||
Day RecurrenceFrequency = original.Day
|
||||
Hour RecurrenceFrequency = original.Hour
|
||||
Minute RecurrenceFrequency = original.Minute
|
||||
Month RecurrenceFrequency = original.Month
|
||||
Week RecurrenceFrequency = original.Week
|
||||
)
|
||||
|
||||
func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
|
||||
return original.PossibleRecurrenceFrequencyValues()
|
||||
}
|
||||
|
||||
type RetryType = original.RetryType
|
||||
|
||||
const (
|
||||
Fixed RetryType = original.Fixed
|
||||
None RetryType = original.None
|
||||
)
|
||||
|
||||
func PossibleRetryTypeValues() []RetryType {
|
||||
return original.PossibleRetryTypeValues()
|
||||
}
|
||||
|
||||
type ServiceBusAuthenticationType = original.ServiceBusAuthenticationType
|
||||
|
||||
const (
|
||||
NotSpecified ServiceBusAuthenticationType = original.NotSpecified
|
||||
SharedAccessKey ServiceBusAuthenticationType = original.SharedAccessKey
|
||||
)
|
||||
|
||||
func PossibleServiceBusAuthenticationTypeValues() []ServiceBusAuthenticationType {
|
||||
return original.PossibleServiceBusAuthenticationTypeValues()
|
||||
}
|
||||
|
||||
type ServiceBusTransportType = original.ServiceBusTransportType
|
||||
|
||||
const (
|
||||
ServiceBusTransportTypeAMQP ServiceBusTransportType = original.ServiceBusTransportTypeAMQP
|
||||
ServiceBusTransportTypeNetMessaging ServiceBusTransportType = original.ServiceBusTransportTypeNetMessaging
|
||||
ServiceBusTransportTypeNotSpecified ServiceBusTransportType = original.ServiceBusTransportTypeNotSpecified
|
||||
)
|
||||
|
||||
func PossibleServiceBusTransportTypeValues() []ServiceBusTransportType {
|
||||
return original.PossibleServiceBusTransportTypeValues()
|
||||
}
|
||||
|
||||
type SkuDefinition = original.SkuDefinition
|
||||
|
||||
const (
|
||||
Free SkuDefinition = original.Free
|
||||
P10Premium SkuDefinition = original.P10Premium
|
||||
P20Premium SkuDefinition = original.P20Premium
|
||||
Standard SkuDefinition = original.Standard
|
||||
)
|
||||
|
||||
func PossibleSkuDefinitionValues() []SkuDefinition {
|
||||
return original.PossibleSkuDefinitionValues()
|
||||
}
|
||||
|
||||
type Type = original.Type
|
||||
|
||||
const (
|
||||
TypeActiveDirectoryOAuth Type = original.TypeActiveDirectoryOAuth
|
||||
TypeBasic Type = original.TypeBasic
|
||||
TypeClientCertificate Type = original.TypeClientCertificate
|
||||
TypeHTTPAuthentication Type = original.TypeHTTPAuthentication
|
||||
)
|
||||
|
||||
func PossibleTypeValues() []Type {
|
||||
return original.PossibleTypeValues()
|
||||
}
|
||||
|
||||
type BasicAuthentication = original.BasicAuthentication
|
||||
type ClientCertAuthentication = original.ClientCertAuthentication
|
||||
type BasicHTTPAuthentication = original.BasicHTTPAuthentication
|
||||
type HTTPAuthentication = original.HTTPAuthentication
|
||||
type HTTPRequest = original.HTTPRequest
|
||||
type JobAction = original.JobAction
|
||||
type JobCollectionDefinition = original.JobCollectionDefinition
|
||||
type JobCollectionListResult = original.JobCollectionListResult
|
||||
type JobCollectionListResultIterator = original.JobCollectionListResultIterator
|
||||
type JobCollectionListResultPage = original.JobCollectionListResultPage
|
||||
type JobCollectionProperties = original.JobCollectionProperties
|
||||
type JobCollectionQuota = original.JobCollectionQuota
|
||||
type JobCollectionsDeleteFuture = original.JobCollectionsDeleteFuture
|
||||
type JobCollectionsDisableFuture = original.JobCollectionsDisableFuture
|
||||
type JobCollectionsEnableFuture = original.JobCollectionsEnableFuture
|
||||
type JobDefinition = original.JobDefinition
|
||||
type JobErrorAction = original.JobErrorAction
|
||||
type JobHistoryDefinition = original.JobHistoryDefinition
|
||||
type JobHistoryDefinitionProperties = original.JobHistoryDefinitionProperties
|
||||
type JobHistoryFilter = original.JobHistoryFilter
|
||||
type JobHistoryListResult = original.JobHistoryListResult
|
||||
type JobHistoryListResultIterator = original.JobHistoryListResultIterator
|
||||
type JobHistoryListResultPage = original.JobHistoryListResultPage
|
||||
type JobListResult = original.JobListResult
|
||||
type JobListResultIterator = original.JobListResultIterator
|
||||
type JobListResultPage = original.JobListResultPage
|
||||
type JobMaxRecurrence = original.JobMaxRecurrence
|
||||
type JobProperties = original.JobProperties
|
||||
type JobRecurrence = original.JobRecurrence
|
||||
type JobRecurrenceSchedule = original.JobRecurrenceSchedule
|
||||
type JobRecurrenceScheduleMonthlyOccurrence = original.JobRecurrenceScheduleMonthlyOccurrence
|
||||
type JobStateFilter = original.JobStateFilter
|
||||
type JobStatus = original.JobStatus
|
||||
type OAuthAuthentication = original.OAuthAuthentication
|
||||
type RetryPolicy = original.RetryPolicy
|
||||
type ServiceBusAuthentication = original.ServiceBusAuthentication
|
||||
type ServiceBusBrokeredMessageProperties = original.ServiceBusBrokeredMessageProperties
|
||||
type ServiceBusMessage = original.ServiceBusMessage
|
||||
type ServiceBusQueueMessage = original.ServiceBusQueueMessage
|
||||
type ServiceBusTopicMessage = original.ServiceBusTopicMessage
|
||||
type Sku = original.Sku
|
||||
type StorageQueueMessage = original.StorageQueueMessage
|
||||
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Generated
Vendored
-167
@@ -1,167 +0,0 @@
|
||||
// +build go1.9
|
||||
|
||||
// Copyright 2018 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 search
|
||||
|
||||
import original "github.com/Azure/azure-sdk-for-go/services/search/mgmt/2015-08-19/search"
|
||||
|
||||
type AdminKeysClient = original.AdminKeysClient
|
||||
|
||||
func NewAdminKeysClient(subscriptionID string) AdminKeysClient {
|
||||
return original.NewAdminKeysClient(subscriptionID)
|
||||
}
|
||||
func NewAdminKeysClientWithBaseURI(baseURI string, subscriptionID string) AdminKeysClient {
|
||||
return original.NewAdminKeysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultBaseURI = original.DefaultBaseURI
|
||||
)
|
||||
|
||||
type BaseClient = original.BaseClient
|
||||
|
||||
func New(subscriptionID string) BaseClient {
|
||||
return original.New(subscriptionID)
|
||||
}
|
||||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
|
||||
return original.NewWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type AdminKeyKind = original.AdminKeyKind
|
||||
|
||||
const (
|
||||
Primary AdminKeyKind = original.Primary
|
||||
Secondary AdminKeyKind = original.Secondary
|
||||
)
|
||||
|
||||
func PossibleAdminKeyKindValues() []AdminKeyKind {
|
||||
return original.PossibleAdminKeyKindValues()
|
||||
}
|
||||
|
||||
type HostingMode = original.HostingMode
|
||||
|
||||
const (
|
||||
Default HostingMode = original.Default
|
||||
HighDensity HostingMode = original.HighDensity
|
||||
)
|
||||
|
||||
func PossibleHostingModeValues() []HostingMode {
|
||||
return original.PossibleHostingModeValues()
|
||||
}
|
||||
|
||||
type ProvisioningState = original.ProvisioningState
|
||||
|
||||
const (
|
||||
Failed ProvisioningState = original.Failed
|
||||
Provisioning ProvisioningState = original.Provisioning
|
||||
Succeeded ProvisioningState = original.Succeeded
|
||||
)
|
||||
|
||||
func PossibleProvisioningStateValues() []ProvisioningState {
|
||||
return original.PossibleProvisioningStateValues()
|
||||
}
|
||||
|
||||
type ServiceStatus = original.ServiceStatus
|
||||
|
||||
const (
|
||||
ServiceStatusDegraded ServiceStatus = original.ServiceStatusDegraded
|
||||
ServiceStatusDeleting ServiceStatus = original.ServiceStatusDeleting
|
||||
ServiceStatusDisabled ServiceStatus = original.ServiceStatusDisabled
|
||||
ServiceStatusError ServiceStatus = original.ServiceStatusError
|
||||
ServiceStatusProvisioning ServiceStatus = original.ServiceStatusProvisioning
|
||||
ServiceStatusRunning ServiceStatus = original.ServiceStatusRunning
|
||||
)
|
||||
|
||||
func PossibleServiceStatusValues() []ServiceStatus {
|
||||
return original.PossibleServiceStatusValues()
|
||||
}
|
||||
|
||||
type SkuName = original.SkuName
|
||||
|
||||
const (
|
||||
Basic SkuName = original.Basic
|
||||
Free SkuName = original.Free
|
||||
Standard SkuName = original.Standard
|
||||
Standard2 SkuName = original.Standard2
|
||||
Standard3 SkuName = original.Standard3
|
||||
)
|
||||
|
||||
func PossibleSkuNameValues() []SkuName {
|
||||
return original.PossibleSkuNameValues()
|
||||
}
|
||||
|
||||
type UnavailableNameReason = original.UnavailableNameReason
|
||||
|
||||
const (
|
||||
AlreadyExists UnavailableNameReason = original.AlreadyExists
|
||||
Invalid UnavailableNameReason = original.Invalid
|
||||
)
|
||||
|
||||
func PossibleUnavailableNameReasonValues() []UnavailableNameReason {
|
||||
return original.PossibleUnavailableNameReasonValues()
|
||||
}
|
||||
|
||||
type AdminKeyResult = original.AdminKeyResult
|
||||
type CheckNameAvailabilityInput = original.CheckNameAvailabilityInput
|
||||
type CheckNameAvailabilityOutput = original.CheckNameAvailabilityOutput
|
||||
type CloudError = original.CloudError
|
||||
type CloudErrorBody = original.CloudErrorBody
|
||||
type ListQueryKeysResult = original.ListQueryKeysResult
|
||||
type Operation = original.Operation
|
||||
type OperationDisplay = original.OperationDisplay
|
||||
type OperationListResult = original.OperationListResult
|
||||
type QueryKey = original.QueryKey
|
||||
type Resource = original.Resource
|
||||
type Service = original.Service
|
||||
type ServiceListResult = original.ServiceListResult
|
||||
type ServiceProperties = original.ServiceProperties
|
||||
type ServicesCreateOrUpdateFuture = original.ServicesCreateOrUpdateFuture
|
||||
type Sku = original.Sku
|
||||
type OperationsClient = original.OperationsClient
|
||||
|
||||
func NewOperationsClient(subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClient(subscriptionID)
|
||||
}
|
||||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
|
||||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type QueryKeysClient = original.QueryKeysClient
|
||||
|
||||
func NewQueryKeysClient(subscriptionID string) QueryKeysClient {
|
||||
return original.NewQueryKeysClient(subscriptionID)
|
||||
}
|
||||
func NewQueryKeysClientWithBaseURI(baseURI string, subscriptionID string) QueryKeysClient {
|
||||
return original.NewQueryKeysClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
|
||||
type ServicesClient = original.ServicesClient
|
||||
|
||||
func NewServicesClient(subscriptionID string) ServicesClient {
|
||||
return original.NewServicesClient(subscriptionID)
|
||||
}
|
||||
func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient {
|
||||
return original.NewServicesClientWithBaseURI(baseURI, subscriptionID)
|
||||
}
|
||||
func UserAgent() string {
|
||||
return original.UserAgent() + " profiles/latest"
|
||||
}
|
||||
func Version() string {
|
||||
return original.Version()
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user