GET_STRING_RTDT_PROPERTY
Retrieve the value of a given property (by name) for a given instance.
Usage
GET_STRING_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
String
Examples
GET_STRING_RTDT_PROPERTY(‘AzureDT’, ‘instance3’, ‘Property1’) |
‘This is some text’ |
Remarks
This function only retrieves actual values when executed in a real deployment. In the test environment, it always returns an empty string.