AccountsListResponse type
包含清單作業的回應數據。
type AccountsListResponse = DataLakeAnalyticsAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeAnalyticsAccountListResult
}
}
包含清單作業的回應數據。
type AccountsListResponse = DataLakeAnalyticsAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeAnalyticsAccountListResult
}
}