TestQuery Interface
public interface TestQuery
An immutable client-side representation of TestQuery.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Test |
diagnostics()
Gets the diagnostics property: Diagnostics information related to query testing. |
|
abstract
Test |
innerModel()
Gets the inner com. |
|
abstract
Streaming |
streamingJob()
Gets the streaming |
Method Details
diagnostics
public abstract TestQueryDiagnostics diagnostics()
Gets the diagnostics property: Diagnostics information related to query testing.
Returns:
innerModel
public abstract TestQueryInner innerModel()
Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.TestQueryInner object.
Returns:
streamingJob
public abstract StreamingJob streamingJob()
Gets the streamingJob property: Stream analytics job object which defines the input, output, and transformation for the query testing.
Returns: