InstanceProperties interface
The properties of the Instance resource.
Properties
| adr |
The Azure Device Registry Namespace used by Assets, Discovered Assets and devices |
| default |
The reference to the AIO Secret provider class. |
| description | Detailed description of the Instance. |
| features | The features of the AIO Instance. |
| health |
The health state of the resource. |
| provisioning |
The status of the last operation. |
| schema |
The reference to the Schema Registry for this AIO Instance. |
| version | The Azure IoT Operations version. |
Property Details
adrNamespaceRef
The Azure Device Registry Namespace used by Assets, Discovered Assets and devices
adrNamespaceRef?: AzureDeviceRegistryNamespaceRef
Property Value
defaultSecretProviderClassRef
The reference to the AIO Secret provider class.
defaultSecretProviderClassRef?: SecretProviderClassRef
Property Value
description
Detailed description of the Instance.
description?: string
Property Value
string
features
The features of the AIO Instance.
features?: Record<string, InstanceFeature>
Property Value
Record<string, InstanceFeature>
healthState
The health state of the resource.
healthState?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
schemaRegistryRef
The reference to the Schema Registry for this AIO Instance.
schemaRegistryRef: SchemaRegistryRef
Property Value
version
The Azure IoT Operations version.
version?: string
Property Value
string