Package version:

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

interface ResourceTestStatus {
    error?: ErrorResponse;
    status?: string;
}

Properties

Properties

Describes the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The status of the test operation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc