Documentation ¶
Overview ¶
Package iotcentral implements the Azure ARM Iotcentral service API version 2018-09-01.
Use this API to manage IoT Central Applications in your Azure subscription.
Index ¶
- Constants
- func UserAgent() string
- func Version() stringdeprecated
- type Appdeprecated
- type AppListResultdeprecated
- func (alr AppListResult) IsEmpty() booldeprecated
- type AppListResultIteratordeprecated
- type AppListResultPagedeprecated
- type AppNameAvailabilityInfodeprecated
- type AppNameUnavailabilityReasondeprecated
- type AppPatchdeprecated
- type AppPropertiesdeprecated
- type AppSkudeprecated
- func PossibleAppSkuValues() []AppSkudeprecated
- type AppSkuInfodeprecated
- type AppsClientdeprecated
- func (client AppsClient) CheckNameAvailability(ctx context.Context, operationInputs OperationInputs) (result AppNameAvailabilityInfo, err error)deprecated
- func (client AppsClient) CheckNameAvailabilityPreparer(ctx context.Context, operationInputs OperationInputs) (*http.Request, error)deprecated
- func (client AppsClient) CheckNameAvailabilityResponder(resp *http.Response) (result AppNameAvailabilityInfo, err error)deprecated
- func (client AppsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)deprecated
- func (client AppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, app App) (result AppsCreateOrUpdateFuture, err error)deprecated
- func (client AppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, app App) (*http.Request, error)deprecated
- func (client AppsClient) CreateOrUpdateResponder(resp *http.Response) (result App, err error)deprecated
- func (client AppsClient) CreateOrUpdateSender(req *http.Request) (future AppsCreateOrUpdateFuture, err error)deprecated
- func (client AppsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result AppsDeleteFuture, err error)deprecated
- func (client AppsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)deprecated
- func (client AppsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client AppsClient) DeleteSender(req *http.Request) (future AppsDeleteFuture, err error)deprecated
- func (client AppsClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result App, err error)deprecated
- func (client AppsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)deprecated
- func (client AppsClient) GetResponder(resp *http.Response) (result App, err error)deprecated
- func (client AppsClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client AppsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppListResultPage, err error)deprecated
- func (client AppsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppListResultIterator, err error)deprecated
- func (client AppsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)deprecated
- func (client AppsClient) ListByResourceGroupResponder(resp *http.Response) (result AppListResult, err error)deprecated
- func (client AppsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)deprecated
- func (client AppsClient) ListBySubscription(ctx context.Context) (result AppListResultPage, err error)deprecated
- func (client AppsClient) ListBySubscriptionComplete(ctx context.Context) (result AppListResultIterator, err error)deprecated
- func (client AppsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)deprecated
- func (client AppsClient) ListBySubscriptionResponder(resp *http.Response) (result AppListResult, err error)deprecated
- func (client AppsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)deprecated
- func (client AppsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result AppsUpdateFuture, err error)deprecated
- func (client AppsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)deprecated
- func (client AppsClient) UpdateResponder(resp *http.Response) (result App, err error)deprecated
- func (client AppsClient) UpdateSender(req *http.Request) (future AppsUpdateFuture, err error)deprecated
- type AppsCreateOrUpdateFuturedeprecated
- type AppsDeleteFuturedeprecated
- type AppsUpdateFuturedeprecated
- type BaseClientdeprecated
- type ErrorDetailsdeprecated
- type Operationdeprecated
- type OperationDisplaydeprecated
- type OperationInputsdeprecated
- type OperationListResultdeprecated
- type OperationListResultIteratordeprecated
- type OperationListResultPagedeprecated
- type OperationsClientdeprecated
- func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)deprecated
- func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)deprecated
- func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)deprecated
- func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)deprecated
- func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- type Resourcedeprecated
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Iotcentral
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
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.
Code generated by Microsoft (R) AutoRest Code Generator. Changes may cause incorrect behavior and will be lost if the code is regenerated. Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. UserAgent returns the UserAgent string to use when sending http.Requests.
func Version
deprecated
func Version() string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type App
deprecated
type App struct { autorest.Response `json:"-"` // AppProperties - The common properties of an IoT Central application. *AppProperties `json:"properties,omitempty"` // Sku - A valid instance SKU. Sku *AppSkuInfo `json:"sku,omitempty"` // ID - The ARM resource identifier. ID *string `json:"id,omitempty"` // Name - The ARM resource name. Name *string `json:"name,omitempty"` // Type - The resource type. Type *string `json:"type,omitempty"` // Location - The resource location. Location *string `json:"location,omitempty"` // Tags - The resource tags. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. App the IoT Central application.
func (App) MarshalJSON
deprecated
func (*App) UnmarshalJSON
deprecated
type AppListResult
deprecated
type AppListResult struct { autorest.Response `json:"-"` // NextLink - The link used to get the next page of IoT Central Applications. NextLink *string `json:"nextLink,omitempty"` // Value - A list of IoT Central Applications. Value *[]App `json:"value,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppListResult a list of IoT Central Applications with a next link.
func (AppListResult) IsEmpty
deprecated
func (alr AppListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. IsEmpty returns true if the ListResult contains no values.
type AppListResultIterator
deprecated
type AppListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppListResultIterator provides access to a complete listing of App values.
func (*AppListResultIterator) Next
deprecated
func (iter *AppListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (AppListResultIterator) NotDone
deprecated
func (iter AppListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (AppListResultIterator) Response
deprecated
func (iter AppListResultIterator) Response() AppListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Response returns the raw server response from the last page request.
func (AppListResultIterator) Value
deprecated
func (iter AppListResultIterator) Value() App
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type AppListResultPage
deprecated
type AppListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppListResultPage contains a page of App values.
func (*AppListResultPage) Next
deprecated
func (page *AppListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (AppListResultPage) NotDone
deprecated
func (page AppListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (AppListResultPage) Response
deprecated
func (page AppListResultPage) Response() AppListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Response returns the raw server response from the last page request.
func (AppListResultPage) Values
deprecated
func (page AppListResultPage) Values() []App
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Values returns the slice of values for the current page or nil if there are no values.
type AppNameAvailabilityInfo
deprecated
type AppNameAvailabilityInfo struct { autorest.Response `json:"-"` // NameAvailable - The value which indicates whether the provided name is available. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - The reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists' Reason AppNameUnavailabilityReason `json:"reason,omitempty"` // Message - The detailed reason message. Message *string `json:"message,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppNameAvailabilityInfo the properties indicating whether a given IoT Central application name is available.
type AppNameUnavailabilityReason
deprecated
type AppNameUnavailabilityReason string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppNameUnavailabilityReason enumerates the values for app name unavailability reason.
const ( // AlreadyExists ... AlreadyExists AppNameUnavailabilityReason = "AlreadyExists" // Invalid ... Invalid AppNameUnavailabilityReason = "Invalid" )
func PossibleAppNameUnavailabilityReasonValues
deprecated
func PossibleAppNameUnavailabilityReasonValues() []AppNameUnavailabilityReason
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. PossibleAppNameUnavailabilityReasonValues returns an array of possible values for the AppNameUnavailabilityReason const type.
type AppPatch
deprecated
type AppPatch struct { // Tags - Instance tags Tags map[string]*string `json:"tags"` // AppProperties - The common properties of an IoT Central application. *AppProperties `json:"properties,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppPatch the description of the IoT Central application.
func (AppPatch) MarshalJSON
deprecated
func (*AppPatch) UnmarshalJSON
deprecated
type AppProperties
deprecated
type AppProperties struct { // ApplicationID - The ID of the application. ApplicationID *string `json:"applicationId,omitempty"` // DisplayName - The display name of the application. DisplayName *string `json:"displayName,omitempty"` // Subdomain - The subdomain of the application. Subdomain *string `json:"subdomain,omitempty"` // Template - The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch. Template *string `json:"template,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppProperties the properties of an IoT Central application.
type AppSku
deprecated
type AppSku string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppSku enumerates the values for app sku.
func PossibleAppSkuValues
deprecated
func PossibleAppSkuValues() []AppSku
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. PossibleAppSkuValues returns an array of possible values for the AppSku const type.
type AppSkuInfo
deprecated
type AppSkuInfo struct { // Name - The name of the SKU. Possible values include: 'F1', 'S1' Name AppSku `json:"name,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppSkuInfo information about the SKU of the IoT Central application.
type AppsClient
deprecated
type AppsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppsClient is the use this API to manage IoT Central Applications in your Azure subscription.
func NewAppsClient
deprecated
func NewAppsClient(subscriptionID string) AppsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NewAppsClient creates an instance of the AppsClient client.
func NewAppsClientWithBaseURI
deprecated
func NewAppsClientWithBaseURI(baseURI string, subscriptionID string) AppsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NewAppsClientWithBaseURI creates an instance of the AppsClient client.
func (AppsClient) CheckNameAvailability
deprecated
func (client AppsClient) CheckNameAvailability(ctx context.Context, operationInputs OperationInputs) (result AppNameAvailabilityInfo, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CheckNameAvailability check if an IoT Central application name is available. Parameters: operationInputs - set the name parameter in the OperationInputs structure to the name of the IoT Central application to check.
func (AppsClient) CheckNameAvailabilityPreparer
deprecated
func (client AppsClient) CheckNameAvailabilityPreparer(ctx context.Context, operationInputs OperationInputs) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (AppsClient) CheckNameAvailabilityResponder
deprecated
func (client AppsClient) CheckNameAvailabilityResponder(resp *http.Response) (result AppNameAvailabilityInfo, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (AppsClient) CheckNameAvailabilitySender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (AppsClient) CreateOrUpdate
deprecated
func (client AppsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, app App) (result AppsCreateOrUpdateFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CreateOrUpdate create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application. Parameters: resourceGroupName - the name of the resource group that contains the IoT Central application. resourceName - the ARM resource name of the IoT Central application. app - the IoT Central application metadata and security metadata.
func (AppsClient) CreateOrUpdatePreparer
deprecated
func (client AppsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, app App) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (AppsClient) CreateOrUpdateResponder
deprecated
func (client AppsClient) CreateOrUpdateResponder(resp *http.Response) (result App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (AppsClient) CreateOrUpdateSender
deprecated
func (client AppsClient) CreateOrUpdateSender(req *http.Request) (future AppsCreateOrUpdateFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (AppsClient) Delete
deprecated
func (client AppsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result AppsDeleteFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Delete delete an IoT Central application. Parameters: resourceGroupName - the name of the resource group that contains the IoT Central application. resourceName - the ARM resource name of the IoT Central application.
func (AppsClient) DeletePreparer
deprecated
func (AppsClient) DeleteResponder
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (AppsClient) DeleteSender
deprecated
func (client AppsClient) DeleteSender(req *http.Request) (future AppsDeleteFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (AppsClient) Get
deprecated
func (client AppsClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Get get the metadata of an IoT Central application. Parameters: resourceGroupName - the name of the resource group that contains the IoT Central application. resourceName - the ARM resource name of the IoT Central application.
func (AppsClient) GetPreparer
deprecated
func (AppsClient) GetResponder
deprecated
func (client AppsClient) GetResponder(resp *http.Response) (result App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (AppsClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (AppsClient) ListByResourceGroup
deprecated
func (client AppsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AppListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListByResourceGroup get all the IoT Central Applications in a resource group. Parameters: resourceGroupName - the name of the resource group that contains the IoT Central application.
func (AppsClient) ListByResourceGroupComplete
deprecated
func (client AppsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AppListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (AppsClient) ListByResourceGroupPreparer
deprecated
func (client AppsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (AppsClient) ListByResourceGroupResponder
deprecated
func (client AppsClient) ListByResourceGroupResponder(resp *http.Response) (result AppListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (AppsClient) ListByResourceGroupSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (AppsClient) ListBySubscription
deprecated
func (client AppsClient) ListBySubscription(ctx context.Context) (result AppListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListBySubscription get all IoT Central Applications in a subscription.
func (AppsClient) ListBySubscriptionComplete
deprecated
func (client AppsClient) ListBySubscriptionComplete(ctx context.Context) (result AppListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListBySubscriptionComplete enumerates all values, automatically crossing page boundaries as required.
func (AppsClient) ListBySubscriptionPreparer
deprecated
func (AppsClient) ListBySubscriptionResponder
deprecated
func (client AppsClient) ListBySubscriptionResponder(resp *http.Response) (result AppListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListBySubscriptionResponder handles the response to the ListBySubscription request. The method always closes the http.Response Body.
func (AppsClient) ListBySubscriptionSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListBySubscriptionSender sends the ListBySubscription request. The method will close the http.Response Body if it receives an error.
func (AppsClient) Update
deprecated
func (client AppsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, appPatch AppPatch) (result AppsUpdateFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Update update the metadata of an IoT Central application. Parameters: resourceGroupName - the name of the resource group that contains the IoT Central application. resourceName - the ARM resource name of the IoT Central application. appPatch - the IoT Central application metadata and security metadata.
func (AppsClient) UpdatePreparer
deprecated
func (client AppsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, appPatch AppPatch) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. UpdatePreparer prepares the Update request.
func (AppsClient) UpdateResponder
deprecated
func (client AppsClient) UpdateResponder(resp *http.Response) (result App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (AppsClient) UpdateSender
deprecated
func (client AppsClient) UpdateSender(req *http.Request) (future AppsUpdateFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type AppsCreateOrUpdateFuture
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppsCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*AppsCreateOrUpdateFuture) Result
deprecated
func (future *AppsCreateOrUpdateFuture) Result(client AppsClient) (a App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Result returns the result of the asynchronous operation. If the operation has not completed it will return an error.
type AppsDeleteFuture
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppsDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*AppsDeleteFuture) Result
deprecated
func (future *AppsDeleteFuture) Result(client AppsClient) (ar autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Result returns the result of the asynchronous operation. If the operation has not completed it will return an error.
type AppsUpdateFuture
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. AppsUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*AppsUpdateFuture) Result
deprecated
func (future *AppsUpdateFuture) Result(client AppsClient) (a App, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Result returns the result of the asynchronous operation. If the operation has not completed it will return an error.
type BaseClient
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. BaseClient is the base client for Iotcentral.
func New
deprecated
func New(subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. New creates an instance of the BaseClient client.
func NewWithBaseURI
deprecated
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NewWithBaseURI creates an instance of the BaseClient client.
type ErrorDetails
deprecated
type ErrorDetails struct { // Code - The error code. Code *string `json:"code,omitempty"` // Message - The error message. Message *string `json:"message,omitempty"` // Target - The target of the particular error. Target *string `json:"target,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ErrorDetails error details.
type Operation
deprecated
type Operation struct { // Name - Operation name: {provider}/{resource}/{read | write | action | delete} Name *string `json:"name,omitempty"` // Display - The object that represents the operation. Display *OperationDisplay `json:"display,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Operation ioT Central REST API operation
type OperationDisplay
deprecated
type OperationDisplay struct { // Provider - Service provider: Microsoft IoT Central Provider *string `json:"provider,omitempty"` // Resource - Resource Type: IoT Central Resource *string `json:"resource,omitempty"` // Operation - Name of the operation Operation *string `json:"operation,omitempty"` // Description - Friendly description for the operation, Description *string `json:"description,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationDisplay the object that represents the operation.
type OperationInputs
deprecated
type OperationInputs struct { // Name - The name of the IoT Central application instance to check. Name *string `json:"name,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationInputs input values.
type OperationListResult
deprecated
type OperationListResult struct { autorest.Response `json:"-"` // NextLink - The link used to get the next page of IoT Central description objects. NextLink *string `json:"nextLink,omitempty"` // Value - A list of operations supported by the Microsoft.IoTCentral resource provider. Value *[]Operation `json:"value,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationListResult a list of IoT Central operations. It contains a list of operations and a URL link to get the next set of results.
func (OperationListResult) IsEmpty
deprecated
func (olr OperationListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. IsEmpty returns true if the ListResult contains no values.
type OperationListResultIterator
deprecated
type OperationListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationListResultIterator provides access to a complete listing of Operation values.
func (*OperationListResultIterator) Next
deprecated
func (iter *OperationListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (OperationListResultIterator) NotDone
deprecated
func (iter OperationListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (OperationListResultIterator) Response
deprecated
func (iter OperationListResultIterator) Response() OperationListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Response returns the raw server response from the last page request.
func (OperationListResultIterator) Value
deprecated
func (iter OperationListResultIterator) Value() Operation
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type OperationListResultPage
deprecated
type OperationListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationListResultPage contains a page of Operation values.
func (*OperationListResultPage) Next
deprecated
func (page *OperationListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (OperationListResultPage) NotDone
deprecated
func (page OperationListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (OperationListResultPage) Response
deprecated
func (page OperationListResultPage) Response() OperationListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Response returns the raw server response from the last page request.
func (OperationListResultPage) Values
deprecated
func (page OperationListResultPage) Values() []Operation
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Values returns the slice of values for the current page or nil if there are no values.
type OperationsClient
deprecated
type OperationsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. OperationsClient is the use this API to manage IoT Central Applications in your Azure subscription.
func NewOperationsClient
deprecated
func NewOperationsClient(subscriptionID string) OperationsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI
deprecated
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. NewOperationsClientWithBaseURI creates an instance of the OperationsClient client.
func (OperationsClient) List
deprecated
func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. List lists all of the available IoT Central application REST API operations.
func (OperationsClient) ListComplete
deprecated
func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (OperationsClient) ListPreparer
deprecated
func (OperationsClient) ListResponder
deprecated
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (OperationsClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type Resource
deprecated
type Resource struct { // ID - The ARM resource identifier. ID *string `json:"id,omitempty"` // Name - The ARM resource name. Name *string `json:"name,omitempty"` // Type - The resource type. Type *string `json:"type,omitempty"` // Location - The resource location. Location *string `json:"location,omitempty"` // Tags - The resource tags. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/iotcentral/mgmt/2018-09-01/iotcentral instead. Resource the common properties of an ARM resource.