InstanceProperties interface

The properties of the Instance resource.

Properties

adrNamespaceRef

The Azure Device Registry Namespace used by Assets, Discovered Assets and devices

defaultSecretProviderClassRef

The reference to the AIO Secret provider class.

description

Detailed description of the Instance.

features

The features of the AIO Instance.

healthState

The health state of the resource.

provisioningState

The status of the last operation.

schemaRegistryRef

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