Represents Test Log store endpoint details.

interface TestLogStoreEndpointDetails {
    endpointSASUri?: string;
    endpointType?: TestLogStoreEndpointType;
    status?: TestLogStatusCode;
}

Properties

endpointSASUri?: string

Test log store connection Uri.

Test log store endpoint type.

Test log store status code