Enumeration that describes possible states of a resource, with regards to the resource's connection to its data source.
enum class Microsoft::Azure::RemoteRendering::ResourceDataSourceState_Experimental : int32_t
Values
Name
Value
Description
Remarks
ResourceDataSourceState_Experimental::Interrupted
0
The resource is currently disconnected from its data source. The server will retry to connect so the state may transition back to 'Active' in case the problem is transient.
ResourceDataSourceState_Experimental::Active
1
A resource has a valid connection to its data source and can perform streaming.