ResourceTestStatusInner Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.fluent.models.ResourceTestStatusInner

public final class ResourceTestStatusInner

Describes the status of the test operation along with error information, if applicable.

Constructor Summary

Constructor Description
ResourceTestStatusInner()

Creates an instance of ResourceTestStatusInner class.

Method Summary

Modifier and Type Method and Description
ErrorResponse error()

Get the error property: Describes the error that occurred.

String status()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceTestStatusInner

public ResourceTestStatusInner()

Creates an instance of ResourceTestStatusInner class.

Method Details

error

public ErrorResponse error()

Get the error property: Describes the error that occurred.

Returns:

the error value.

status

public String status()

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

Returns:

the status value.

validate

public void validate()

Validates the instance.

Applies to