SparkBatchCreateResponse type
Contém dados de resposta para a operação create.
type SparkBatchCreateResponse = ExtendedLivyBatchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyBatchResponse
}
}