TestQuery Interface

public interface TestQuery

An immutable client-side representation of TestQuery.

Method Summary

Modifier and Type Method and Description
abstract TestQueryDiagnostics diagnostics()

Gets the diagnostics property: Diagnostics information related to query testing.

abstract TestQueryInner innerModel()

Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.TestQueryInner object.

abstract StreamingJob streamingJob()

Gets the streamingJob property: Stream analytics job object which defines the input, output, and transformation for the query testing.

Method Details

diagnostics

public abstract TestQueryDiagnostics diagnostics()

Gets the diagnostics property: Diagnostics information related to query testing.

Returns:

the diagnostics value.

innerModel

public abstract TestQueryInner innerModel()

Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.TestQueryInner object.

Returns:

the inner object.

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:

the streamingJob value.

Applies to