SparkSessionCreateResponse type
作成操作の応答データが含まれています。
type SparkSessionCreateResponse = ExtendedLivySessionResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedLivySessionResponse
}
}