SparkSessionListResponse type
リスト操作の応答データが含まれています。
type SparkSessionListResponse = ExtendedLivyListSessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivyListSessionResponse
}
}