DataSourceTestConnectionResponse.DataSourceTestStatus Property
Required. Gets the test status.
Namespace: Microsoft.Azure.Management.StreamAnalytics.Models
Assembly: Microsoft.Azure.Management.StreamAnalytics (in Microsoft.Azure.Management.StreamAnalytics.dll)
Syntax
public string DataSourceTestStatus { get; set; }
public:
property String^ DataSourceTestStatus {
String^ get();
void set(String^ value);
}
member DataSourceTestStatus : string with get, set
Public Property DataSourceTestStatus As String
Property Value
Type: System.String
See Also
DataSourceTestConnectionResponse Class
Microsoft.Azure.Management.StreamAnalytics.Models Namespace
Return to top