iotspacesapi

package
v68.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 2 Imported by: 108

Documentation

Overview

Deprecated: This library is deprecated and no longer supported. The Azure IoTSpaces service that this library supported has been retired as of the end of 2020. Please consider using the Azure Digital Twins service ([What is Azure Digital Twins? - Azure Digital Twins | Microsoft Learn](https://learn.microsoft.com/en-us/azure/digital-twins/overview))

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientAPI

type ClientAPI interface {
	CheckNameAvailability(ctx context.Context, operationInputs iotspaces.OperationInputs) (result iotspaces.NameAvailabilityInfo, err error)
	CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, iotSpaceDescription iotspaces.Description) (result iotspaces.CreateOrUpdateFuture, err error)
	Delete(ctx context.Context, resourceGroupName string, resourceName string) (result iotspaces.DeleteFuture, err error)
	Get(ctx context.Context, resourceGroupName string, resourceName string) (result iotspaces.Description, err error)
	List(ctx context.Context) (result iotspaces.DescriptionListResultPage, err error)
	ListComplete(ctx context.Context) (result iotspaces.DescriptionListResultIterator, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result iotspaces.DescriptionListResultPage, err error)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result iotspaces.DescriptionListResultIterator, err error)
	Update(ctx context.Context, resourceGroupName string, resourceName string, iotSpacePatchDescription iotspaces.PatchDescription) (result iotspaces.UpdateFuture, err error)
}

ClientAPI contains the set of methods on the Client type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result iotspaces.OperationListResultPage, err error)
	ListComplete(ctx context.Context) (result iotspaces.OperationListResultIterator, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL