Package-level declarations

Types

Link copied to clipboard
enum AuthenticationType : Enum<AuthenticationType> , ConvertibleToJava<AuthenticationType>

Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.

Link copied to clipboard
enum DigitalTwinsIdentityType : Enum<DigitalTwinsIdentityType> , ConvertibleToJava<DigitalTwinsIdentityType>

The type of Managed Identity used by the DigitalTwinsInstance.

Link copied to clipboard
enum IdentityType : Enum<IdentityType> , ConvertibleToJava<IdentityType>

The type of managed identity used.

Link copied to clipboard
enum PrivateLinkServiceConnectionStatus : Enum<PrivateLinkServiceConnectionStatus> , ConvertibleToJava<PrivateLinkServiceConnectionStatus>

The status of a private endpoint connection.

Link copied to clipboard
enum PublicNetworkAccess : Enum<PublicNetworkAccess> , ConvertibleToJava<PublicNetworkAccess>

Public network access for the DigitalTwinsInstance.

Link copied to clipboard
enum RecordPropertyAndItemRemovals : Enum<RecordPropertyAndItemRemovals> , ConvertibleToJava<RecordPropertyAndItemRemovals>

Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.