GET_BOOL_RTDT_PROPERTY

Retrieve the value of a given property (by name) for a given instance.

Usage

GET_BOOL_RTDT_PROPERTY(providerType, instanceId, propertyName)

Parameters

providerType

String

The type of provider (e.g ‘AzureDT’)

instanceId

String

The ID of the instance you are retrieving a property for

propertyName

String

The name of the property to retrieve

Returns

Boolean

Examples

GET_BOOL_RTDT_PROPERTY(‘AzureDT’, ‘instance3’, ‘Property1’)

True

Remarks

This function only retrieves actual values when executed in a real deployment. In the test environment, it always returns true.