ResourceTestStatus Interface

public interface ResourceTestStatus

An immutable client-side representation of ResourceTestStatus.

Method Summary

Modifier and Type Method and Description
abstract ErrorResponse error()

Gets the error property: Describes the error that occurred.

abstract ResourceTestStatusInner innerModel()

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

abstract String status()

Gets the status property: The status of the test operation.

Method Details

error

public abstract ErrorResponse error()

Gets the error property: Describes the error that occurred.

Returns:

the error value.

innerModel

public abstract ResourceTestStatusInner innerModel()

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

Returns:

the inner object.

status

public abstract String status()

Gets the status property: The status of the test operation.

Returns:

the status value.

Applies to