TestInput Interface

public interface TestInput

An immutable client-side representation of TestInput.

Method Summary

Modifier and Type Method and Description
abstract TestInputInner innerModel()

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

abstract Input input()

Gets the input property: The stream analytics input to test.

Method Details

innerModel

public abstract TestInputInner innerModel()

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

Returns:

the inner object.

input

public abstract Input input()

Gets the input property: The stream analytics input to test.

Returns:

the input value.

Applies to