StorageAccountsListByAccountResponse type
包含 listByAccount作的响应数据。
type StorageAccountsListByAccountResponse =
StorageAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageAccountInformationListResult
}
}