Namespace Azure.Iot.Operations.Services.EdgeRegistry.Generated
Namespaces
Classes
- Constants
Global constants.
- CreateGroupResponseSchema
The Group entity.
- CreateResourceRequestPayload
Request payload for creating a generic xRegistry Resource entity along with its default Version.
- CreateResourceResponseSchema
The Resource entity.
- CreateSchemaVersionAttributes
Request payload for creating a Schema Version.
- CreateSchemaVersionResponseSchema
The Schema Version entity.
- CreateThingDescriptionVersionAttributes
Request payload for creating a Thing Description Version.
- CreateThingDescriptionVersionResponseSchema
The Thing Description Version entity.
- CreateThingModelVersionAttributes
Request payload for creating a Thing Model Version.
- CreateThingModelVersionResponseSchema
The Thing Model Version entity.
- CreateVersionRequestPayload
Request payload for creating a generic xRegistry Version entity. The parent Resource is implicitly created if it doesn't already exist. Create is strictly idempotent: if every field matches the latest Version of the parent Resource (including labels), the latest Version is returned; otherwise a new Version is created.
- CreateVersionResponseSchema
The created or matching existing Version entity.
- DeleteGroupResponseSchema
Response to a 'deleteGroup' Action.
- DeleteOptions
Options that control the behavior of a delete operation.
- DeleteRequestPayload
Request payload for deleting an xRegistry entity.
- DeleteResourceResponseSchema
Response to a 'deleteResource' Action.
- DeleteSchemaVersionResponseSchema
Response to a 'deleteSchemaVersion' Action.
- DeleteThingDescriptionVersionResponseSchema
Response to a 'deleteThingDescriptionVersion' Action.
- DeleteThingModelVersionResponseSchema
Response to a 'deleteThingModelVersion' Action.
- DeleteVersionResponseSchema
Response to a 'deleteVersion' Action.
- DeprecatedInfo
Information about the deprecation status of an entity.
- EdgeRegistry.CreateGroupActionInvoker
Specializes the
CommandInvokerclass for Command 'createGroup'.
- EdgeRegistry.CreateResourceActionInvoker
Specializes the
CommandInvokerclass for Command 'createResource'.
- EdgeRegistry.CreateVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'createVersion'.
- EdgeRegistry.DeleteGroupActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteGroup'.
- EdgeRegistry.DeleteResourceActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteResource'.
- EdgeRegistry.DeleteVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteVersion'.
- EdgeRegistry.GetGroupActionInvoker
Specializes the
CommandInvokerclass for Command 'getGroup'.
- EdgeRegistry.GetResourceActionInvoker
Specializes the
CommandInvokerclass for Command 'getResource'.
- EdgeRegistry.GetVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'getVersion'.
- EdgeRegistry.ListGroupsActionInvoker
Specializes the
CommandInvokerclass for Command 'listGroups'.
- EdgeRegistry.ListResourcesActionInvoker
Specializes the
CommandInvokerclass for Command 'listResources'.
- EdgeRegistry.ListVersionsActionInvoker
Specializes the
CommandInvokerclass for Command 'listVersions'.
- EdgeRegistrySchemaExtensions.CreateSchemaVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'createSchemaVersion'.
- EdgeRegistrySchemaExtensions.DeleteSchemaVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteSchemaVersion'.
- EdgeRegistrySchemaExtensions.GetSchemaVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'getSchemaVersion'.
- EdgeRegistrySchemaExtensions.ListSchemaVersionsActionInvoker
Specializes the
CommandInvokerclass for Command 'listSchemaVersions'.
- EdgeRegistryThingDescriptionExtensions.CreateThingDescriptionVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'createThingDescriptionVersion'.
- EdgeRegistryThingDescriptionExtensions.DeleteThingDescriptionVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteThingDescriptionVersion'.
- EdgeRegistryThingDescriptionExtensions.GetThingDescriptionVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'getThingDescriptionVersion'.
- EdgeRegistryThingDescriptionExtensions.ListThingDescriptionVersionsActionInvoker
Specializes the
CommandInvokerclass for Command 'listThingDescriptionVersions'.
- EdgeRegistryThingModelExtensions.CreateThingModelVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'createThingModelVersion'.
- EdgeRegistryThingModelExtensions.DeleteThingModelVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'deleteThingModelVersion'.
- EdgeRegistryThingModelExtensions.GetThingModelVersionActionInvoker
Specializes the
CommandInvokerclass for Command 'getThingModelVersion'.
- EdgeRegistryThingModelExtensions.ListThingModelVersionsActionInvoker
Specializes the
CommandInvokerclass for Command 'listThingModelVersions'.
- GetGroupInputArguments
Input arguments for action 'getGroup'
- GetGroupResponseSchema
The Group entity.
- GetResourceInputArguments
Input arguments for action 'getResource'
- GetResourceResponseSchema
The Resource entity.
- GetSchemaVersionInputArguments
Input arguments for action 'getSchemaVersion'
- GetSchemaVersionResponseSchema
The Schema Version entity.
- GetThingDescriptionVersionInputArguments
Input arguments for action 'getThingDescriptionVersion'
- GetThingDescriptionVersionResponseSchema
The Thing Description Version entity.
- GetThingModelVersionInputArguments
Input arguments for action 'getThingModelVersion'
- GetThingModelVersionResponseSchema
The Thing Model Version entity.
- GetVersionInputArguments
Input arguments for action 'getVersion'
- GetVersionResponseSchema
The Version entity.
- Group
A Group entity — container for related Resources.
- GroupAttributes
Request payload for creating or updating a Group.
- Label
A key-value pair used for labeling.
- ListGroupsOutputArguments
List of Group identifiers.
- ListGroupsResponseSchema
List of Group identifiers.
- ListResourcesRequestPayload
Request payload for listing xRegistry Resources, optionally filtered by Group type, Group, Resource type, and/or label.
- ListResourcesResponseSchema
List of Resource XIDs matching the provided constraints.
- ListSchemaVersionsResponseSchema
List of Schema Version XIDs matching the provided constraints.
- ListThingDescriptionVersionsResponseSchema
List of Thing Description Version XIDs matching the provided constraints.
- ListThingModelVersionsResponseSchema
List of Thing Model Version XIDs matching the provided constraints.
- ListVersionsRequestPayload
Request payload for listing xRegistry Versions, optionally filtered by Group type, Group, Resource type, Resource, and/or label.
- ListVersionsResponseSchema
List of Version XIDs matching the provided constraints.
- Resource
Resource entity
- ResourceMetaAttributes
Mutable attributes for creating or updating a Resource (its
metasub-entity).
- ResourceXid
The XID components that identify a Resource.
- ResourceXidList
List of Resource XIDs within the provided constraints with the specified label.
- SchemaFormat
Non-exhaustive supported schema formats
- SchemaVersion
A specific Version of a Schema. Self-contained: combines the generic Version fields and the schema-specific fields into one schema, with integer-typed versionId and ancestor.
- SchemaVersionXid
The XID components that identify a Schema Version.
- SchemaVersionXidList
List of Schema Version XIDs within the provided constraints with the specified label.
- ThingDescriptionFormat
Non-exhaustive supported WoT TD formats
- ThingDescriptionVersion
A specific Version of a Thing Description. Self-contained: combines the generic Version fields and the thing description-specific fields into one schema, with integer-typed versionId and ancestor.
- ThingDescriptionVersionXid
The XID components that identify a Thing Description Version.
- ThingDescriptionVersionXidList
List of Thing Description Version XIDs within the provided constraints with the specified label.
- ThingModelFormat
Non-exhaustive supported WoT TM formats
- ThingModelVersion
A specific Version of a Thing Model. Self-contained: combines the generic Version fields and the thing model-specific fields into one schema, with integer-typed versionId and ancestor.
- ThingModelVersionXid
The XID components that identify a Thing Model Version.
- ThingModelVersionXidList
List of Thing Model Version XIDs within the provided constraints with the specified label.
- ValidationStatus
Indicates whether validation was performed, and if not, the reason why not (e.g., "unsupported format", "validation disabled").
- Version
A specific Version of a Resource.
- VersionAttributes
Attributes needed to create a Version.
- VersionXid
The XID components that identify a Version.
- VersionXidList
List of Version XIDs within the provided constraints with the specified label.